im trying to create a dll that gets parameters (username, password, email). The DLL should add the user to my asp.net database tables using the membership library.
I created a class library and added a console application to the solution. I added a link from the class library to the console application. But when I try to start the console application, it says that the type or namespace cannot be found .....
Here you can find an example project: http://dl.dropbox.com/u/2266219/ASPBenutzer.zip .
When I remove the ErstelleBenutzer function, which uses the Membership library, my test program (using add) works ...
Maybe you have an idea?
Regards, Float
source share