vb net compiling problem

G

Guest

I am recompiling one of the files from the ASP.NET examples, and am
using the command line


vbc /t:library /r:Microsoft.VisualBasic.dll /r:system.xml.dll
/r:system.web.services.dll /r:system.data.dll
/r:system.web.services.dll
/r:system.dll /r:system.xml.dll /out:BusObjVB.dll BusObj.vb


I get the following errors. I suspect I am missing a library ---

C:\WINNT\Microsoft.NET\Framework\v1.1.4322\BusObj.vb(19) : error
BC30466: Namesp
ace or type 'DataLayer' for the Imports 'DataLayer' cannot be found.

Imports DataLayer
~~~~~~~~~
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\BusObj.vb(40) : error
BC30002: Type '
DataObjVB' is not defined.

Private Data As DataObjVB
~~~~~~~~~
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\BusObj.vb(45) : error
BC30002: Type '
DataObjVB' is not defined.

Data = New
DataObjVB("server=(local);database=grocertogo;Integrated Securi
ty=SSPI")
~~~~~~~~~

What do I need to do?


--
Michael Fuerst
802 N Broadway
Urbana IL 61801

217-239-5844
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top