Classes and compiling...

emsplanet

New Member
Hi, i made a class in a file called cGlobal.vb. Inside this file there is a namespace "Common" and a class named "db". I'm using vs.net, so i'm "building" my solution (wich is compiling all the stuff etc). But when i want to "import" it on another asp.net page (using Imports Common), it doesn't work (it's saying that this doesn't exists). And if i look in the bin directory, the only dll i see is WebCodeLibrary.dll (webcodelibrary is the name of the solution in vs.net). What am i missing here?It's compling the thing in the same DLL.<BR>So i needed to write :<BR>Imports WebCodeLibrary.Common<BR>:)
 
Back
Top