Click here to Skip to main content
15,907,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all.....
after hosting in windows server i am getting error like
"Could not load file or assembly 'MySql.Data, Version=6.1.5.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified." and

Source Error:
Line 43:<add assembly="&quot;System.Data.DataSetExtensions," version="3.5.0.0," culture="neutral," publickeytoken="B77A5C561934E089&quot;/">
Line 44: <add assembly="&quot;System.Xml.Linq," version="3.5.0.0," culture="neutral," publickeytoken="B77A5C561934E089&quot;/">
Line 45:<add assembly="&quot;MySql.Data," version="6.1.5.0," culture="neutral," publickeytoken="C5687FC88969C44D&quot;">
Line 46: <add assembly="&quot;CrystalDecisions.Web," version="10.5.3700.0," culture="neutral," publickeytoken="692FBEA5521E1304&quot;/">
Line 47:<add assembly="&quot;CrystalDecisions.Shared," version="10.5.3700.0," culture="neutral," publickeytoken="692FBEA5521E1304&quot;/&gt;/">
because of mysql connector i suppose how can i get reference of mysql.data version 6.1.5 in window server? can any one please help me

thanks in advance
Posted
Updated 27-Jan-11 21:14pm
v2

1 solution

Please check the built environment....
It might not match the deployment environment (with the built environment) which causing the problem.
 
Share this answer
 
Comments
tulasiram3975 28-Jan-11 3:21am    
actually i used mysql-coonecter installed in my system its a strong names assembly which is in GAC
but now i need to give the reference to windows server i am new to do everything so please kindly tell me the process(step by step) thank you in advance

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900