Upgrade to Vista Ultimate broke VS 2008

C

Chris Botha

I had Vista Home Premium with VS 2008 - worked just great.
Upgraded to Vista Ultimate - now with a Windows App the following happens:
1. Try to open Form1 in designers mode (new app or existing app), error =
"The service Microsoft.VisualStudio.Shell.Interop.ISelectionContainer
already exists in the service container".
2. Compile app (new or existing), build error = ".NET Framework 2.0 update
not found. The win32manifest will not be embedded"
 
B

Backwater Geezer

Chris said:
I had Vista Home Premium with VS 2008 - worked just great.
Upgraded to Vista Ultimate - now with a Windows App the following
happens: 1. Try to open Form1 in designers mode (new app or existing
app), error = "The service
Microsoft.VisualStudio.Shell.Interop.ISelectionContainer already
exists in the service container". 2. Compile app (new or existing),
build error = ".NET Framework 2.0 update not found. The win32manifest
will not be embedded"

You have to upgrade to XP Professional.

MH
 
C

Chris Botha

OK, got this solved.
On the installation disk locate and run NetFX2.0-KB110806-v6000-x86.msu, it
comes in folder
WCU\dotNetFramework\dotNetMSP\x86

Geez, wasted more than a day on this exercise ...
 
J

Just_a_fan

Upgrading is a myth!

Did you reinstall VS after upgrading? Did you install the needed
Frameworks? Just guessing here...

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top