Visual Studio 2008 designer hangs

This morning, while I was playing with uninstalling office 2010 beta and reinstalling office 2010 RTM I was working, as usually, on a web application.

I opened an aspx file, then click the Designer button, and Visual Studio 2008 hangs…I waited a couple of minutes, then I terminated it. I verified and VS2008 is hanging every time I try to open a webform in design mode, going to Tools->Options->HTML Designer->Css Styling, I have the very same problem, VS2008 completely freezed, and I need to terminate it from task manager.

image

The problem should be related to office, because the only difference from yesterday is that I’ve uninstalled and reinstalled office. Moreover when the VS hangs, it does not use processor time, and seems that it is waiting form another external component… guess what…

I begin investigating to see if some other person has the same problem, and I found this link. In the end odlouhy tells that he see a setup.exe program running whenever he tried to opened the designer, so I fired again VS and task manager, goes to CSS Styling menu and I verified that a setup.exe process immediately opens up. This confirms my suspicions, probably VS is launching that setup.exe program and waits for it to finish doing something.

I right click in the process manager and choose Open file Location to see where is the setup.exe that is causing this, and I found this folder

C:\Program Files (x86)\Common Files\microsoft shared\OFFICE12\Office Setup Controller

that contains a setup.exe, if you launch manually as administrator you can find this screenshot

image

Now I decided to repair the installation and everything is come back again working as expected. This can be probably due to uninstall of office2010 beta components, since yesterday everything works perfectly :)

Hope this will help you if you have the very same problem.

alk.