views:

231

answers:

1

Hi!

I'm getting a strange error from my VisualStudio 2008 installation in Windows 7 and I wonder whether anyone knows how to fix that:

Unable to read the project file "cs.proj". Could not load file or assembly Microsoft.Build.Engine, Version=3.5.0.0, Culture=neutral, [...] System cannot find the file specified. `

I checked: .Net 3.5 is installed. So does anyone know what that means?

Thanks ;)

+1  A: 

Try running gacutil -l to check if the MSBuild assemblies are installed

Richard