473,386 Members | 1,699 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

vb compiling problem

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;Inte grated Securi
ty=SSPI")
~~~~~~~~~

What do I need to do?
--
Michael Fuerst
802 N Broadway
Urbana IL 61801

217-239-5844
Nov 20 '05 #1
1 889


Nov 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: cppaddict | last post by:
Hi, I am trying to compile the first example of Jeff Prosise's book "Programming Windows with MFC Second Edition" using Visual C++ version 7.1. The example is very simple and consists of only...
4
by: Jimmie | last post by:
Sorry to bother you guys but I am kind of new to compiling c++ source code on unix systems. My problem is, I have a basic class program that calculates the stattistical values of 30 integers, I...
13
by: Daniel Billingsley | last post by:
I have a solution consisting of 9 projects with various references to each other (clean though, no loops, etc.). Visual Studio sometimes gives me weird errors that it can't find one of the...
4
by: Rui Maciel | last post by:
I'm trying to write a tree class and I've just stumbled on a compiling problem. The compiler throws an error on a piece of code which to my eyes it is error-free. Can anyone help me with this? ...
2
by: Barrie | last post by:
I'm having a quite complicate situation, and it doesn't want to compile. The situation is as follows: I have three classes, let's call them A, B and C. They each have a .h and a .cpp file. All...
1
by: madmax1973 | last post by:
Hi to all, i'am trying to build a "dll" file (trying to move from an .exe to a .dll file to see if it works !!!) using the "MFC AppWizard(dll)" of MSVC Menu and every thing went ok while compiling...
3
by: wentaozhou | last post by:
Hi all, I encounter a problem when compiling in Ubuntu a c++ code wrote originally also in linux environment. It seems to be the problem of standard template library but I totally don't know how...
5
by: Brent | last post by:
Ok everyone i have dealing with this problem for a week and its starting to get on my nerve. I am pretty new to the asp.net world. I am not new to .Net only asp.net. So i hate a snag. right now im...
11
by: ZMY | last post by:
Dear all, I am a real newbie for both python and QNX, but I am still trying to compile Numeric-24.2 under QNX4.25 with python 2.2. I got following error message: $ sudo python setup.py...
81
by: =?utf-8?B?4piG4piG4piG4piG4piGIFPDvCBLZWl0aCBDaGFr | last post by:
Installed this compiler on Vista; a simple "hello world" after compiled and run would pop-up a window "source file not compiled" I've seen this question asked a few times on Internet groups and...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.