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
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