Sunday 6 June 2010

Visual studio c# compiler could not be created.

Problem: I got a problem when i am installing VS 2008 sp1. It was suddenly failed and after that my visual studio does not properly and was unable to load previous projects. Giving an error "c# compiler could not be created"

Solution:

I found in my registry

HKEY_CURRENT_USER\Software\Microsoft\VCSExpress\9.0\Packages

that there are 5 registry entries (class GUIDs) with key 'SkipLoading' set to DWORD value 0x00000001

I changed the value to 0x00000000 and now C# 2008 Express is working as expected ;-)))