I have the following VSZ file... Visual Studio 2003 sees it, and yet all I
get is a "Default.js or default.vbs not found in
V:\Inetpub\DNN31\DesktopModules\_Templates\VSWizardCode\_DNNModule\1033"
error?!?!?!
VSWIZARD 6.0
Wizard=VsWizard.VsWizardEngine.7.1
Param="WIZARD_NAME = DNNModule"
Param="WIZARD_UI = FALSE"
Param="PROJECT_TYPE = VBPROJ"
Param="SCRIPT_PATH =
"V:\INetPub\DNN31\DesktopModules\_Templates\VSWizardCode\_DNNModule\"
Param="TEMPLATES_PATH =
"V:\INetPub\DNN31\DesktopModules\_Templates\ModuleName\"
Obviously, the wizard tacked on the language code. I do have my default.js
in a \1033 folder... I'm looking at the d@rn file--WHY cannot VS find it???
I'd sincerely appreciate any suggestions or links to real documentation with
samples or the Param values like SCRIPT_PATH and TEMPLATES_PATH....perhaps I
should be using ABSOLUTE_PATH...
Robert,
One confused MS partner
LydaRA45 - 10 Aug 2005 14:49 GMT
Did anyone catch the extra set of quotes before the V:\... on the SCRIPT_PATH
and TEMPLATES_PATH? It should read:
VSWIZARD 6.0 Wizard=VsWizard.VsWizardEngine.7.1
Param="WIZARD_NAME = DNNModule"
Param="WIZARD_UI = FALSE"
Param="PROJECT_TYPE = VBPROJ"
Param="TEMPLATES_PATH =
V:\INetPub\DNN31\DesktopModules\_Templates\ModuleName\"
Param="SCRIPT_PATH =
V:\INetPub\DNN31\DesktopModules\_Templates\VSWizardCode\_DNNModule\"
Param="SCRIPT_COMMON_PATH = VBWizards\"
I had to add the SCRIPT_COMMON_PATH to get rid of the "Invalid procedure
call or argument" error....obviously it was not finding Common.js...
> I have the following VSZ file... Visual Studio 2003 sees it, and yet all I
> get is a "Default.js or default.vbs not found in
[quoted text clipped - 20 lines]
> Robert,
> One confused MS partner