Visual Basic Compiler Error 0 on Tagging Excel Files

Asked By 0 points N/A Posted on -
qa-featured

Error occurred when tagging excel files in Visual Basic Compiler. I tried several time to solve this problem.

Tried in many ways, but not worked out.

Can anyone help me with this?

 

Error message:

Microsoft VBScript

Line:13 Error:0

'UserAccounts.CommonDialog'

SHARE
Answered By 10 points N/A #162977

Visual Basic Compiler Error 0 on Tagging Excel Files

qa-featured

Hello Robiul,

Follow the steps below to correct this error:

  • In the event that you are using Visual Studio 2010 to learn programming, you will need to make sure that you probably stick to using the compiler in the Integrated Development Environment. Do not attempt using the command-line compiler.
  • With the error that you are getting, the command-line compiler will not be able to find the following file: hellowworld.vb.
  • The reason for the above occurrence is because the file is absent in the path that follows: "C:Program Files (x86)Microsoft Visual Studio 10.0VC" . This path is the current location is in your command-line.
  • You would therefore need to tell vbc where it will find the  locate the helloworld.vb code file in addition to some other files.

Hope this helps.

Regards,

Carl

Related Questions