View Single Post
Old 07-15-2005, 03:11 PM   #1 (permalink)
developer
 
Junior Techie

Join Date: Dec 2004

Posts: 88

developer

Default VS.net 2003 and ASP.net DLL prob

I have been developing ASP.net in Dreamweaver. I used to use normal <script runat="Server"> but now i want to shift to code behind. A normal option is to make a Web App project in VS.net 2003. But i wanted to make my classes seperately so that i coud use them in other projects and places too.

So i made a class library and then started compiling it. I built the project and picked it up from the projects bin folder and placed it in my bin folder in IIS. I tried using the classes but cudnt. But later i compiled a VB file from the same project via the command line (vbc) and placed it in my bin folder, it worked.

Please help me as i dnt know what to do.
__________________
Somewhere I Belong...
developer is offline