Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / Extensibility / August 2005

Tip: Looking for answers? Try searching our database.

Wizards -- Does SCRIPT_PATH really work???

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
LydaRA45 - 26 Jul 2005 14:42 GMT
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

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.