We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Opening Implementer Screen Window throwing Exception.


Hi,


         Kindly find the attached document which contains the error message and how to proceed further.



Regards,
Ranjan VijayKumar.

Attachment: Exception_a591df3f.zip

14 Replies

SK Swarnesh Krishna Kumar Syncfusion Team December 9, 2014 11:36 AM UTC

Hi Ranjan,

Thanks for your update.

We are not able to run the application as a dependency file is missing. Kindly provide the respective files in order to reproduce the reported issue and to provide a better solution.

Please let us know if you have any queries.

Regards,

Swarnesh K

 


Attachment: IMG_09122014_164127_80f223bf.zip


RA Ranjan December 9, 2014 11:56 AM UTC

Hi,


     Kindly find the attachment with dependecy dlls.


Regards,
Ranjan VijayKumar.


RA Ranjan December 9, 2014 11:57 AM UTC

Hi,


     Kindly find the attachment with dependecy dlls.


Regards,
Ranjan VijayKumar.

Attachment: Dependency_dlls_78d4eb82.rar


SK Swarnesh Krishna Kumar Syncfusion Team December 10, 2014 04:49 AM UTC

Hi Ranjan,

Thanks for your update.

We have analyzed the sample with the provided dll’s in the last update and still we are getting the same error as reported. Please provide us a runnable sample to reproduce the reported issue, this will help us to analyze further and provide better solution?

Please refer below attached video and let us know if you have any queries.

Regards,

Swarnesh K

 


Attachment: forumerror_d04cd11f.zip


RA Ranjan December 10, 2014 05:19 AM UTC

Hi,


     Kindly remove the Symcon.LightRidge.LRRUI.dll from the reference section and let me know if anything is required from my end.



Regards,
Ranjan VijayKumar.


AK Ashok Kumar V Syncfusion Team December 11, 2014 11:48 AM UTC

Hi Ranjan,

Thanks for your update.

We have analysed the project after removing the“Symcon.LightRidge.LRRUI.dll” mentioned previously in your update and still we face the same issue in our end. Please refer the below attachment for your reference.

Please let us know if any concern.

Regards,

Ashok Kumar.


Attachment: Capture_7cf5495a.zip


RA Ranjan December 12, 2014 04:45 AM UTC

Hi,


        Kindly find the attached document.


Regards,
Ranjan VijayKumar.

Attachment: ExternalLib_a52cc088.rar


RA Ranjan December 12, 2014 04:49 AM UTC

Hi,


         Kindly find the attached document.


Regards,
Ranjan VijayKumar.

Attachment: UILib_202b5eba.rar


AK Ashok Kumar V Syncfusion Team December 12, 2014 10:32 AM UTC

Hi Ranjan,

Thanks for your update.

We have analysed the attached sample and we could not able to find the main project “LLRMain” show in the screenshot provided by you. However we analysed the problem from the provided screenshot and we suggest you to use SymbolPalette’s “FromFile” method to resolve the reported issue. Since the method have the inbuilt implementation of converting the “.Edp” file to the object stream without conflict.

However the API is available from the Syncfusion version (8.1) or later. We are modified your sample also please refer the below code snippet for your reference.

Here is the Code snippet:

[C#]

public sealed class OldToNewDeserializationBinder : SerializationBinder

    {

        public override Type BindToType(string assemblyName, string typeName)

        {

            Type typeToDeserialize;

 

            // For each assemblyName/typeName that you want to deserialize to

            // a different type, set typeToDeserialize to the desired type.

            string assem = Assembly.GetExecutingAssembly().FullName;

 

            if (assemblyName.IndexOf("Syncfusion.Diagram") != -1 && assemblyName.IndexOf("Version", 0) != -1)

            {

                // find "Version" substring

                int nIdxStart = assemblyName.IndexOf("Version", 0);

                int nIdxEnd = assemblyName.IndexOf(",", nIdxStart);

 

                int nIdxRplStart = assem.IndexOf("Version", 0);

                int nIdxRplEnd = assem.IndexOf(",", nIdxRplStart);

 

                // replace whole "Version" substring

                assemblyName = assemblyName.Replace(

                    assemblyName.Substring(nIdxStart, nIdxRplStart + (nIdxEnd - nIdxStart)),

                    assem.Substring(nIdxRplStart, nIdxRplStart + (nIdxRplEnd - nIdxRplStart)));

            }

 

            if (typeName.IndexOf("LineNode") != -1)

            {

                // types binding to ensure loading previous versions

                typeName = typeName.Replace("LineNode", "Line");

            }

 

            // The following line of code returns the type.

            typeToDeserialize = Type.GetType(String.Format("{0}, {1}", typeName, assemblyName));

 

            return typeToDeserialize;

        }

    }

Please let us know if any concern.

Regards,

Ashok Kumar.


Attachment: UILib_e85c5066.zip


RA Ranjan December 15, 2014 06:40 AM UTC

Hi,


       Kindly find the attached document which contains the error message and how to proceed further.


Regards,
Ranjan VijayKumar.

Attachment: Errors_3bc7cb07.rar


RA Ranjan December 15, 2014 01:32 PM UTC

Hi,


        Kindly find the attached document which contains the error message and how to proceed further.


Regards,
Ranjan VijayKumar.

Attachment: Errors_c37a86d9.rar


SK Swarnesh Krishna Kumar Syncfusion Team December 16, 2014 10:26 AM UTC

Hi Ranjan,

Thanks for your update.

We are afraid that we are not able to reproduce the reported issue. Could you please confirm the version of dll’s that you are currently using 3.3 or 12.3.The dll’s provided by you in the last update is not sufficient to run the project (3.302.0.0).We have the checked the project with the latest(12.3) dll’s.We faced the issues as shown in the video.

Kindly provide us a runnable sample to proceed further.

Regards,

Swarnesh K


Attachment: logerissue_dc616910.zip


RA Ranjan December 16, 2014 10:45 AM UTC

Hi,


        Kindly find the attachment.


Regards,
Ranjan VijayKumar.

Attachment: 4.0_dlls_abb6741d.rar


AK Ashok Kumar V Syncfusion Team December 17, 2014 09:10 AM UTC

Hi Ranjan,

Thanks for your update.

We have analysed your project by adding the dependent dll’s and we could not able to reproduce the reported exception in our side. Please refer the below video file and project file for your reference.

Please let us know if any concern.

Regards,

Ashok Kumar.


Attachment: Project_File_1789075c.zip

Loader.
Live Chat Icon For mobile
Up arrow icon