2015-06-04 117 views
1

每當我用Visual Studio 2013 Update 4打開一個.xsl文件時,它都會崩潰。我收到下面的錯誤消息。很無用。有什麼建議麼?visual studio 2013在開啓xsl時崩潰

我在管理員安全上下文中運行VS(運行方式)。我這樣做,所以我可以打開和調試我的本地IIS 7.5(而不是VS調試器/端口)。

我最近安裝了Azure和SSDT擴展(VWDOrVs2013AzurePack.exe和SSDTSetup.exe)。後者未能正確安裝。

以下錯誤。謝謝!

應用:devenv.exe Framework版本:v4.0.30319 描述:由於未處理的異常,進程終止。 異常信息信息:System.Security.SecurityException 堆棧: 在System.Security.CodeAccessSecurityEngine.Check(System.Object的,System.Threading.StackCrawlMark的ByRef,布爾值) 在System.Security.CodeAccessSecurityEngine.Check(System.Security.CodeAccessPermission ,System.Threading.StackCrawlMark的ByRef) 在System.Security.CodeAccessPermission.Demand() 在System.Reflection.RuntimeAssembly.VerifyCodeBaseDiscovery(System.String) 在System.Reflection.RuntimeAssembly.GetName(布爾) 在的System.Reflection .Assembly.GetName() at Microsoft.VisualStudio.Design.Toolbox.AutoToolboxManagerService.OnAssemblyLoadWorker(System.Reflection.Assembly) at Microsoft.VisualStudio.Design.Toolb ox.AutoToolboxManagerService + <> c__DisplayClass2.b__0() at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate,System.Object,Int32) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(System.Object,System。代理,System.Object,Int32,System.Delegate) 在System.Windows.Threading.DispatcherOperation.InvokeImpl() 在System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(System.Object) at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object,Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object,Boolean) at System .Threading.ExecutionCon在System.Windows.Threading.DispatcherOperation.Invoke()上的System.Windows.Threading.Dispatcher.ProcessQueue() 處的text.Run(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object) 。 Windows.Threading.Dispatcher.WndProcHook(IntPtr,Int32,IntPtr,IntPtr,Boolean ByRef) at MS.Win32.HwndWrapper.WndProc(IntPtr,Int32,IntPtr,IntPtr,Boolean ByRef) at MS.Win32.HwndSubclass.DispatcherCallbackOperation System.Object) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate,System.Object,Int32) (System.Object,System.Delegate,System.Object, Int32,System.Delegate) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(S ystem.Windows.Threading.DispatcherPriority,System.TimeSpan,System.Delegate,System.Object的,Int32)將 在MS.Win32.HwndSubclass.SubclassWndProc(IntPtr的,的Int32,IntPtr的,IntPtr的)

Faulting application name: devenv.exe, version: 12.0.31101.0, time stamp: 0x54548724 
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18839, time stamp: 0x553e88ab 
Exception code: 0xe0434352 
Fault offset: 0x0000c42d 
Faulting process id: 0x2260 
Faulting application start time: 0x01d09ec4b4de9874 
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe 
Faulting module path: C:\Windows\syswow64\KERNELBASE.dll 
Report Id: dc09e38b-0ab8-11e5-9e99-10bf48466a8d 
+0

這是任何XSL文件,還是特別的?自從發佈此問題後,您是否設法重新安裝了錯誤的安裝? –

回答

0

我工作圍繞這個問題。我將xsl擴展名重命名爲xml。我在文件上工作。然後我會在測試之前將它重新命名爲xsl。我做了幾個星期,也許一個月。

有一天我在重命名之前不小心打開了xsl文件。我想,「哦,不!它會崩潰」,但它並沒有,我從未遇到過這個問題。

如果我不得不猜測,我會說VS緩存了一些不好的東西。加班時,我的編輯清除了緩存,一切都是粉紅色的蓬鬆獨角獸,再次在彩虹上跳舞。