B
bob95226
Hi All,
I wrote a VB.NET control in Visual Studio 2003 IDE, I am trying to
re-compile it with command line compiler vbc.exe like this:
vbc /t:library /out:my_control.dll my_control.vb
However vbc doesn't work with error "type 'Int32' is not defined"
Your help would be greatly appreciated!
Thanks,
Bob
I wrote a VB.NET control in Visual Studio 2003 IDE, I am trying to
re-compile it with command line compiler vbc.exe like this:
vbc /t:library /out:my_control.dll my_control.vb
However vbc doesn't work with error "type 'Int32' is not defined"
Your help would be greatly appreciated!
Thanks,
Bob