每當我用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
這是任何XSL文件,還是特別的?自從發佈此問題後,您是否設法重新安裝了錯誤的安裝? –