hallo,
I'm trying to compile a .vb control on the command line (c:/../) but I get this message: "vbc" is not recognized as an internal or external command, operable program or batch file.
The command line I use is this:
vbc /t:library /out:..\bin\customcontrols.dll /r:system..dll /r:system.web.dll customcontrol1.vb
do you know what is going on?
thanks for suggestion
I'm trying to compile a .vb control on the command line (c:/../) but I get this message: "vbc" is not recognized as an internal or external command, operable program or batch file.
The command line I use is this:
vbc /t:library /out:..\bin\customcontrols.dll /r:system..dll /r:system.web.dll customcontrol1.vb
do you know what is going on?
thanks for suggestion