VBC

P

Paul Ilacqua

I all of a sudden lost my abilty to compile using VBC.EXE. what are the
required files to use this handy command line tool.

Thanks

Paul
 
H

Herfried K. Wagner [MVP]

Paul Ilacqua said:
I all of a sudden lost my abilty to compile using VBC.EXE. what are the
required files to use this handy command line tool.

What's the exact problem? Error message? How are you attempting to call the
compiler?
 
P

Paul Ilacqua

A simple call like this

VBC.EXE Cline.vb

Microsoft (R) Visual Basic .NET Compiler version 7.10.6001.4
for Microsoft (R) .NET Framework version 2.0.50215.312
Copyright (C) Microsoft Corporation 1987-2001. All rights reserved.

Yields this......
vbc : Command line error BC2010 : compilation failed : 'The parameter is
incorrect. '

This has always worked in the past, I pass other DLL's as /r:System.dll
/r:System.Data.dll still the error

if I pass it the /r:System.dll I get the following.....

vbc : Command line error BC2010 : compilation failed : '0xC0000005'

Thanks
Paul
 

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

Top