Hi,
I'm trying to create a custom control, and I'm getting stuck on the compiling part. I go to a command prompt, browse to the appropriate directory where my custom control in a .vb file is, and type:
vbc /t:library /out:..\..\bin\CustomControls.dll /r:System.dll /r:System.Web.dll CustomControl1.vb
I get the error:
'vbc' is not recognized as an internal or external command,
operable program or batch file.
I've searched my computer for VBC.exe and it found it. Why isn't it working?
"Everything is possible, it just depends on how much you want to pay for it."
-James
I'm trying to create a custom control, and I'm getting stuck on the compiling part. I go to a command prompt, browse to the appropriate directory where my custom control in a .vb file is, and type:
vbc /t:library /out:..\..\bin\CustomControls.dll /r:System.dll /r:System.Web.dll CustomControl1.vb
I get the error:
'vbc' is not recognized as an internal or external command,
operable program or batch file.
I've searched my computer for VBC.exe and it found it. Why isn't it working?
"Everything is possible, it just depends on how much you want to pay for it."
-James