Membership Provider and Unit Testing
Posted: Thu 08 Apr 2010 22:38
I would like to be able to run unit tests on the membership provider since I have wrapped it in my own classes. However I get the following error:
Failed: System.TypeLoadException : Could not load type 'Devart.Data.MySql.Web.Providers.MySqlMembershipProvider' from assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
Can I run unit tests on the the Membership Provider?
Here is my app.config file:
This is running in a seperate dll and I am using nunit.
Failed: System.TypeLoadException : Could not load type 'Devart.Data.MySql.Web.Providers.MySqlMembershipProvider' from assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
Can I run unit tests on the the Membership Provider?
Here is my app.config file:
This is running in a seperate dll and I am using nunit.