Hello,
I'm not sure if I'm doing something wrong, but hopefully someone can help me figure it out.
I created a very simple class library project, compiled it (no problems here). I then added a reference to it from the website project. Visual Studio sees it and I can use the class in my website project. When I try viewing the website project in the browser, I get the "are you missing a using directive or an assembly reference?" error. I've placed the DLL file in the bin folder off the webroot. The weird thing is that when I enable .NET 2.0 for the site, it runs fine and does it's thing as expected.
Is there differences between .NET 1.0 and 2.0 when using DLL files? I'm using Visual Studio 2005 to create and compile the class library.
Thanks,
Daniel
...
Go to the complete details ...