R
Rajesh Madhra
Hi everybody
I have DotNet framework installed and it is working fine. I need to make an
assembly.
I tried to run a *.bat file with the following text in it :
vbc /t:library /out:FileName.dll FileName.vb
Nothing happened.
I tried to run this from the command line and got the following error:
'vbc' is not recognized as an internal or external command,
operable program or batch file.
What I am missing ? What I need to make my own assemblies ?
Thanks in advance
Raja
I have DotNet framework installed and it is working fine. I need to make an
assembly.
I tried to run a *.bat file with the following text in it :
vbc /t:library /out:FileName.dll FileName.vb
Nothing happened.
I tried to run this from the command line and got the following error:
'vbc' is not recognized as an internal or external command,
operable program or batch file.
What I am missing ? What I need to make my own assemblies ?
Thanks in advance
Raja