Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 29th, 2004, 01:10 PM
Registered User
 
Join Date: Dec 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Error BC30002 Concerning ArrayList

Trying to use the vbc compiler to compile my control but can't get arround the type 'ArrayList' is not defined error...error number bc30002. Here is my .BAT info...

Set outdir=C:\Inetpub\wwwroot\...\bin\MyFirstControlIn VB.dll

Set assemblies=System.dll,System.Web.dll,System.Window s.Forms.dll,System.Drawing.dll,System.Data.dll

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\vbc /t:library /out:%outdir% /r:%assemblies% C:\Inetpub\wwwroot\...\Other\MyFirstControlInVB.vb

[Please ignore the '...', it is a valid path that i have removed for posting]

Please help...

-----------------------------------------------------------
-- IN ADDITION (Not Related to Above Problem, Just Info) --
-----------------------------------------------------------
I had fixed my System.Data.OleDb.OleDbCommand compiling problem with the System.Data.dll assembly addition for anybody else running into the BC30002 error concerning OleDb.

I had also fixed my System.Drawing compiling problem with the System.Windows.Forms.dll and System.Drawing.dll assembly addition for anybody else running into the BC30451 error concerning Color.


 
Old January 6th, 2005, 11:58 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Arraylist is in the System.Collections namespace.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Error : BC30002: Type 'xxx' is not defined. cmualo ASP.NET 2.0 Basics 2 June 20th, 2007 08:25 AM
BC30002: Type 'OLEDBConnection' is not defined. athanatos ASP.NET 1.0 and 1.1 Basics 1 July 5th, 2006 09:03 PM
Error in deploying a site (BC30002) j_arya Classic ASP Basics 1 October 2nd, 2004 07:04 AM
ArrayList kobystud C# 4 May 25th, 2004 02:05 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.