The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Visual Studio 2005 on Win7

    Discussion in 'Windows OS and Software' started by mikey88, Apr 2, 2010.

  1. mikey88

    mikey88 Notebook Enthusiast

    Reputations:
    0
    Messages:
    23
    Likes Received:
    0
    Trophy Points:
    5
    I want to know if I can successfully run Visual Studio 2005 on Windows7 Ultimate with use of Virtual PC (or something like that) to run Windows XP and then Visual Studio 2005?

    I have never done this so need opinions of you guys to go ahead.

    Few points -

    • I'm unable to install Windows XP Pro for reasons unknown to me. I get a blue screen with some error stating that setup is stopped and I should check for virus, hard disk check etc. I've checked all the things, and all is well.
    • Because of timing and other constraints, I cannot get any other version of Visual Studio and cannot install service packs for it to run it under Win7.
    • I'm currently using Vista Home Premium on Dell Studio 15.

    Please advise, I really need to use Visual Studio 2005 ASAP :( :(
     
  2. TANWare

    TANWare Just This Side of Senile, I think. Super Moderator

    Reputations:
    2,548
    Messages:
    9,585
    Likes Received:
    4,997
    Trophy Points:
    431
    The service packs you need to get yourself, the autoupdate won't do it. I have VB 2003 dot net 1.1 under Win7 home and it works fine so far.......

    Edit when I had the RC I briefly had VB from VS2005 and I had to run everything as admin if I remember correctly. (this w/o a virtual xp).....

    Can you live with Express editions or do you really need the full studio?
     
  3. The Fire Snake

    The Fire Snake Notebook Virtuoso

    Reputations:
    426
    Messages:
    2,889
    Likes Received:
    0
    Trophy Points:
    55
    Why 2005? Is it the full version? If you want to just play with VS download VS Express Edition 2008. 2010 is coming out pretty soon.
     
  4. swarmer

    swarmer beep beep

    Reputations:
    2,071
    Messages:
    5,234
    Likes Received:
    0
    Trophy Points:
    205
    Try running it in compatibility mode. Right-click the .exe or shortcut > Properties > Compatibility tab.

    But if that doesn't work... since you have Win 7 Ultimate, that offers XP Mode, so you should be able to run it under that.
     
  5. TANWare

    TANWare Just This Side of Senile, I think. Super Moderator

    Reputations:
    2,548
    Messages:
    9,585
    Likes Received:
    4,997
    Trophy Points:
    431
    I just installed the express 2005 VB and C++, the DLable SP's wouldn't work but the SP available to Windows Update worked just fine...

    It could be the DotNet version 2.0. I have to have DotNET 1.1 as all my systems at work can't have 2.0 or above. 2.0 breaks a misson critical app that they use..........
     
  6. ScuderiaConchiglia

    ScuderiaConchiglia NBR Vaio Team Curmudgeon

    Reputations:
    2,674
    Messages:
    6,039
    Likes Received:
    0
    Trophy Points:
    205
    I use Visual Studio 2005 running on XP as a virtual machine under Win7 every day. It works just fine. I even have an instance of SQL server running in the Win7 address space and the VS2005 is able to connect to that database server for the development I do.

    The only issue you might have is that I am not sure if Win 7 home supports the virtual PC stuff. I know you can't use the "prepackaged" XP mode thing, but you might be able to install Virtual PC and then install your own XP instance.

    Gary

    Thats strange, DotNet 1.1 and 2.0 can coexist on the same machine. 2.0 should not break anything that requires 1.1.

    Gary
     
  7. TANWare

    TANWare Just This Side of Senile, I think. Super Moderator

    Reputations:
    2,548
    Messages:
    9,585
    Likes Received:
    4,997
    Trophy Points:
    431
    Yes the programs used have to be migrated over. Some are easily recompilable others are not and require more work. They, my company, use an activex along with an application. I haven't asked the original developers the specific's but I do know the image owner was advised Dot Net 2.0 will break the application set and there is no present plan to allow dotnet 2.0 to work..........

    http://www.informit.com/guides/content.aspx?g=dotnet&seqNum=497