Click here to Skip to main content
15,881,828 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
when i run Asp.net web administration tool and click on create user the following message appears:

The following message may help in diagnosing the problem: Could not load file or assembly 'MySql.Web, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified. at System.RuntimeTypeHandle.GetTypeByName(Str...

Yet i am using sql server and the default asp.net membership provider.
I do have mysql installed on my machine (wamp server)...
    The web site have been coded on another machine, and then copied to another development machine where the error is occurring.
Posted
Updated 18-Jul-19 2:53am
Comments
Philippe Mori 23-Mar-16 12:34pm    
Using find in all files, it should not be that hard to find the reference to MySql...

Or using a debugger on the development machine where the error occurs should also help you find where it is used. Simply ensure that the debugger is set to stop on exceptions.

I forgot to set
providerName="System.Data.SqlClient" 
in connection string !
 
Share this answer
 
It is possible that your application is having a reference added for MySQL. Check & delete the reference from the application
 
Share this answer
 

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