Click here to Skip to main content
15,898,938 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When I try To Convert .vb file to .dll using vs 2008 command prompt then it shows error

vbc is not recognized as an internal or external command

i used the following line

vbc /t:library hello.vb

or

vbc /target:library hello.vb
Posted

1 solution

You have to use the visual studio command prompt in order to do this.
Via Start | Programs | Visual Studio (may depend on your version) | Visual studio tools | visual studio command prompt

What happens is that it creates a normal command prompt but with correct path settings.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900