473,513 Members | 2,334 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Studio on Vista

I've heard rumblings here and there that various versions of Visual
Studio will not run on Vista. I can't find definitive explanation
anywhere of which one will run and which one won't. I am mostly
interested in vs2003 and vs2005. Is it mostly an issue of UAC or not
running as an admin?

Regards
Nov 12 '06 #1
9 1682
Hi Frank,
I have been running VS2005 (express and professional) on Vista RC2 and RTM
and have not have any issues. Obviously to install you will need to have
access to an account that is part of the administrators group, which is
different to the admin account in Vista is disabled wherever possible.
However after that you can use VS without account elevation, there may be
some scenarios that require elevation but I have not come across any.

Mark.
--
http://www.markdawson.org
"Frank Rizzo" wrote:
I've heard rumblings here and there that various versions of Visual
Studio will not run on Vista. I can't find definitive explanation
anywhere of which one will run and which one won't. I am mostly
interested in vs2003 and vs2005. Is it mostly an issue of UAC or not
running as an admin?

Regards
Nov 12 '06 #2
Hello Frank,

They claimed that they support only VS 2005 on Vista, but u need to install
SP1 to get the full compatibility due to some UAC and other security issues.
Take into account that u need SP2 for SQLServer to work on Vista (albeit
SP1 works, but they don't recommend)

Other versions of VS can work but MS doest support them at all.

FRI've heard rumblings here and there that various versions of Visual
FRStudio will not run on Vista. I can't find definitive explanation
FRanywhere of which one will run and which one won't. I am mostly
FRinterested in vs2003 and vs2005. Is it mostly an issue of UAC or
FRnot running as an admin?
FR>
FRRegards
FR>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Nov 12 '06 #3

"Frank Rizzo" <no**@none.netwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
| I've heard rumblings here and there that various versions of Visual
| Studio will not run on Vista. I can't find definitive explanation
| anywhere of which one will run and which one won't. I am mostly
| interested in vs2003 and vs2005. Is it mostly an issue of UAC or not
| running as an admin?
|
| Regards

Currently only VB6 is supported on Vista :-)

I had VS2005 SP1 running on RC2 - 64bit, got frustrated, and moved back to
XP SP2, because of:
http://msdn.microsoft.com/vstudio/su...a/default.aspx

Note that the list of issues is not exhaustive, there are some more issues
when running on 64bit Vista (and on XP 64).

Willy.
Nov 12 '06 #4
Willy Denoyette [MVP] wrote:
"Frank Rizzo" <no**@none.netwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
| I've heard rumblings here and there that various versions of Visual
| Studio will not run on Vista. I can't find definitive explanation
| anywhere of which one will run and which one won't. I am mostly
| interested in vs2003 and vs2005. Is it mostly an issue of UAC or not
| running as an admin?
|
| Regards

Currently only VB6 is supported on Vista :-)
That is pretty funny.
Gee, maybe this guy was right after all. :)
http://classicvb.org/

I had VS2005 SP1 running on RC2 - 64bit, got frustrated, and moved back to
XP SP2, because of:
http://msdn.microsoft.com/vstudio/su...a/default.aspx

Note that the list of issues is not exhaustive, there are some more issues
when running on 64bit Vista (and on XP 64).
That's good to know because I was contemplating repaving my box with a
64 bit OS just to make my debugging sessions easier.
Does anyone have anything to say about VS2003? I have a number of
applications I have to support that won't be moved to VS2005 anytime
soon for various reasons. Will it run on Vista?

Btw, is it me or is pretty much every second app refuses to run under
Vista? That's been my experience. Win9x to WinXP seemed a much milder
upgrade by comparison.


Nov 13 '06 #5
Frank Rizzo wrote:
Does anyone have anything to say about VS2003? I have a number of
applications I have to support that won't be moved to VS2005 anytime
soon for various reasons. Will it run on Vista?
VS.NET 2003 isn't supported on Vista, mainly because of the debugger.
The debugger attaches to a process in such a way that's not allowed by
Vista (new security rules) so it will run but debugging will be
cumbersome and if MS says something isn't supported, you can be sure
something isn't right.

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
Nov 13 '06 #6

"Frank Rizzo" <no**@none.netwrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
| Willy Denoyette [MVP] wrote:
| "Frank Rizzo" <no**@none.netwrote in message
| news:%2****************@TK2MSFTNGP04.phx.gbl...
| | I've heard rumblings here and there that various versions of Visual
| | Studio will not run on Vista. I can't find definitive explanation
| | anywhere of which one will run and which one won't. I am mostly
| | interested in vs2003 and vs2005. Is it mostly an issue of UAC or not
| | running as an admin?
| |
| | Regards
| >
| Currently only VB6 is supported on Vista :-)
|
| That is pretty funny.
| Gee, maybe this guy was right after all. :)
| http://classicvb.org/
|
|
| I had VS2005 SP1 running on RC2 - 64bit, got frustrated, and moved back
to
| XP SP2, because of:
| http://msdn.microsoft.com/vstudio/su...a/default.aspx
| >
| Note that the list of issues is not exhaustive, there are some more
issues
| when running on 64bit Vista (and on XP 64).
|
| That's good to know because I was contemplating repaving my box with a
| 64 bit OS just to make my debugging sessions easier.
|
Well, we are still building and debugging managed stuff on XP, when there is
a need to debug on Vista I'm using the debugging tools for windows 'Windbg,
cdb etc...). Actually we don't have any desktop applications that need 2GB
of memory, so we target "X86", this:
1) to make sure that we run on the same CLR as XP,
2) that we don't waste any more memory than needed when running "MSIL" on
Vista 64, and
3) run the risk to get bitten by 64 bit interop issues.
For our *Server* style applications that need 4GB we target "x64" or
"IA64" and we qualify to run on W2K3 64 bit only, never on a desktop style
OS.

|
| Does anyone have anything to say about VS2003? I have a number of
| applications I have to support that won't be moved to VS2005 anytime
| soon for various reasons. Will it run on Vista?
|

V1.0 and V1.1 application will run, it's VS2003 which is not supported.

| Btw, is it me or is pretty much every second app refuses to run under
| Vista? That's been my experience. Win9x to WinXP seemed a much milder
| upgrade by comparison.
|

What exactly do you mean with refuse to run, did you consider to run
Standard User Analyser and Application Verifier
http://msdn.microsoft.com/library/de...rifier_sdl.asp
first?

Willy.

|
Nov 13 '06 #7
On Mon, 13 Nov 2006 00:26:11 -0800, Frank Rizzo <no**@none.netwrote:
>Btw, is it me or is pretty much every second app refuses to run under
Vista? That's been my experience. Win9x to WinXP seemed a much milder
upgrade by comparison.
I am still hoping that, some time in the future, a version of Windows
will be produced that will allow a *really* backwards compatibility
mode so that I can play those games that only ran on Windows 95!

--
Posted via a free Usenet account from http://www.teranews.com

Nov 13 '06 #8
What exactly do you mean with refuse to run, did you consider to run
Standard User Analyser and Application Verifier
http://msdn.microsoft.com/library/de...rifier_sdl.asp
first?
I've seen crashes on startup, inconsistent behavior, etc...
Nov 13 '06 #9
The official word:

http://msdn.microsoft.com/vstudio/support/windowsvista/

VS2002/2003 -bad
VS2005 -good :-)
Mark
--
http://www.markdawson.org
"Frank Rizzo" wrote:
I've heard rumblings here and there that various versions of Visual
Studio will not run on Vista. I can't find definitive explanation
anywhere of which one will run and which one won't. I am mostly
interested in vs2003 and vs2005. Is it mostly an issue of UAC or not
running as an admin?

Regards
Nov 13 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
3007
by: Mark Rae | last post by:
Hi, On Friday I attended the Microsoft EVO conference in London where they talked about Vista, Office 2007 and Exchange 2007 and how they all work together beautifully, how they were all...
8
1566
by: Miro | last post by:
I was searching on Microsoft's site and found this link: http://support.microsoft.com/lifecycle/search/?sort=PN&alpha=Visual+Studio It stumpped me on something. ( im new to visual studio /...
3
2486
by: =?Utf-8?B?cmF1ZXI=?= | last post by:
I am using Visual C++ 6 Professional in Windows XP. Which new developer product should I use under Vista Business operating system that continues to use the C++ programming language? I understand...
9
1743
by: | last post by:
Does anyone know which edition of Vista you have to buy if you use Visual Studio and probably will upgrade to Visual Studio 2008? Is the Ultimate edition necessary, or will the home or business...
24
2439
by: JJ | last post by:
I see the new software is 'RTM' but what does that mean in terms of when we can actually purchase it? Thanks, JJ
11
2633
by: =?Utf-8?B?S3VlaXNoaW9uZyBUdQ==?= | last post by:
I am running Visual studio 2003 with framework 1.1 on a vista platform. However it runs very slow in debug mode, especially while it is loading dlls. What is the problem? Is there a compatibility...
4
2510
by: =?Utf-8?B?Q1IgU3VwcG9ydA==?= | last post by:
Hi experts, We are trying to migrate from Visual Studio 6 (C++ project) on Windows 2000 to Visual Studio 2005 SP1 on Windows Vista but found that the migrated program runs slower in both OS. A...
5
232
by: =?Utf-8?B?QXJuZSBHYXJ2YW5kZXI=?= | last post by:
Does Visual Studio 2005 and Visual Studio 2008 work well together on a Vista computer? I am having some issues with Ajax development. Neither VS2005 nor VS 2008 work well since I installed Visual...
3
7146
by: techtonator | last post by:
Hi All, I wonder why I bought the Vista Home Premium 64 bit laptop (perhaps only the 64 bit thing lured me :) :( ) because I am unable to do anything really useful on the machine. Here is another...
0
7171
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
7111
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7539
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5095
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4751
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3240
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3228
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
807
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
461
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.