Xaml Editor, Class Explorer Crashes after Visual Studio 2008 SP1Please Read the following post. I started this post because my problem is not solved and it seems my problems with VS 2008 SP1 are just getting worse. <br><br>Along with opening XAML files now my Class Explorer crashed Visual Studio 2008 SP1 with no warning or exceptions.<br><br>Below is where I began.<br><a href="http://forums.msdn.microsoft.com/en-US/vssetup/thread/61d52410-f101-4725-8a78-00c8d141cca8/">Xaml Editor Crashes after Visual Studio 2008 SP1</a><br><br>Currently I am reinstalling VS 2008 and then SP1<br><br>I am running VS 2008 Developer Edition with Team Exploerer and VS 2008 Power Commands.<br><br> © 2009 Microsoft Corporation. All rights reserved.Mon, 09 Nov 2009 22:45:04 Ze2434065-9921-4861-b914-9cc9d6c55553http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#e2434065-9921-4861-b914-9cc9d6c55553http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#e2434065-9921-4861-b914-9cc9d6c55553Nick McCreadyhttp://social.msdn.microsoft.com/Profile/en-US/?user=Nick%20McCreadyXaml Editor, Class Explorer Crashes after Visual Studio 2008 SP1Please Read the following post. I started this post because my problem is not solved and it seems my problems with VS 2008 SP1 are just getting worse. <br><br>Along with opening XAML files now my Class Explorer crashed Visual Studio 2008 SP1 with no warning or exceptions.<br><br>Below is where I began.<br><a href="http://forums.msdn.microsoft.com/en-US/vssetup/thread/61d52410-f101-4725-8a78-00c8d141cca8/">Xaml Editor Crashes after Visual Studio 2008 SP1</a><br><br>Currently I am reinstalling VS 2008 and then SP1<br><br>I am running VS 2008 Developer Edition with Team Exploerer and VS 2008 Power Commands.<br><br> Fri, 15 Aug 2008 02:00:12 Z2008-08-15T02:00:12Zhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#882b6feb-f80b-48d2-ba48-177b72adf05dhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#882b6feb-f80b-48d2-ba48-177b72adf05dNick McCreadyhttp://social.msdn.microsoft.com/Profile/en-US/?user=Nick%20McCreadyXaml Editor, Class Explorer Crashes after Visual Studio 2008 SP1As it turns out through Microsoft support it is Power Commands 2008 that causes the problem for me. As soon as it was uninstalled the errors when away. They are looking into now and searching for hot fixes or workarounds. So Power Commands 2008 has compatibility problems with VS 2008 SP1 . Hope this helps some one!<br><br><br> Fri, 15 Aug 2008 18:47:02 Z2008-08-15T18:47:21Zhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#862751dd-9f39-4ef2-b52a-9bda3e85482dhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#862751dd-9f39-4ef2-b52a-9bda3e85482dNick McCreadyhttp://social.msdn.microsoft.com/Profile/en-US/?user=Nick%20McCreadyXaml Editor, Class Explorer Crashes after Visual Studio 2008 SP1Through Microsoft's help they came up with a work around which is a simple modification to the devenv.exe.config file. <br><br>This will exist in (64 bit systems) C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE <br><br>Or (32 bit systems) C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE<br><br>Add this XML token to the dependentAseembly list. They had me add it after the office one, but im not sure if that matters.<br><br>            &lt;dependentAssembly&gt;<br>                &lt;assemblyIdentity name=&quot;office&quot; publicKeyToken=&quot;71e9bce111e9429c&quot; culture=&quot;neutral&quot;/&gt;<br>                &lt;codeBase version=&quot;12.0.0.0&quot; href=&quot;PrivateAssemblies\Office12\Office.dll&quot;/&gt;<br>            &lt;/dependentAssembly&gt;<br><br>&lt;!-NEW STUFF--&gt;<br>            &lt;dependentAssembly&gt;<br>                &lt;assemblyIdentity name=&quot;Microsoft.PowerCommands&quot; publicKeyToken=&quot;null&quot; culture=&quot;neutral&quot;/&gt;<br>                &lt;codeBase version=&quot;1.1.0.0&quot; href=&quot;C:\Program Files (x86)\PowerCommands\Microsoft.PowerCommands.dll&quot;/&gt;<br>            &lt;/dependentAssembly&gt;<br><br><br>Now you should be able to run PowerCommands with VS 2008 SP1 and XAML with no crashes. I guess there will be a fix when the next PowerCommands version comes out or on .net 4.0 .<br><br>Thanks MSFT!<br> Tue, 19 Aug 2008 19:23:59 Z2008-09-08T14:13:26Zhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#88453226-9982-4533-996d-afbb0a07cfddhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#88453226-9982-4533-996d-afbb0a07cfddShaun P Bowehttp://social.msdn.microsoft.com/Profile/en-US/?user=Shaun%20P%20BoweXaml Editor, Class Explorer Crashes after Visual Studio 2008 SP1<p>Thank you for taking the tmie to post this. Your solution worked perfectly.</p>Thu, 28 Aug 2008 16:23:52 Z2008-08-28T16:23:52Zhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#478d2476-9b9e-4814-ab65-5b341e3d1118http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#478d2476-9b9e-4814-ab65-5b341e3d1118Nick McCreadyhttp://social.msdn.microsoft.com/Profile/en-US/?user=Nick%20McCreadyXaml Editor, Class Explorer Crashes after Visual Studio 2008 SP1No problem, your welcome! :) Tue, 09 Sep 2008 17:17:38 Z2008-09-09T17:17:38Zhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#13df3e62-e76f-4e8f-9fe1-ad4767b89549http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#13df3e62-e76f-4e8f-9fe1-ad4767b89549Dan Trocchiohttp://social.msdn.microsoft.com/Profile/en-US/?user=Dan%20TrocchioXaml Editor, Class Explorer Crashes after Visual Studio 2008 SP1I've been looking for a fix, let alone an acknowledgment of this problem for quite a bit, thank you very much. Mon, 15 Sep 2008 14:36:07 Z2008-09-15T14:36:07Zhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#e71ebd00-08e8-43f9-a2b9-8576c1d1fa4ahttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#e71ebd00-08e8-43f9-a2b9-8576c1d1fa4aNick McCreadyhttp://social.msdn.microsoft.com/Profile/en-US/?user=Nick%20McCreadyXaml Editor, Class Explorer Crashes after Visual Studio 2008 SP1Hey just give me a bump with the &quot;Post was helpful&quot; : D Mon, 15 Sep 2008 21:41:50 Z2008-09-15T21:41:50Zhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#6520c265-8667-43ab-b26a-8cd6ee6f491ahttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#6520c265-8667-43ab-b26a-8cd6ee6f491atpaynehttp://social.msdn.microsoft.com/Profile/en-US/?user=tpayneXaml Editor, Class Explorer Crashes after Visual Studio 2008 SP1 Perfect!!  I too had a hard time finding an answer to this.<br>thanks again.Mon, 22 Sep 2008 21:44:09 Z2008-09-22T21:44:09Zhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#e6483453-a875-46d5-b152-626143a55ba1http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#e6483453-a875-46d5-b152-626143a55ba1cicoriashttp://social.msdn.microsoft.com/Profile/en-US/?user=cicoriasXaml Editor, Class Explorer Crashes after Visual Studio 2008 SP1 Invaluable assistance this post provided!!  <hr class="sig">Shawn CicoriaWed, 26 Nov 2008 17:56:09 Z2008-11-26T17:56:09Zhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#de792083-4bf0-450c-b911-016e8d503747http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#de792083-4bf0-450c-b911-016e8d503747myjimmyyyyyyhttp://social.msdn.microsoft.com/Profile/en-US/?user=myjimmyyyyyyXaml Editor, Class Explorer Crashes after Visual Studio 2008 SP1 The problem is, Vista won't allow me to save that file. What OS are you running?Mon, 15 Dec 2008 22:45:17 Z2008-12-15T22:45:17Zhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#29bf14fb-6fb1-4de2-aa70-f95e3a5fe803http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#29bf14fb-6fb1-4de2-aa70-f95e3a5fe803Nick McCreadyhttp://social.msdn.microsoft.com/Profile/en-US/?user=Nick%20McCreadyXaml Editor, Class Explorer Crashes after Visual Studio 2008 SP1To save the file you need to run Notepad elevated (Run as Administrator)  then you will be able to save no problem. This is the way it is with any file below C:/ProgramFiles/ or even C:/Windows. This is to protect people from making changes if they dont know what they are doing. It also protects against rogue programs because unless they are elevated they cannot delete everything under the sun. UAC is really a good thing. You can lower the prompting though the Security Policys.Thu, 15 Jan 2009 16:08:04 Z2009-02-25T15:10:32Zhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#4a459421-85cb-47e5-ba8e-07203ca6932fhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#4a459421-85cb-47e5-ba8e-07203ca6932fLavanyrhttp://social.msdn.microsoft.com/Profile/en-US/?user=LavanyrXaml Editor, Class Explorer Crashes after Visual Studio 2008 SP1<blockquote>Please Read the following post. I started this post because my problem is not solved and it seems my problems with VS 2008 SP1 are just getting worse. <br/><br/>Along with opening XAML files now my Class Explorer crashed Visual Studio 2008 SP1 with no warning or exceptions.<br/><br/>Below is where I began.<br/><a href="http://forums.msdn.microsoft.com/en-US/vssetup/thread/61d52410-f101-4725-8a78-00c8d141cca8/">Xaml Editor Crashes after Visual Studio 2008 SP1</a><br/><br/>Currently I am reinstalling VS 2008 and then SP1<br/><br/>I am running VS 2008 Developer Edition with Team Exploerer and VS 2008 Power Commands.<br/><br/></blockquote> <br/> <p>Hi When ever i select Choose ToolBox Items to add Ria Controls VS getting crashed. I searched in google and got a solution to uninstall Power Commands. but unable to Uninstall it. able to go upto C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE but not able to find dependentAseembly list. Any Help is Appreciated link for solution : http://www.nablasoft.com/guardian/index.php/2009/03/17/vs2008-sp1-powercommands-toolbox-additemscrash/ Thanks in advance.</p>Mon, 09 Nov 2009 22:42:18 Z2009-11-09T22:42:18Zhttp://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#e071c449-1dd2-4042-a215-e92360705519http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/e2434065-9921-4861-b914-9cc9d6c55553#e071c449-1dd2-4042-a215-e92360705519Lavanyrhttp://social.msdn.microsoft.com/Profile/en-US/?user=LavanyrXaml Editor, Class Explorer Crashes after Visual Studio 2008 SP1I am able to go up to IDE but not able to find  &quot;&quot;dependentAseembly list &quot;&quot; . Even try to search in the system but no luck.<br/>Any help is appretiated.<br/>Thanks in Advance.Mon, 09 Nov 2009 22:45:04 Z2009-11-09T22:45:04Z