Visual Studio 2005 and SQL 2005 on Vista RTM
I recently upgraded to Vista RTM and installed VS 2005 and SQL 2005 on it. While running VS2005 I kept getting a message box saying that this program has known compatibility issues with Vista. Checking online, I found this blog entry. Going to the connect.microsoft.com site, I realized that the VS2005 SP 1 Beta program is already over but the SP1 is available for download here. Downloading and installing it caused the warning to go away. I quickly built a WF application to test that it was funtioning alright.
Next I attacked SQL 2005. As per documentation this needs SP2 to run on Vista. I hence downloaded and installed SP2. I had earlier tried configuring SQL and the only thing that had given trouble was Reporting Services. Since the documentation on VS2005 talked about running it as Adminstrator, I decided to run Reporting Services Configuration tool as Administrator. During configuration I ran into issues related to managed pipeline mode setting. The Default web site that runs under the DefaultAppPool runs under Integrated setting, while reporting services needs the Classic mode. So I created a new web site and marked it to run under Classic .Net AppPool and then configured the virtual server and directories for the Reporting services on this new web site. One point to note is avoid enabling "Apply Default Settings" since this causes the application pool to be reset to DefaultAppPool and this causes runtime error due to managed pipeline mode setting.
With all this done, I was finally able to get VS2005 and SQL 2005 along with Reporting Services to run successfully on Vista RTM.
29 Nov 2006: A point to note however is that you need to evaluate the need for SP for your usage. Like VS 2005 SP is required when working with Smart devices or some specific C++ programming. Usually running VS 2005 or SQL 2005 as Administrator will still provide basic functionality on Vista, which should be sufficient for normal usage.
Comments
How did you install SQL 2005 in the first place?
Only SP2 works on Vista. But how to install a Service Pack whet the aplication it's intended for cannot be installed???
Posted by: Lucian Andrei | October 30, 2007 9:06 PM
@Lucian, I was working with SQL 2005 Standard Edition. Check here for details on SQL 2005 support for Windows Vista - http://www.microsoft.com/sql/howtobuy/windowsvistasupport.mspx.
Posted by: Atul Gupta | November 1, 2007 3:56 AM
How do you install visual studio.net in Vista machine.
Posted by: Ravi | June 9, 2009 11:30 AM