View Single Post
  #1  
Old 04-16-2007, 05:55 PM
pjaiswal pjaiswal is online now
Registered User
 
Join Date: 01-26-2006
Posts: 30
VBP error - Invalid procedure call or argument

Hi,

I am getting an error in my build script which I was not getting earlier. The only change is that I moved to a new machine and upgraded from Visual Build version 6.2 to 6.3.

The steps from my build are as follows

1. register a dll used for line number generation for VB projects

2. create a bat file with the list of VB projects from a directory for which the line number has to be generated

3.Loop through the bat file, open each VB project in the list, and doing this automatically generates the line numbers for each VB project (because of the dll we registered).

4. unregister the dll after all the VB projects are done

This was working fine with 6.2 on the old machine. Now with Version 6.3 I get this error message as soon as the VB project is loaded saying:

Visual Build pro
"Invalid procedure call or argument"

If I repeat these steps manually, not running it from a build script there is no error message. This error message comes up only if I try to run the build script.

Am I missing something?

I have attached the error message below.

Thanks,
PJ
Attached Images
 
Reply With Quote