hi
the article regarding Creating C# Class Library (DLL) Using Visual Studio .NET was very simple and clear in the case of console applications but i am finding error when i try to implement it in web application.
the error was "missing the assembly" after adding reference i would find the namespace in the solution explorer but when i build and run, i am getting the error
pls help me, is there any other method for adding reference in web application
thanxs and regards
Aarthi
Loading
LisaPosted Apr 1, 2009, 7:10 AM
if it is a custom class library there is no need to specify a public token, just check the namespace you gave to the library doesnt conflict with any other name space you have.
Thanks,
Lisa
aarthiPosted Apr 1, 2009, 4:59 AM
hi
thanxs for reply
where can i find the public token
Bechir BejaouiPosted Apr 1, 2009, 1:12 AM
for example in want to make reference to an assembly named server with a public key token
in the configuration file add this