473,396 Members | 2,109 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,396 software developers and data experts.

Error: vbc : error BC30464

Hello,

I have a Vb.Net 2005 ClassLibrary, when I try to compile using MSBee, only
get errors.

Before I to run the command line, I open in notepad the .vbproj and I was
add the next line:

Target CoreCompile:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Vbc.e xe
/imports:Microsoft.VisualBasic,System,System.Collec tions,System.Collections.Generic,System.Data,Syste m.Diagnostics
/optionstrict+ /rootnamespace:MyLookup
/define:"CONFIG=\"Debug\",DEBUG=-1,TRACE=-1,_MyType=\"Windows\",PLATFORM=\"AnyCPU\",FX1_1=-1"
/reference:C:\WINDOWS\Microsoft.NET\Framework\v1.1. 4322\System.Data.dll,C:\WINDOWS\Microsoft.NET\Fram ework\v1.1.4322\System.dll,C:\WINDOWS\Microsoft.NE T\Framework\v1.1.4322\System.Drawing.dll,C:\WINDOW S\Microsoft.NET\Framework\v1.1.4322\System.Windows .Forms.dll,C:\WINDOWS\Microsoft.NET\Framework\v1.1 .4322\System.Xml.dll
/debug+ /debug:full /out:obj\FX1_1\Debug\MyLookup.dll
/resource:obj\FX1_1\Debug\MyLookup.frmMain.resource s
/resource:obj\FX1_1\Debug\MyLookup.Resources.resour ces /target:library
frmMain.Designer.vb frmMain.vb Lookup.vb "My Project\AssemblyInfo.vb" "My
Project\Application.Designer.vb" "My Project\Resources.Designer.vb" "My
Project\Settings.Designer.vb"
vbc : error BC30464: Namespace or type 'Generic' in the
project-level Imports 'System.Collections.Generic' cannot be found.
C:\VS2005\MyLookup\Lookup.vb(8): error BC30456: 'Show' is not a
member of 'MyLookup.frmMain'.
C:\VS2005\MyLookup\My Project\Resources.Designer.vb(24): error
BC30002: Type 'Global.System.CodeDom.Compiler.GeneratedCodeAttri bute' is not
defined.
C:\VS2005\MyLookup\My Project\Resources.Designer.vb(25): error
BC30002: Type 'Global.System.Diagnostics.DebuggerNonUserCodeAttr ibute' is not
defined.
C:\VS2005\MyLookup\My Project\Resources.Designer.vb(26): error
BC30002: Type
'Global.System.Runtime.CompilerServices.CompilerGe neratedAttribute' is not
defined.
C:\VS2005\MyLookup\My Project\Resources.Designer.vb(27): error
BC30002: Type 'Global.Microsoft.VisualBasic.HideModuleNameAttrib ute' is not
defined.
C:\VS2005\MyLookup\My Project\Resources.Designer.vb(30): error
BC30002: Type 'Global.System.Resources.ResourceManager' is not defined.
C:\VS2005\MyLookup\My Project\Resources.Designer.vb(32): error
BC30002: Type 'Global.System.Globalization.CultureInfo' is not defined.
C:\VS2005\MyLookup\My Project\Resources.Designer.vb(37): error
BC30002: Type 'Global.System.ComponentModel.EditorBrowsableAttri bute' is not
defined.
C:\VS2005\MyLookup\My Project\Resources.Designer.vb(38): error
BC30002: Type 'Global.System.Resources.ResourceManager' is not defined.
C:\VS2005\MyLookup\My Project\Resources.Designer.vb(41): error
BC30002: Type 'Global.System.Resources.ResourceManager' is not defined.
C:\VS2005\MyLookup\My Project\Resources.Designer.vb(52): error
BC30002: Type 'Global.System.ComponentModel.EditorBrowsableAttri bute' is not
defined.
C:\VS2005\MyLookup\My Project\Resources.Designer.vb(53): error
BC30002: Type 'Global.System.Globalization.CultureInfo' is not defined.
C:\VS2005\MyLookup\My Project\Resources.Designer.vb(57): error
BC30002: Type 'Global.System.Globalization.CultureInfo' is not defined.
C:\VS2005\MyLookup\My Project\Settings.Designer.vb(20): error
BC32035: Attribute specifier is not a complete statement. Use a line
continuation to apply the attribute to the following statement.
C:\VS2005\MyLookup\My Project\Settings.Designer.vb(21): error
BC30001: Statement is not valid in a namespace.
C:\VS2005\MyLookup\My Project\Settings.Designer.vb(23): error
BC30001: Statement is not valid in a namespace.
C:\VS2005\MyLookup\My Project\Settings.Designer.vb(40): error
BC30001: Statement is not valid in a namespace.
C:\VS2005\MyLookup\My Project\Settings.Designer.vb(56): error
BC30460: 'End Class' must be preceded by a matching 'Class'.
C:\VS2005\MyLookup\My Project\Settings.Designer.vb(61): error
BC30002: Type 'Global.Microsoft.VisualBasic.HideModuleNameAttrib ute' is not
defined.
C:\VS2005\MyLookup\My Project\Settings.Designer.vb(62): error
BC30002: Type 'Global.System.Diagnostics.DebuggerNonUserCodeAttr ibute' is not
defined.
C:\VS2005\MyLookup\My Project\Settings.Designer.vb(63): error
BC30002: Type
'Global.System.Runtime.CompilerServices.CompilerGe neratedAttribute' is not
defined.
C:\VS2005\MyLookup\My Project\Settings.Designer.vb(66): error
BC30002: Type 'Global.System.ComponentModel.Design.HelpKeywordAt tribute' is
not defined.
C:\VS2005\MyLookup\My Project\Settings.Designer.vb(67): error
BC30002: Type 'Global.MyLookup.My.MySettings' is not defined.
C:\VS2005\MyLookup\My Project\Settings.Designer.vb(69): error
BC30451: Name 'Global' is not declared.
C:\VS2005\MyLookup\frmMain.Designer.vb(2): error BC32035:
Attribute specifier is not a complete statement. Use a line continuation to
apply the attribute to the following statement.
C:\VS2005\MyLookup\frmMain.Designer.vb(3): error BC30001:
Statement is not valid in a namespace.
C:\VS2005\MyLookup\frmMain.Designer.vb(6): error BC30001:
Statement is not valid in a namespace.
C:\VS2005\MyLookup\frmMain.Designer.vb(15): error BC30001:
Statement is not valid in a namespace.
C:\VS2005\MyLookup\frmMain.Designer.vb(20): error BC30001:
Statement is not valid in a namespace.
C:\VS2005\MyLookup\frmMain.Designer.vb(107): error BC30001:
Statement is not valid in a namespace.
C:\VS2005\MyLookup\frmMain.Designer.vb(108): error BC30001:
Statement is not valid in a namespace.
C:\VS2005\MyLookup\frmMain.Designer.vb(109): error BC30001:
Statement is not valid in a namespace.
C:\VS2005\MyLookup\frmMain.Designer.vb(110): error BC30001:
Statement is not valid in a namespace.
C:\VS2005\MyLookup\frmMain.Designer.vb(111): error BC30001:
Statement is not valid in a namespace.
C:\VS2005\MyLookup\frmMain.Designer.vb(112): error BC30001:
Statement is not valid in a namespace.
C:\VS2005\MyLookup\frmMain.Designer.vb(113): error BC30460: 'End
Class' must be preceded by a matching 'Class'.
C:\VS2005\MyLookup\frmMain.vb(13): error BC30506: Handles clause
requires a WithEvents variable.
C:\VS2005\MyLookup\frmMain.vb(14): error BC30456: 'Close' is not
a member of 'MyLookup.frmMain'.
C:\VS2005\MyLookup\frmMain.vb(17): error BC30506: Handles clause
requires a WithEvents variable.
C:\VS2005\MyLookup\frmMain.vb(58): error BC30456: 'dgvRun' is
not a member of 'MyLookup.frmMain'.
Done building target "CoreCompile" in project "MyLookup.vbproj" --
FAILED.

Done building project "MyLookup.vbproj" -- FAILED.

Please help.
Jul 26 '06 #1
0 4703

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

Similar topics

2
by: AIM | last post by:
Error in msvc in building inheritance.obj to build hello.pyd Hello, I am trying to build the boost 1.31.0 sample extension hello.cpp. I can not compile the file inheritance.cpp because the two...
5
by: Tony Wright | last post by:
Hi, I am having a problem installing an msi for a web site. The error message I am getting is: "The specified path 'http://mipdev05/features/Fas2' is unavailable. The Internet Information...
1
by: Aravind | last post by:
we have two files: 1. rc4.c (defines one function "create_pin()") 2. MyImpl.c(calling the function "create_pin()"),This implements JNI method. 1.When I am trying to create .dll file with one...
13
by: deko | last post by:
I use this convention frequently: Exit_Here: Exit Sub HandleErr: Select Case Err.Number Case 3163 Resume Next Case 3376 Resume Next
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
1
by: Ellis Yu | last post by:
Dear all, When I compile the problem, the debug console show 2 errors as below: Preparing resources... Updating references... Performing main compilation... vbc : error BC30464: Namespace...
1
by: Ellis Yu | last post by:
Hi all, When I compile my project, there're errors shown as below. Preparing resources... Updating references... Performing main compilation... vbc : error BC30464: Namespace or type...
2
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.