Member 'ClassName' was not found error

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
[email protected]
Posts: 2
Joined: Tue 08 Aug 2006 14:02

Member 'ClassName' was not found error

Post by [email protected] » Tue 08 Aug 2006 14:08

hello

i have pro version of MySQLDirect.Net i installed it i have Mysql server running successfully on my PC but when i tried using mysql as data provider usin Asp Web Application tool i gave me this error\

Member 'ClassName' was not found

can any body sort this out

i have selected mysql as data provider in providers tab of AWT

regards
vish

Serious

Post by Serious » Tue 08 Aug 2006 14:44

Check if MySQLDirect .NET assemblies are present in the GAC. If they are please send us web.config file from your project root directory. We also need exception type, full message text, call stack.

[email protected]
Posts: 2
Joined: Tue 08 Aug 2006 14:02

assemlies r in GAC

Post by [email protected] » Tue 08 Aug 2006 16:55

complete error output is as follows :

There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store.

The following message may help in diagnosing the problem: Member 'ClassName' was not found.



i have also added reference to required "dlls"


followin is web.config


























section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->

section enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.





-->


Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Wed 09 Aug 2006 06:53

You did not specify any class for web providers in the following sections
Please see "ASP.NET Provider Model Support" article in MySQLDirect .NET documentation or use "Website\ASP.NET Configuration" menu in Visual Studio

Post Reply