Search this blog

Thursday, February 11, 2010

Visual Studio 2010 and .NET Framework 4 Training Kit




February Release of the Visual Studio 2010 and .NET Framework 4 Training Kit

The Visual Studio 2010 and .NET Framework 4 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2010 features and a variety of framework technologies including:
  • C# 4.0
  • Visual Basic 10
  • F#
  • Parallel Extensions
  • Windows Communication Foundation
  • Windows Workflow
  • Windows Presentation Foundation
  • ASP.NET 4
  • Windows 7
  • Entity Framework
  • ADO.NET Data Services
  • Managed Extensibility Framework
  • Visual Studio Team System
This version of the Training Kit works with Visual Studio 2010 RC and .NET Framework 4 RC.

Friday, February 5, 2010

Solution for "Previous releases of Microsoft Visual Studio 2008 - failed".


Today I tried to install SQL Server 2008 Version after installed Visual Studio Team Suite 2008.

In the "Installation Rules" Section, I got the error "Rule "Previous releases of Microsoft Visual Studio 2008" failed." as shown below


Then i clicked on the failed link, which is next to the rule.it shows the following popup Message
---------------------------
Rule Check Result
---------------------------
Rule "Previous releases of Microsoft Visual Studio 2008" failed.


A previous release of Microsoft Visual Studio 2008 is installed on this computer. Upgrade Microsoft Visual Studio 2008 to the SP1 before installing SQL Server 2008.
---------------------------
OK  
---------------------------

As suggested in the Error message, I Upgraded the Microsoft Visual Studio 2008 with SP1, then i continued to install SQL Server 2008, it installed well without any issues.

You Can Download the VS 2008 SP1 from the following link,
http://msdn.microsoft.com/en-us/vstudio/cc533448.aspx

Before continue to install, ensure that your existing system are supporting all the rules which are defined by microsoft. 

Go thru the following article,
KB956139 – Visual Studio 2008 SP1 may be required for SQL Server 2008 installations.

This article explains, what are actions need to do before start insatll SQL Server 2008

Hope it Helps you!