When trying to access the settings for the remote desktop connections in my Azure project Visual Studio 2010 SP1 hangs until forced to close. I installed the new Azure SDK (november 2011) and the problem persists. The problem occurs either by checking the box or clicking "Settings.." in the Publish window (I tried to post a screenshot but unfortunately my reputation is too low.. ;-) )

I enabled the logging in Visual Studio and got the following entries:

<entry>
    <record>326</record>
    <time>2011/11/15 06:55:14.972</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Entering function CVsPackageInfo::HrInstantiatePackage</description>
    <guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
  </entry>
  <entry>
    <record>327</record>
    <time>2011/11/15 06:55:14.972</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Unexpected system error mode before loading package [Visual Web Developer Project Persistance Package]</description>
    <guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
  </entry>
  <entry>
    <record>328</record>
    <time>2011/11/15 06:55:14.972</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Begin package load [Visual Web Developer Project Persistance Package]</description>
    <guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
  </entry>
  <entry>
    <record>329</record>
    <time>2011/11/15 06:55:14.988</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>Loading UI library</description>
    <guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
    <path>C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Packages\*\webdirprjui.dll</path>
  </entry>
  <entry>
    <record>330</record>
    <time>2011/11/15 06:55:14.988</time>
    <type>Information</type>
    <source>VisualStudio</source>
    <description>End package load [Visual Web Developer Project Persistance Package]</description>
    <guid>{8FF02D1A-C177-4AC8-A62F-88FC6EA65F57}</guid>
  </entry>
</activity>

I'll be happy to provide more information if it's helpful.

link|improve this question
feedback

1 Answer

Really need more information to troubleshoot this. Can you capture a hang dump when this happens and open the dump and let us see the callstack that is hanging?

You could also try running procmon and procexp to see if you see any errors in them: http://technet.microsoft.com/en-us/sysinternals/bb896645

http://technet.microsoft.com/en-us/sysinternals/bb896653

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.