Laden...

VS2015 Update 3 RC Threads-Fenster nicht nutzbar?

Erstellt von Zicore vor 7 Jahren Letzter Beitrag vor 7 Jahren 1.626 Views
Z
Zicore Themenstarter:in
403 Beiträge seit 2007
vor 7 Jahren
VS2015 Update 3 RC Threads-Fenster nicht nutzbar?

Ich habe vor kurzem das Update 3 RC für VS 2015 installiert.
Bisher keine Probleme, bis ich heute das Threads Fenster gebraucht habe.

Kann mir jemand sagen ob Ihr das Threads Fenster unter Debuggen-> Fenster -> Threads öffnen könnt?

(Kann man nur bei während des Debuggings öffnen).

Sobald ich es versuche zu öffnen erhalte ich:

Fehlermeldung:
"Ein Aufrufziel hat einen Ausnahmefehler verursacht."

In Projekten wo es offen wäre, steht folgende Exception drin.

Fehlermeldung:
Ausnahmedetails:
System.Reflection.TargetInvocationException: Ein Aufrufziel hat einen Ausnahmefehler verursacht. ---> System.ArgumentException: "PropertyMetadata" ist bereits für Typ "FrameworkElement" registriert.
bei System.Windows.DependencyProperty.ProcessOverrideMetadata(Type forType, PropertyMetadata typeMetadata, DependencyObjectType dType, PropertyMetadata baseMetadata)
bei System.Windows.DependencyProperty.OverrideMetadata(Type forType, PropertyMetadata typeMetadata)
bei Microsoft.VisualStudio.Debugger.DebuggerToolWindows.ThreadWindow.ThreadWindowControl..ctor(Boolean isInStandaloneMode)
bei Microsoft.VisualStudio.Debugger.DebuggerToolWindows.ThreadWindow.ThreadToolWindow.LoadThreadWindowControl()
bei Microsoft.VisualStudio.Debugger.DebuggerToolWindows.ThreadWindow.ThreadToolWindow..ctor()
--- Ende der internen Ausnahmestapelüberwachung ---
bei System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
bei System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
bei System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
bei System.Activator.CreateInstance(Type type, Boolean nonPublic)
bei System.Activator.CreateInstance(Type type)
bei Microsoft.VisualStudio.Shell.Package.InstantiateToolWindow(Type toolWindowType)
bei Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Type toolWindowType, Int32 id, UInt32 flags)
bei Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Type toolWindowType, Int32 id, ProvideToolWindowAttribute tool)
bei Microsoft.VisualStudio.Shell.Package.FindToolWindow(Type toolWindowType, Int32 id, Boolean create, ProvideToolWindowAttribute tool)
bei Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Guid& toolWindowType, Int32 id)
bei Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsToolWindowFactory.CreateToolWindow(Guid& toolWindowType, UInt32 id)
bei Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent()

Hinweis von Coffeebean vor 7 Jahren

Bitte benutze die richtigen Tags [Hinweis] Wie poste ich richtig?

16.842 Beiträge seit 2008
vor 7 Jahren

Ist zumindest (bisher) kein bekanntes Issue.
Visual Studio 2015 Update 3 RC Known Issues

W
955 Beiträge seit 2010
vor 7 Jahren

Hi,
bei mir funktioniert es. Was besonderes eingestellt?