What causes Visual Studio 2008 SP1 to crash when switch to Design View of a WPF application

后端 未结 8 1904
甜味超标
甜味超标 2020-12-30 03:39

After developing a WPF application without Source Control, I decided to add the solution to TFS.

After doing so whenever I opened the main window.xaml file in Design

8条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-30 04:03

    If you wish to keep Power Commands for Visual Studio 2008 installed, see this workaround here:

    PowerCommands crashing VS2008 SP1

    But basically:

    a work around which is a simple modification to the devenv.exe.config file.

    This will exist in (64 bit systems) C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE

    Or (32 bit systems) C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE

    Add this XML token to the dependentAssembly list. They had me add it after the office one, but im not sure if that matters.

    
      
      
    
    
    
    
      
    
      
    
      
    
    
    

    This worked nicely for me.

提交回复
热议问题