After I install the extension I wrote (via MMIP), it runs correctly the first time I trigger it, and from then on it pauses a long time and then pops up a dialog box:
"Error #13 - Microsoft VBScript runtime error
Type mismatch 'ExportCSV'
File: <my only VBS script file>, Line: 1, Column: 0"
The line it's pointing to is the following:
const AppTitle = "Podstrand"
Naturally, the word 'ExportCSV' doesn't appear in my script.
I can "fix" this by reinstalling the MMIP again; then it will run once, and from then on produce the same error (or a similar one -- I've seen one error that was different, and unfortunately I didn't record what it was).
Has anyone seen anything like this before? Surely I'm forgetting something in the Install.ini, right?
All my source code, and a current MMIP, is at
https://bitbucket.org/wtanksleyjr/podstrand/src/; the VBScript isn't very large yet, so it shouldn't be forbidding (I'm converting from an older Python app to VBScript).
-Wm
After I install the extension I wrote (via MMIP), it runs correctly the first time I trigger it, and from then on it pauses a long time and then pops up a dialog box:
"Error #13 - Microsoft VBScript runtime error
Type mismatch 'ExportCSV'
File: <my only VBS script file>, Line: 1, Column: 0"
The line it's pointing to is the following:
const AppTitle = "Podstrand"
Naturally, the word 'ExportCSV' doesn't appear in my script.
I can "fix" this by reinstalling the MMIP again; then it will run once, and from then on produce the same error (or a similar one -- I've seen one error that was different, and unfortunately I didn't record what it was).
Has anyone seen anything like this before? Surely I'm forgetting something in the Install.ini, right?
All my source code, and a current MMIP, is at https://bitbucket.org/wtanksleyjr/podstrand/src/; the VBScript isn't very large yet, so it shouldn't be forbidding (I'm converting from an older Python app to VBScript).
-Wm