Assembly creation failed : Please help

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
 
C

Chad Tamplin

Have you modified your Path Environment variable to include the directory
for vbe.exe?
 
R

Rajesh Madhra

Hi
Thank's for your answer
Yes, I have the Environment variable:
Variable = vbc
Value = C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\vbc.exe
I tried this for user variable, system variable and both but result was
always the same : 'vbc' is not recognized as .....
IIS is set to use the root directory in D:, but everything is working fine
except these assemblies.
What can be wrong ? How should I fix this ?
Raja
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top