The format of the file 'CoreLab.MySql' is invalid.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
piyush15
Posts: 2
Joined: Fri 01 Dec 2006 11:08

The format of the file 'CoreLab.MySql' is invalid.

Post by piyush15 » Sat 09 Dec 2006 11:03

Hello sir.
I have install CoreLab.MySql package & use in my .Net application as backend.my problem is that when i run over application
locally on the system it rum properly,but when i upload application on the server it is not working & throws following error.....


Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.BadImageFormatException: The format of the file 'CoreLab.MySql' is invalid.

Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


thanks

Piyush

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 11 Dec 2006 07:12

Make sure that you have same .NET framework versions on both machines.

Post Reply