View Single Post
Old 07-15-2005, 05:10 PM   #5 (permalink)
developer
 
Junior Techie

Join Date: Dec 2004

Posts: 88

developer

Default

Thanks a Lot. The problem was solved for VS when i added a reference as you said.

But as i said earlier that if i manually used command line for compiling the source file and then placing the dll in the bin folder of my web app, i can easily use the classes. The problem comes when i build the project in VS and then copy that dll.

Actually if i have

vbc /t:library MyTestClass.vb

it works. But even in this sometimes its gives an error in many imports and cannot import those namespaces.

Like a vb file containing something like

Imports System.Xml

gives an error when compiled via the above command line directive. I tried adding a reference to those dll but failed to do so.
But thanks a great deal. You did solve a big problem.
__________________
Somewhere I Belong...
developer is offline