get this error in other machines except my dev machine

Hi...I keep getting this error in all machines that use the app except in the machine where I develop so I can't debug...any ideas..


System.TypeInitializationException: The type initializer for 'Syncfusion.XlsIO.Implementation.ApplicationImpl' threw an exception. ---> System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
at System.Reflection.Module._GetTypesInternal(StackCrawlMark& stackMark)
at System.Reflection.Assembly.GetTypes()
at Syncfusion.XlsIO.Implementation.ApplicationImpl..cctor()
--- End of inner exception stack trace ---


3 Replies

BP Bhuvaneswari P Syncfusion Team May 6, 2008 04:19 AM UTC

Hi Lucas,

Thank you for your interest in Syncfusion products.

Normally this error has occurred when you missing the compression dll. Please include the below assembly in your application along with your other assemblies:

Syncfusion.Compression.Base.dll


Please try this and if the problem still exists could you please try to send your sample so that we could sort out the cause of the issue and provide you a solution?

Best Regards,
Bhuvaa




CC Carlos Campos May 6, 2008 02:28 PM UTC

IT worked...thanks...



BP Bhuvaneswari P Syncfusion Team May 8, 2008 04:43 AM UTC

Hi Lucas,

Thanks for the update.

Glad to know that your issue has been solved.

Best Regards,
Bhuvana



Loader.
Up arrow icon