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.