Results 1 to 13 of 13

Thread: HELP!! I cant run vb.net *Resolved*

  1. #1

    Thread Starter
    Fanatic Member Illspirit's Avatar
    Join Date
    Mar 2001
    Location
    Blackpool, England
    Posts
    815

    Thumbs up 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.
    Illspirit - [email protected]

    SmartBarXP Lead Developer
    SmartBarXP - The leading desktop sidebar application for Microsoft Windows XP

  2. #2
    Lively Member
    Join Date
    Jul 2002
    Location
    Planet Earth
    Posts
    99
    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...

  3. #3

    Thread Starter
    Fanatic Member Illspirit's Avatar
    Join Date
    Mar 2001
    Location
    Blackpool, England
    Posts
    815
    noones sent it, that would be GREAT if u could send it
    Illspirit - [email protected]

    SmartBarXP Lead Developer
    SmartBarXP - The leading desktop sidebar application for Microsoft Windows XP

  4. #4
    Lively Member
    Join Date
    Jul 2002
    Location
    Planet Earth
    Posts
    99
    No probs, gives me a chance to setup my email account after rebuilding this ring. Zip attachment okay?

  5. #5

    Thread Starter
    Fanatic Member Illspirit's Avatar
    Join Date
    Mar 2001
    Location
    Blackpool, England
    Posts
    815

    Thumbs up yea

    thanx!
    Illspirit - [email protected]

    SmartBarXP Lead Developer
    SmartBarXP - The leading desktop sidebar application for Microsoft Windows XP

  6. #6
    Lively Member
    Join Date
    Jul 2002
    Location
    Planet Earth
    Posts
    99
    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.

  7. #7

    Thread Starter
    Fanatic Member Illspirit's Avatar
    Join Date
    Mar 2001
    Location
    Blackpool, England
    Posts
    815
    SoCalled cant email it to me until monday, so if anyone else could send me the folder before then it would be much appreciated
    Illspirit - [email protected]

    SmartBarXP Lead Developer
    SmartBarXP - The leading desktop sidebar application for Microsoft Windows XP

  8. #8
    Junior Member
    Join Date
    Jul 2002
    Posts
    20
    I'm launching it off to you right now. It'll be coming from [email protected]. Hope it works alright for you.

  9. #9

    Thread Starter
    Fanatic Member Illspirit's Avatar
    Join Date
    Mar 2001
    Location
    Blackpool, England
    Posts
    815
    YEA!!! I GOT IT WORKIN!!! THANK YOU!!!!
    Illspirit - [email protected]

    SmartBarXP Lead Developer
    SmartBarXP - The leading desktop sidebar application for Microsoft Windows XP

  10. #10
    Lively Member
    Join Date
    Jul 2002
    Location
    Planet Earth
    Posts
    99
    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

  11. #11
    Junior Member
    Join Date
    Jul 2002
    Posts
    20
    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?

  12. #12
    Lively Member
    Join Date
    Jul 2002
    Location
    Planet Earth
    Posts
    99
    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....

  13. #13
    Junior Member
    Join Date
    Jul 2002
    Posts
    20
    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
  •  



Click Here to Expand Forum to Full Width