Compiling vb project using VBC throwing error

518 Views Asked by At

I have VB project, which is compiling/building perfectly using vb6 IDE in XP mode.

My objective is to automate the deployment process, so am trying to build this project in command line using VBC.

But while compiling vb project in window 7 using VBC.exe and cmd its throwing following error/exception.

Example:
error: BC30203: Identifier expected.
error: BC30481:'class' statement must end with matching end class.
error: BC30617:'Module' statement can occur only at file or namespace level.

Does anybody have any suggestion ideas what am missing here.

Thanks in advance.

0

There are 0 best solutions below