Compiling simple business component???Not working

battalgazi

New Member
Hi All,<BR><BR>I have created a simple business component and saved it as quote.vb file. The file is fine because I have copied it straight out of a text book.<BR><BR>I am supposed to bring up a dos command prompt and type: vbc /t:library quote.vb to compile the file. But I keep getting the error: 'vbc' is not recognised as an internal or external command etc.<BR><BR>What is going wrong the quote.vb file is in the c:/ directory and my command prompt is c:/ and apparently the compile should work???<BR><BR>Please help,<BR><BR>Regards<BR>JDLearning how to use a computer before you try progam would help.Why don't you learn english first you retard!!Are you using visual studio? If so you can compile it from there. You can also use the Microsoft .Net Command Prompt that gets installed with it, which will insert you into the correct directory to run vbc.<BR><BR>If you don't have vs.net then in your command prompt change your directory to where vbc.exe is located (within the .net framework) before attempting to compile. Mine is in c:windowsmicrosoft.netframeworkv1.0.3075.<BR><BR>
 
Back
Top