|
-
Jul 26th, 2002, 08:01 AM
#1
Thread Starter
Fanatic Member
HELP!! I cant run vb.net *Resolved*
hey,
i have just installed vs.net, and i'm getting a default.js error. I have searched the forums and found no info that would help me apart from to download the architect edition, which i have. I have looked at the default.js files that i have, and they seem to only be half complete :
Code:
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
function OnFinish(selProj, selObj)
{
var oldSuppressUIValue = true;
try
{
oldSuppressUIValue = dte.SuppressUI;
var bSilent = wizard.FindSymbol("SILENT_WIZARD");
dte.SuppressUI = bSilent;
var strItemName = wizard.FindSymbol("ITEM_NAME");
var strTemplatePath = wizard.FindSymbol("TEMPLATES_PATH");
var strTemplateFile = strTemplatePath + "\\Module.vb";
var item = AddFileToVSProject(strItemName, selProj, selObj, strTemplateFile, true);
if( item )
{
item.Properties("SubType").Value = "Code";
var editor = item.Open(vsViewKindPrimary);
editor.Visible = true;
}
return 0;
}
catch(e)
{
switch(e.number)
{
case -2147221492 /* OLE_E_PROMPTSAVECANCELLED */ :
return -2147221492;
case -2147024816 /* FILE_ALREADY_EXISTS */ :
case -2147213313 /* VS_E_WIZARDBACKBUTTONPRESS */ :
return -2147213313;
default:
ReportError(e.description);
return -2147213313;
}
}
finally
{
dte.SuppressUI = oldSu
it just ends dte.SuppressUI = oldSu i have guessed the rest of the file and that default.js error goes away, but then i get errors with other files. All my default.js files are like this i have tried to reinstall and repair without any luck, and i have the same problem trying to install it on another machine
could anyone possibly send me the VBWizards folder located in \Program Files\Microsoft Visual Studio .NET\Vb7? its where all the messed up default.js files are on my comp, and its only aboot 110k zipped. Am hopin it should more than likely solve my problem. failing that, could anyone give me any other help on this? i have looked on the knowledge base, and it says i must have the german version or something, which i dont
if anyone is willing to send me the folder, could u plz email it to me at [email protected]?
thanx alot in advance for any help
Last edited by Illspirit; Jul 28th, 2002 at 04:10 PM.
-
Jul 26th, 2002, 03:48 PM
#2
Lively Member
Did anyone send it to you yet. If not pm me and l'll be only too happy to email it to you. Sounds like flacky CDs there...
-
Jul 26th, 2002, 03:52 PM
#3
Thread Starter
Fanatic Member
-
Jul 26th, 2002, 04:32 PM
#4
Lively Member
No probs, gives me a chance to setup my email account after rebuilding this ring. Zip attachment okay?
-
Jul 26th, 2002, 04:38 PM
#5
Thread Starter
Fanatic Member
yea
-
Jul 26th, 2002, 04:43 PM
#6
Lively Member
Okay off to tee everything up. If l can't get things to work will email from office monday, just hunting out my zip software, and contacting my ISP.... and they told me Win2k wizards would set everything up correctly
Expect it in approx half an hour.
-
Jul 26th, 2002, 05:17 PM
#7
Thread Starter
Fanatic Member
SoCalled cant email it to me until monday, so if anyone else could send me the folder before then it would be much appreciated
-
Jul 28th, 2002, 01:34 PM
#8
Junior Member
I'm launching it off to you right now. It'll be coming from [email protected]. Hope it works alright for you.
-
Jul 28th, 2002, 04:09 PM
#9
Thread Starter
Fanatic Member
-
Jul 29th, 2002, 02:41 AM
#10
Lively Member
Originally posted by Dodgeram01
I'm launching it off to you right now. It'll be coming from [email protected]. Hope it works alright for you.
Dude how did you get the file zipped, tried turbo zip and winzip, neither of em would work
-
Jul 29th, 2002, 08:58 AM
#11
Junior Member
I have Winrar installed (on WinXP). I right clicked on the folder, sendto, then .zip. A little message popped up about restoring .zip to the default zip client (the oen that comes with XP). I don't remember what I selected, but I'm pretty sure that the default client is the one that zipped it, as opposed to Winrar. Did you have anything open accessing that folder when you tried to zip it?
-
Jul 29th, 2002, 03:44 PM
#12
Lively Member
Nope nothing open or using it.
Talking a Win2k Prof OS.
TurboZip refused to even open the folder, which is really weird as l've done this to project folders for sending to other offices....
-
Jul 29th, 2002, 10:43 PM
#13
Junior Member
That is weird. I've personally never heard of stuff acting like that before.???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|