WinFuture-Forum.de: .net Fehlermeldungen / Media Center Abstürze Seit .net Framework Updat - WinFuture-Forum.de

Zum Inhalt wechseln

Alle Informationen in unserem Special: Windows Vista.
  • 2 Seiten +
  • 1
  • 2

.net Fehlermeldungen / Media Center Abstürze Seit .net Framework Updat


#1 _Erazor84_

  • Gruppe: Gäste

geschrieben 06. August 2009 - 08:18

Hi, ich konnte es jetzt auf 3 PC´s reproduzieren, auch hab ich VISTA 2 mal neu aufgesetzt auf meinem haupt PC, weil ich an einen Fehler des OS dachte im ersten moment, jedoch passiert es immer wieder... und zwar, seit der letzte .NET Framework 3.5 Patch raus kam, gibts es probleme mit fast jeder .NET anwendung.

z.B das Windows Media Center -> More Radio bewirkt einen SOFORTIGEN absturz des mediacenter mit "mscorlib".
Der Vista shortcut manager beendet seinen dienst mit folgender meldung:

CODE
System.ComponentModel.Win32Exception: Das System kann die angegebene Datei nicht finden
bei System.Diagnostics.Process.StartWithCreateProcess(
ProcessStartInfo startInfo)
bei System.Diagnostics.Process.Start()
bei VistaArrowGone.Form1.btApply_Click(Object sender, EventArgs e)
bei System.Windows.Forms.Control.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnMouseUp(MouseEventAr
gs mevent)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
bei System.Windows.Forms.Button.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.O
nMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.W
ndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.4016 (NetFxQFE.050727-4000).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
FxVisor
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.0.0.
CodeBase: file:///C:/Program%20Files%20(x86)/Frameworkx/Vista%20Shortcut%20Manager/FxVisor.exe.
----------------------------------------
System.Windows.Forms
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.4016 (NetFxQFE.050727-4000).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.4016 (NetFxQFE.050727-4000).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.4016 (NetFxQFE.050727-4000).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System.Configuration
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.4016 (NetFxQFE.050727-4000).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.Xml
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.4016 (NetFxQFE.050727-4000).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
Accessibility
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.4016 (NetFxQFE.050727-4000).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll.
----------------------------------------
System.Windows.Forms.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.4016 (NetFxQFE.050727-4000).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------
mscorlib.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.4016 (NetFxQFE.050727-4000).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem debuggen kompiliert werden.

Zum Beispiel:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem dialogfeld behandelt.


Dies passiert aber NUR bei .NET 2.0 anwendungen, aber auch nicht bei jeder. Das CCC z.B funktioniert problemlos. Weiß jemand, wie man dieses problem lösen könnte OHNE das ich das 3.5 framework deinstalliere? muss ja irgendwie zu lösen sein.
Vielleicht kennt sich ja wer aus, mir sagt diese JIT debugging meldung überhaupt nichts, außer das gewisse dateien fehlerhaft sind g

Hier auch noch ein screen ... kommt sofort, wenn man "apply" drückt.
Angehängtes Bild: hm.JPG

Dieser Beitrag wurde von Erazor84 bearbeitet: 06. August 2009 - 08:23

0

Anzeige



#2 _MagicAndre1981_

  • Gruppe: Gäste

geschrieben 06. August 2009 - 10:15

installiere mal die Debugging Tools for Windows und richte den Symbol Pfad ein und starte die Anwendungen mal aus dem Debugger heraus und wenn die Anwendung abrödelt, führe analyze -v aus und schaue nach einer detaillierteren Meldung
0

#3 _Erazor84_

  • Gruppe: Gäste

geschrieben 06. August 2009 - 13:27

ok danke, werde ich mal machen und dann ggf. hier posten.

EDIT: so gerade gemacht, sagt mir aber auch absolut nichts. dort steht dauernd ntdll.dll, die hat ja nicht wirklich was mit dem framework 2.0 zu tun oder? fakt ist, alle programme laufen perfekt, bis ein patch für .NET 3.5 eingespielt wird. selbst nach dem neu aufsetzen, immer das selbe. nach diesem patch -> viele .NET 2.0 anwendungen gehen nicht mehr.

vielleicht sagt euch der debugging code mehr als mir :D

CODE
Microsoft ® Windows Debugger Version 6.11.0001.404 AMD64
Copyright © Microsoft Corporation. All rights reserved.

CommandLine: "C:\Program Files (x86)\Frameworkx\Vista Shortcut Manager\FxVisor.exe"
Symbol search path is: SRV*c:\windows\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
ModLoad: 00000000`008e0000 00000000`00994000 image00000000`008e0000
ModLoad: 00000000`76e00000 00000000`76f86000 ntdll.dll
ModLoad: 00000000`76fc0000 00000000`77120000 ntdll32.dll
ModLoad: 00000000`74f30000 00000000`74f75000 C:\Windows\system32\wow64.dll
ModLoad: 00000000`74ee0000 00000000`74f2e000 C:\Windows\system32\wow64win.dll
ModLoad: 00000000`74e30000 00000000`74e39000 C:\Windows\system32\wow64cpu.dll
(18b0.18ac): Break instruction exception - code 80000003 (first chance)
ntdll!DbgBreakPoint:
00000000`76e46060 cc int 3
0:000> !analyze -v
**************************************************
*****************************
* *
* Exception Analysis *
* *
**************************************************
*****************************

*** ERROR: Module load completed but symbols could not be loaded for image00000000`008e0000

FAULTING_IP:
ntdll!DbgBreakPoint+0
00000000`76e46060 cc int 3

EXCEPTION_RECORD: ffffffffffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 0000000076e46060 (ntdll!DbgBreakPoint)
ExceptionCode: 80000003 (Break instruction exception)
ExceptionFlags: 00000000
NumberParameters: 1
Parameter[0]: 0000000000000000

FAULTING_THREAD: 00000000000018ac

DEFAULT_BUCKET_ID: STATUS_BREAKPOINT

PROCESS_NAME: image00000000`008e0000

ERROR_CODE: (NTSTATUS) 0x80000003 - {AUSNAHME} Haltepunkt Im Quellprogramm wurde ein Haltepunkt erreicht.

EXCEPTION_CODE: (HRESULT) 0x80000003 (2147483651) - Mindestens ein Argument ist ung ltig.

EXCEPTION_PARAMETER1: 0000000000000000

NTGLOBALFLAG: 70

APPLICATION_VERIFIER_FLAGS: 0

PRIMARY_PROBLEM_CLASS: STATUS_BREAKPOINT

BUGCHECK_STR: APPLICATION_FAULT_STATUS_BREAKPOINT

LAST_CONTROL_TRANSFER: from 0000000076e9c355 to 0000000076e46060

STACK_TEXT:
00000000`000eee68 00000000`76e9c355 : 00000000`7efdf010 00000000`76e00000 00000000`00000000 00000000`76f1c4a0 : ntdll!DbgBreakPoint
00000000`000eee70 00000000`76e6144f : 00000000`76e00000 00000000`00312dd0 00000000`00000001 00000000`7efdf000 : ntdll!LdrpDoDebuggerBreak+0x35
00000000`000eeeb0 00000000`76e3bb9c : 00000000`00000000 00000000`00000000 00000000`7efdf000 00000000`76e3d5c7 : ntdll!LdrpInitializeProcess+0x154d
00000000`000ef170 00000000`76e268de : 00000000`000ef270 00000000`00000000 00000000`7efdf000 00000000`00000000 : ntdll! ? ::FNODOBFM::`string'+0x20959
00000000`000ef220 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!LdrInitializeThunk+0xe


FOLLOWUP_IP:
ntdll!DbgBreakPoint+0
00000000`76e46060 cc int 3

SYMBOL_STACK_INDEX: 0

SYMBOL_NAME: ntdll!DbgBreakPoint+0

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: ntdll

IMAGE_NAME: ntdll.dll

DEBUG_FLR_IMAGE_TIMESTAMP: 49e0421d

STACK_COMMAND: ~0s ; kb

FAILURE_BUCKET_ID: STATUS_BREAKPOINT_80000003_ntdll.dll!DbgBreakPoint

BUCKET_ID: X64_APPLICATION_FAULT_STATUS_BREAKPOINT_ntdll!DbgBreakPoint+0

Followup: MachineOwner
---------



danke schonmal im vorraus

Dieser Beitrag wurde von Erazor84 bearbeitet: 06. August 2009 - 14:06

0

#4 _MagicAndre1981_

  • Gruppe: Gäste

geschrieben 06. August 2009 - 17:06

wenn es das erste mal anhält musst du es über F5 nochmal starten und beim nächsten Anhalten analysieren
0

#5 Mitglied ist offline   DK2000 

  • Gruppe: Administration
  • Beiträge: 19.701
  • Beigetreten: 19. August 04
  • Reputation: 1.436
  • Geschlecht:Männlich
  • Wohnort:Oben auf dem Berg
  • Interessen:Essen, PC, Filme, TV Serien...

geschrieben 06. August 2009 - 17:10

Müsste man natürlich hoffen, das man über den Debugger ermitteln kann, welche Datei fehlt.

Der Fehler dürfte der hier sein:

System.ComponentModel.Win32Exception: Das System kann die angegebene Datei nicht finden

Ist bloß die Frage, welche Datei da genau fehlt.
Ich bin kein Toilettenpapier-Hamster.
---
Ich bin ein kleiner, schnickeldischnuckeliger Tiger aus dem Schwarzwald.
Alle haben mich ganz dolle lila lieb.
0

#6 _Erazor84_

  • Gruppe: Gäste

geschrieben 06. August 2009 - 17:34

ok gut, diesmal mit f5 (sorry wusst ich nicht, das man dann f5 drücken sollte :D ) aber heraus gekommen ist nicht wirklich was informatives ...

CODE
Microsoft ® Windows Debugger Version 6.11.0001.404 AMD64
Copyright © Microsoft Corporation. All rights reserved.

CommandLine: "C:\Program Files (x86)\Frameworkx\Vista Shortcut Manager\FxVisor.exe"
Symbol search path is: SRV*c:\windows\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
ModLoad: 00000000`01210000 00000000`012c4000 image00000000`01210000
ModLoad: 00000000`76e00000 00000000`76f86000 ntdll.dll
ModLoad: 00000000`76fc0000 00000000`77120000 ntdll32.dll
ModLoad: 00000000`74f30000 00000000`74f75000 C:\Windows\system32\wow64.dll
ModLoad: 00000000`74ee0000 00000000`74f2e000 C:\Windows\system32\wow64win.dll
ModLoad: 00000000`74e30000 00000000`74e39000 C:\Windows\system32\wow64cpu.dll
(1edc.1cc8): Break instruction exception - code 80000003 (first chance)
ntdll!DbgBreakPoint:
00000000`76e46060 cc int 3
0:000> g
ModLoad: 00000000`76cd0000 00000000`76dfd000 WOW64_IMAGE_SECTION
ModLoad: 00000000`75000000 00000000`75110000 WOW64_IMAGE_SECTION
ModLoad: 00000000`76cd0000 00000000`76dfd000 NOT_AN_IMAGE
ModLoad: 00000000`76c00000 00000000`76ccd000 NOT_AN_IMAGE
ModLoad: 00000000`74e90000 00000000`74ed6000 C:\Windows\SysWOW64\mscoree.dll
ModLoad: 00000000`75000000 00000000`75110000 C:\Windows\syswow64\KERNEL32.dll
(1edc.1cc8): WOW64 breakpoint - code 4000001f (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
ntdll32!DbgBreakPoint:
76fd0004 cc int 3
0:000:x86> !analyze -v
**************************************************
*****************************
* *
* Exception Analysis *
* *
**************************************************
*****************************

*** ERROR: Module load completed but symbols could not be loaded for image00000000`01210000
**************************************************
***********************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: kernel32!pNlsUserInfo ***
*** ***
**************************************************
***********************
**************************************************
***********************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: kernel32!pNlsUserInfo ***
*** ***
**************************************************
***********************

FAULTING_IP:
ntdll32!DbgBreakPoint+0
76fd0004 cc int 3

EXCEPTION_RECORD: ffffffffffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 0000000076fd0004 (ntdll32!DbgBreakPoint)
ExceptionCode: 4000001f (WOW64 breakpoint)
ExceptionFlags: 00000000
NumberParameters: 1
Parameter[0]: 0000000000000000

FAULTING_THREAD: 0000000000001cc8

BUGCHECK_STR: 4000001f

DEFAULT_BUCKET_ID: APPLICATION_FAULT

PROCESS_NAME: image00000000`01210000

ERROR_CODE: (NTSTATUS) 0x4000001f - Ausnahmestatus-Code, der vom Win32 x86-Emulations-Subsystem verwendet wird.

EXCEPTION_CODE: (Win32) 0x4000001f (1073741855) - <Unable to get error code text>

EXCEPTION_PARAMETER1: 0000000000000000

NTGLOBALFLAG: 70

APPLICATION_VERIFIER_FLAGS: 0

LAST_CONTROL_TRANSFER: from 000000007702eade to 0000000076fd0004

STACK_TEXT:
0029f8f4 7702eade 77d5a024 76fdff98 76fdf380 ntdll32!DbgBreakPoint
0029f928 77016d60 7efdd000 7efde000 770aa1b8 ntdll32!LdrpDoDebuggerBreak+0x31
0029fa9c 7702f0b8 0029fb2c 76fc0000 77d5a204 ntdll32!LdrpInitializeProcess+0x1274
0029fb08 76ff3321 0029fb2c 76fc0000 00000000 ntdll32!_LdrpInitialize+0xf2
0029fb18 00000000 0029fb2c 76fc0000 00000000 ntdll32!LdrInitializeThunk+0x10


FOLLOWUP_IP:
ntdll32!DbgBreakPoint+0
76fd0004 cc int 3

SYMBOL_STACK_INDEX: 0

SYMBOL_NAME: ntdll32!DbgBreakPoint+0

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: ntdll32

IMAGE_NAME: ntdll32.dll

DEBUG_FLR_IMAGE_TIMESTAMP: 49e03824

STACK_COMMAND: ~0s ; kb

BUCKET_ID: X64_4000001f_ntdll32!DbgBreakPoint+0

FAILURE_BUCKET_ID: APPLICATION_FAULT_4000001f_ntdll32.dll!DbgBreakPoint

Followup: MachineOwner
---------


möchte wissen wo das .NET framework da probleme hat ... wenn das windows mediacenter mit z.B moreradio oder andren .NET anwendungen abstürzt die das .NET 2.0 nutzen, kommt folgende meldung:

CODE
Beschreibung
Stopped working

Problemsignatur
Problemereignisame: CLR20r3
Problemsignatur 01: ehshell.exe
Problemsignatur 02: 6.1.1000.18273
Problemsignatur 03: 486c7eca
Problemsignatur 04: mscorlib
Problemsignatur 05: 2.0.0.0
Problemsignatur 06: 49cc5797
Problemsignatur 07: 420e
Problemsignatur 08: 51
Problemsignatur 09: System.InvalidCastException
Betriebsystemversion: 6.0.6002.2.2.0.256.1
Gebietsschema-ID: 3079


beim media center absturz kommt lediglich zum vorschein, das mscorlib in version 2,0,0 fehler verursacht. und genau eben version 2 des frameworks macht fehler seit updates mit 3.5 patches.

K.A ob das ein spezifischer vista 64bit bug ist, oder ob es bei 32bit vista auch vorkommt. das problem mit dem "mediacenter" haben laut google viele. bei andren funktionierts wieder problemlos. k.A ob die, bei denen es geht, 32bit nutzen oder wie ich, 64bit..

Dieser Beitrag wurde von Erazor84 bearbeitet: 06. August 2009 - 17:38

0

#7 _MagicAndre1981_

  • Gruppe: Gäste

geschrieben 06. August 2009 - 20:35

welche .net 3.5 Updates hast du denn installiert?
0

#8 _Erazor84_

  • Gruppe: Gäste

geschrieben 06. August 2009 - 20:36

nur die, die jeder andre auch installiert bekommt, wenn er windows update eingeschalten hat. manuell hab ich nichts installiert, nur eben das was per autoupdate reingekommen ist. sprich 3.5 sp1 hotfixes. die KB nummern müsst ich raussuchen.

Dieser Beitrag wurde von Erazor84 bearbeitet: 06. August 2009 - 20:48

0

#9 Mitglied ist offline   DK2000 

  • Gruppe: Administration
  • Beiträge: 19.701
  • Beigetreten: 19. August 04
  • Reputation: 1.436
  • Geschlecht:Männlich
  • Wohnort:Oben auf dem Berg
  • Interessen:Essen, PC, Filme, TV Serien...

geschrieben 06. August 2009 - 21:08

Beim Debugger müsstest Du das selbe noch einmal über F5 machen, also an beiden first chance break points. Momentan hängt er am normalen WOW64 break point und hat noch nicht die eigentliche exception erreicht.

So ganz schlau werde ich da im Moment auch nicht, zumal ich hier nur die Business habe. Kann also in Richtung Media
Center nichts erforschen.

Eventuell wäre es auch mal sinnvoll, über den Process Monitor die Dateiaktivitäten der ehshell.exe überwachen. Damit könnte man u.U. ermitteln, welche Datei fehlt bzw. nicht geladen werden kann.

Dieser Beitrag wurde von DK2000 bearbeitet: 06. August 2009 - 21:10

Ich bin kein Toilettenpapier-Hamster.
---
Ich bin ein kleiner, schnickeldischnuckeliger Tiger aus dem Schwarzwald.
Alle haben mich ganz dolle lila lieb.
0

#10 _Erazor84_

  • Gruppe: Gäste

geschrieben 06. August 2009 - 21:39

DK2000 danke dir vielmals! auf die idee mit mehrmals f5 hätte ich auch selbst kommen können, aber ENDLICH zeigt der debugger mal brauchbares material an (hoffentlich g)

Er zeigt zwar keine eindeutigen fehler, jedoch kann er unter anderem bei "mscorlib" die prüfsumme nicht bestätigen- vielleicht ist das ein grund warum viele programme mit mscorlib abstürzen. ich teste mal das media center in verbindung mit dem programm was du mir vorgeschlagen hast und editiere dann diesen post ...

CODE

Microsoft ® Windows Debugger Version 6.11.0001.404 AMD64
Copyright © Microsoft Corporation. All rights reserved.

CommandLine: "C:\Program Files (x86)\Frameworkx\Vista Shortcut Manager\FxVisor.exe"
Symbol search path is: SRV*c:\windows\symbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
ModLoad: 00000000`00b30000 00000000`00be4000 image00000000`00b30000
ModLoad: 00000000`773d0000 00000000`77556000 ntdll.dll
ModLoad: 00000000`77590000 00000000`776f0000 ntdll32.dll
ModLoad: 00000000`75500000 00000000`75545000 C:\Windows\system32\wow64.dll
ModLoad: 00000000`754b0000 00000000`754fe000 C:\Windows\system32\wow64win.dll
ModLoad: 00000000`75400000 00000000`75409000 C:\Windows\system32\wow64cpu.dll
(1e64.1e78): Break instruction exception - code 80000003 (first chance)
ntdll!DbgBreakPoint:
00000000`77416060 cc int 3
0:000> g
ModLoad: 00000000`772a0000 00000000`773cd000 WOW64_IMAGE_SECTION
ModLoad: 00000000`76380000 00000000`76490000 WOW64_IMAGE_SECTION
ModLoad: 00000000`772a0000 00000000`773cd000 NOT_AN_IMAGE
ModLoad: 00000000`771d0000 00000000`7729d000 NOT_AN_IMAGE
ModLoad: 00000000`6f9b0000 00000000`6f9f6000 C:\Windows\SysWOW64\mscoree.dll
ModLoad: 00000000`76380000 00000000`76490000 C:\Windows\syswow64\KERNEL32.dll
(1e64.1e78): WOW64 breakpoint - code 4000001f (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
ntdll32!DbgBreakPoint:
775a0004 cc int 3
0:000:x86> g
ModLoad: 76bc0000 76c86000 C:\Windows\syswow64\ADVAPI32.dll
ModLoad: 76870000 76960000 C:\Windows\syswow64\RPCRT4.dll
ModLoad: 75560000 755c0000 C:\Windows\syswow64\Secur32.dll
ModLoad: 766d0000 76729000 C:\Windows\syswow64\SHLWAPI.dll
ModLoad: 76b30000 76bc0000 C:\Windows\syswow64\GDI32.dll
ModLoad: 76510000 765e0000 C:\Windows\syswow64\USER32.dll
ModLoad: 76730000 767da000 C:\Windows\syswow64\msvcrt.dll
ModLoad: 76fa0000 77000000 C:\Windows\SysWOW64\IMM32.DLL
ModLoad: 76600000 766c8000 C:\Windows\syswow64\MSCTF.dll
ModLoad: 765f0000 765f9000 C:\Windows\syswow64\LPK.DLL
ModLoad: 76490000 7650d000 C:\Windows\syswow64\USP10.dll
ModLoad: 74e20000 74fbe000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.6002.18005_none_5cb7
2f96088b0de0\comctl32.dll
ModLoad: 5dfd0000 5e560000 C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
ModLoad: 735b0000 7364b000 C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.5
0727.4016_none_d0893820442e7fe4\MSVCR80.dll
ModLoad: 00000000`75860000 00000000`76370000 C:\Windows\syswow64\shell32.dll
ModLoad: 00000000`769e0000 00000000`76b25000 C:\Windows\syswow64\ole32.dll
ModLoad: 00000000`5c9d0000 00000000`5d4c8000 C:\Windows\assembly\NativeImages_v2.0.50727_32\mscorlib\3aac7b97549d4ccf0c7dca3d1777f9b4\mscorlib.ni.dll
ModLoad: 00000000`73e80000 00000000`73f00000 C:\Windows\SysWOW64\uxtheme.dll
ModLoad: 00000000`6d9a0000 00000000`6d9fb000 C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll
ModLoad: 00000000`5c240000 00000000`5c9c5000 C:\Windows\assembly\NativeImages_v2.0.50727_32\System\34942db56010e4225825bfae8a27559f\System.ni.dll
ModLoad: 00000000`6b230000 00000000`6b3b8000 C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Drawing\07e39e61fd6133a92333a2c98f2ffeb7\System.Drawing.ni.dll
ModLoad: 00000000`5aa80000 00000000`5b65e000 C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Windows.Forms\b0be4ac8da47fbf783dabd1505e6c55e\System.Windows.Forms.ni.dll
ModLoad: 00000000`627e0000 00000000`62cae000 System.Windows.Forms.dll
ModLoad: 00000000`767e0000 00000000`7686d000 C:\Windows\syswow64\oleaut32.dll
ModLoad: 00000000`73d60000 00000000`73d9b000 C:\Windows\SysWOW64\rsaenh.dll
ModLoad: 00000000`72ee0000 00000000`7308b000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1d
f_1.0.6002.18005_none_9e50b396ca17ae07\gdiplus.dll
ModLoad: 00000000`60340000 00000000`60348000 C:\Windows\Microsoft.NET\Framework\v2.0.50727\culture.dll
ModLoad: 00000000`6aeb0000 00000000`6afa1000 C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Configuration\207b1e1e2254c7a308efe4f903e52ce2\System.Configuration.ni.dll
ModLoad: 00000000`71c40000 00000000`71c45000 C:\Windows\SysWOW64\shfolder.dll
ModLoad: 00000000`62770000 00000000`62ca6000 C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Xml\49431ce6d568de0bafdb1b25d3942723\System.Xml.ni.dll
ModLoad: 00000000`720c0000 00000000`720c6000 C:\Windows\SysWOW64\dciman32.dll
ModLoad: 00000000`77000000 00000000`77084000 C:\Windows\syswow64\CLBCatQ.DLL
ModLoad: 00000000`74130000 00000000`74151000 C:\Windows\SysWOW64\NTMARTA.DLL
ModLoad: 00000000`76960000 00000000`769a9000 C:\Windows\syswow64\WLDAP32.dll
ModLoad: 00000000`769b0000 00000000`769dd000 C:\Windows\syswow64\WS2_32.dll
ModLoad: 00000000`77560000 00000000`77566000 C:\Windows\syswow64\NSI.dll
ModLoad: 00000000`76370000 00000000`76377000 C:\Windows\syswow64\PSAPI.DLL
ModLoad: 00000000`74110000 00000000`74121000 C:\Windows\SysWOW64\SAMLIB.dll
(1e64.1e78): CLR exception - code e0434f4d (first chance)
ModLoad: 6c660000 6c6ce000 image6c660000
ModLoad: 04aa0000 04b0e000 image04aa0000
ModLoad: 00000000`6c660000 00000000`6c6ce000 C:\Windows\assembly\GAC_MSIL\System.Windows.Forms.resources\2.0.0.0_de_b77a5c561934e089\System.Windows.Forms.resources.dll
ModLoad: 00000000`04e70000 00000000`04efd000 C:\Windows\Microsoft.NET\Framework\v2.0.50727\diasymreader.dll
ModLoad: 00000000`734e0000 00000000`73530000 image00000000`734e0000
ModLoad: 00000000`04b70000 00000000`04bc0000 image00000000`04b70000
ModLoad: 00000000`734e0000 00000000`73530000 C:\Windows\assembly\GAC_MSIL\mscorlib.resources\2.0.0.0_de_b77a5c561934e089\mscorlib.resources.dll
ModLoad: 00000000`75140000 00000000`75148000 C:\Windows\SysWOW64\version.dll
(1e64.1e78): CLR exception - code e0434f4d (first chance)
(1e64.1e78): CLR exception - code e0434f4d (first chance)
(1e64.1e78): CLR exception - code e0434f4d (first chance)
ntdll!ZwTerminateProcess+0xa:
00000000`77416fda c3 ret
0:000> analyze -v
*** ERROR: Module load completed but symbols could not be loaded for image00000000`00b30000
*** ERROR: Module load completed but symbols could not be loaded for image04aa0000
*** ERROR: Module load completed but symbols could not be loaded for image00000000`04b70000
*** WARNING: Unable to verify checksum for C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Windows.Forms\b0be4ac8da47fbf783dabd1505e6c55e\System.Windows.Forms.ni.dll
*** WARNING: Unable to verify checksum for C:\Windows\assembly\NativeImages_v2.0.50727_32\System\34942db56010e4225825bfae8a27559f\System.ni.dll
*** WARNING: Unable to verify checksum for C:\Windows\assembly\NativeImages_v2.0.50727_32\mscorlib\3aac7b97549d4ccf0c7dca3d1777f9b4\mscorlib.ni.dll
*** WARNING: Unable to verify checksum for C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Xml\49431ce6d568de0bafdb1b25d3942723\System.Xml.ni.dll
*** WARNING: Unable to verify checksum for C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Configuration\207b1e1e2254c7a308efe4f903e52ce2\System.Configuration.ni.dll
*** WARNING: Unable to verify checksum for C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Drawing\07e39e61fd6133a92333a2c98f2ffeb7\System.Drawing.ni.dll
*** ERROR: Module load completed but symbols could not be loaded for C:\Windows\assembly\GAC_MSIL\System.Windows.Forms.resources\2.0.0.0_de_b77a5c561934e089\System.Windows.Forms.resources.dll
*** ERROR: Module load completed but symbols could not be loaded for C:\Windows\assembly\GAC_MSIL\mscorlib.resources\2.0.0.0_de_b77a5c561934e089\mscorlib.resources.dll
Couldn't resolve error at 'nalyze -v'


gut, wirkliche erkenntnis gibt es auch beim media center nicht, er ladet daten vom framework und schmiert ab. mehr sieht man auch im process monitor nicht. hier mal ein screen
Angehängtes Bild: Aufzeichnen.JPG

hier das komplette LOG file. ist leider zu groß um es hier upzuloaden (auch gezipt) somit ein externer link.

http://cid-9628290659958901.skydrive.live....blic/Logfile.7z

ich werde daraus leider nicht wirklich schlau, auch wenn errors sichtbar sind. nur "warum" kann ich da nicht erkennen.

Dieser Beitrag wurde von Erazor84 bearbeitet: 06. August 2009 - 22:10

0

#11 Mitglied ist offline   DK2000 

  • Gruppe: Administration
  • Beiträge: 19.701
  • Beigetreten: 19. August 04
  • Reputation: 1.436
  • Geschlecht:Männlich
  • Wohnort:Oben auf dem Berg
  • Interessen:Essen, PC, Filme, TV Serien...

geschrieben 07. August 2009 - 14:56

Das .log bringt da wirklich nichts, zumal ehome.exe nicht der Verursacher ist. Die verabschiedet sich nur als Folge eines Problemes.

Kannst Du mal folgendes versuchen:

Gehe mal in die Systemsteuerung zu den Windows Features und deaktiviere mal das .NET Framework und reaktiviere es wieder (eventuell mit Neustarts verbunden). Danach starte das .NET Framework SP1 Setup und wähle den Reparaturmodus aus. Auf Onlineverbindung achten, egal ob WebSetup oder Full Packages.

Eventuell bringt es auch etwas, wenn Du Dir mal das KB947821 besorgst, die .msu entpackst (z.B. mit 7z), danach die CheckSURPackage.EXE entpacken und als letztes in einer Konsole checksur.exe /verifyonly ausführen. Das genaue Ergebnis des Test wird in C:\Windows\Logs\CBS\CheckSUR.log gespeichert. Eventuell lässt sich daraus noch etwas erkennen.

So wirklich wüsste ich da im Moment auch nicht weiter. Sieht aber irgendwie danach aus, als ob die .NET Framework Installation unvollständig ist.
Ich bin kein Toilettenpapier-Hamster.
---
Ich bin ein kleiner, schnickeldischnuckeliger Tiger aus dem Schwarzwald.
Alle haben mich ganz dolle lila lieb.
0

#12 _Erazor84_

  • Gruppe: Gäste

geschrieben 07. August 2009 - 19:56

also das mit dem in.-und deinstallieren hat nichts gebracht ...aber das mediacenter hat jetzt zum ersten mal eine crashdump datei erstellt, die ich jetzt durch den debugger gejagt hab. zum ersten die crashdump, zum andren die memory dump datei ... dieser inhalt sieht da schon informativer aus. was mich nur wundert is, warum er ununterbrochen wegen den symbolen meckert, obwohl ich eh die URL + die symbole eingetragen und installiert habe ...
naja mal die crashdump:
CODE
0:000> !analyze -v
**************************************************
*****************************
* *
* Exception Analysis *
* *
**************************************************
*****************************

***** OS symbols are WRONG. Please fix symbols to do analysis.

**************************************************
***********************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: ntdll!_PEB ***
*** ***
**************************************************
***********************
**************************************************
***********************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: IMAGE_NT_HEADERS32 ***
*** ***
**************************************************
***********************
**************************************************
***********************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: kernel32!pNlsUserInfo ***
*** ***
**************************************************
***********************
**************************************************
***********************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: kernel32!pNlsUserInfo ***
*** ***
**************************************************
***********************

FAULTING_IP:
kernel32!RaiseException+3d
00000000`770f76fd 4881c4c8000000 add rsp,0C8h

EXCEPTION_RECORD: ffffffffffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 00000000770f76fd (kernel32!RaiseException+0x000000000000003d)
ExceptionCode: e0434f4d (CLR exception)
ExceptionFlags: 00000001
NumberParameters: 1
Parameter[0]: ffffffff80004002

PROCESS_NAME: ehshell.exe

ADDITIONAL_DEBUG_TEXT:
Use '!findthebuild' command to search for the target build information.
If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.

FAULTING_MODULE: 0000000077210000 ntdll

DEBUG_FLR_IMAGE_TIMESTAMP: 49cc56fb

ERROR_CODE: (NTSTATUS) 0xe0434f4d - <Unable to get error code text>

EXCEPTION_CODE: (NTSTATUS) 0xe0434f4d - <Unable to get error code text>

EXCEPTION_PARAMETER1: ffffffff80004002

MANAGED_STACK:
SP IP Function
00000000001CE210 000007FEF34F897B mscorlib_ni!System.Runtime.Remoting.Proxies.RealProxy.Hand
leReturnMessage(System.Runtime.Remoting.Messaging.
I
Message, System.Runtime.Remoting.Messaging.IMessage)+0x9c8b
db
00000000001CE250 000007FEF2B496DC mscorlib_ni!System.Runtime.Remoting.Proxies.RealProxy.Priv
ateInvoke(System.Runtime.Remoting.Proxies.MessageD
a
ta ByRef, Int32)+0x21c
00000000001CE890 0000000000000001 ehshell_ni!MediaCenter.Extensibility.OOPHost+CreateIEHost
Delegate.EndInvoke(System.IAsyncResult)+0x2
00000000001CE890 000007FEEAAB097B ehshell_ni!MediaCenter.Extensibility.OOPHost.CreateIEHost
(ServiceBus.UIFramework.PageBasedUCPService, Microsoft.MediaCenter.Hosting.Infrastructure.IIEHo
stSite, Microsoft.MediaCenter.HtmlHost.HtmlHost, Microsoft.MediaCenter.UI.Rectangle)+0x56887b
00000000001CE9A0 000007FEEAAA9C13 ehshell_ni!MediaCenter.Extensibility.IsolatedIEHost..ctor
(ServiceBus.UIFramework.PageBasedUCPService, MediaCenter.Extensibility.HtmlHostingPage, Microsoft.MediaCenter.HtmlHost.HtmlHost, Microsoft.MediaCenter.UI.Rectangle)+0x5ab7a3
00000000001CEA80 000007FEEA4F9C3B ehshell_ni!MediaCenter.Extensibility.HtmlHostingPage.OnLo
ad(System.Object)+0xab
00000000001CEB20 000007FEEA51D773 ehshell_ni!MediaCenter.Extensibility.ExtensibilityPage.On
Load(System.Object)+0x13
00000000001CEB60 000007FEEA3B6F0C ehshell_ni!ServiceBus.UIFramework.Page.OnLoadEvent(System
.Object)+0x1c
00000000001CEBA0 000007FEEA3BA347 ehshell_ni!ServiceBus.UIFramework.XmlControlParser.LoadXM
LFile(System.String, System.Object, Boolean, Boolean, ServiceBus.UIFramework.XmlControlArgs)+0x327
00000000001CECB0 000007FEEA3AA7FE ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Loa
dNewPageInternal(System.String, System.Type, System.Object, Boolean, Navigate, PageTransitionCompleteEvent)+0x53e
00000000001CEE30 000007FEEA3AB2B2 ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Loa
dNewPage(System.String, System.Type, System.Object, PageTransitionCompleteEvent)+0xd2
00000000001CEEA0 000007FEEA51D6C7 ehshell_ni!MediaCenter.Extensibility.ExtensibilityPage.Do
Launch(MediaCenter.Extensibility.HtmlHostingPageAr
g
s)+0x87
00000000001CEEF0 000007FEEAA94FF5 ehshell_ni!MediaCenter.Extensibility.ExtensibilityHostedH
TMLEntryPointInfo.Launch(System.Object)+0x62de15
00000000001CEFD0 000007FEEAA8EA2F ehshell_ni!MediaCenter.Extensibility.ExtensibilityEntryPo
int.Launch(ServiceBus.UIFramework.PageBasedUCPServ
i
ce, System.Object, System.Object[])+0x6624bf
00000000001CF0A0 000007FEEA3DB4F7 ehshell_ni!MediaCenter.Extensibility.ExtensibilityApplica
tions.DoNotUseMeToLaunchOldStyleEntryPoints(Micros
o
ft.MediaCenter.Hosting.Infrastructure.Extensibilit
y
ItemInfo)+0x157
00000000001CF130 000007FEEA3AAE74 ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Lau
nchExtensibilityEntryPoint(Microsoft.MediaCenter.H
o
sting.Infrastructure.ExtensibilityItemInfo)+0x64
00000000001CF180 000007FEEA52003D ehshell_ni!Microsoft.MediaCenter.Utility.GoToUrl.OnInvoke
d()+0x8d
00000000001CF1C0 000007FEEB092B34 Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Command.InvokeWorker(
System.Object)+0xa4
00000000001CF210 000007FEEAFB0B90 Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Dispatcher.DispatchNe
xtItem(Microsoft.MediaCenter.UI.Queues.Queue)+0x20
00000000001CF240 000007FEEAFB068D Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Dispatcher.MainLoopBo
dy(Microsoft.MediaCenter.UI.Feeder)+0x2d
00000000001CF280 000007FEEAFB060E Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Dispatcher.MainLoop(M
icrosoft.MediaCenter.UI.LoopCondition, Microsoft.MediaCenter.UI.LoopBody)+0x3e
00000000001CF2D0 000007FEEAFD1228 Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Application.Run()+0x5
8
00000000001CF300 000007FEEA3AC143 ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Run
()+0x13
00000000001CF370 000007FEEA5B72E3 ehshell_ni!ServiceBus.UIFramework.UserControlPoint.Launch
(System.String)+0x4d3

StackTraceString: <none>
HResult: 80004002
There are nested exceptions on this thread. Run with -nested for details

EXCEPTION_OBJECT: !pe 114ca7f8
Exception object: 00000000114ca7f8
Exception type: System.Exception
Message: Die angegebene Umwandlung ist ungültig.
InnerException: System.InvalidCastException, use !PrintException 000000001146cba0 to see more
StackTrace (generated):
SP IP Function
00000000001C48D0 000007FEEAABC4A7 ehshell_ni!CrashReporting.Watson.HandleFailure(System.Exc
eption, System.String, System.String, System.String, System.String)+0x504a47
00000000001C4910 000007FEEA5B6DFC ehshell_ni!ServiceBus.UIFramework.UserControlPoint.DumpEx
ception(System.Object, System.UnhandledExceptionEventArgs)+0x13c

StackTraceString: <none>
HResult: 80131500
There are nested exceptions on this thread. Run with -nested for details

EXCEPTION_OBJECT: !pe 1146cba0
Exception object: 000000001146cba0
Exception type: System.InvalidCastException
Message: Die angegebene Umwandlung ist ungültig.
InnerException: <none>
StackTrace (generated):
SP IP Function
00000000001CE210 000007FEF34F897B mscorlib_ni!System.Runtime.Remoting.Proxies.RealProxy.Hand
leReturnMessage(System.Runtime.Remoting.Messaging.
I
Message, System.Runtime.Remoting.Messaging.IMessage)+0x9c8b
db
00000000001CE250 000007FEF2B496DC mscorlib_ni!System.Runtime.Remoting.Proxies.RealProxy.Priv
ateInvoke(System.Runtime.Remoting.Proxies.MessageD
a
ta ByRef, Int32)+0x21c
00000000001CE890 0000000000000001 ehshell_ni!MediaCenter.Extensibility.OOPHost+CreateIEHost
Delegate.EndInvoke(System.IAsyncResult)+0x2
00000000001CE890 000007FEEAAB097B ehshell_ni!MediaCenter.Extensibility.OOPHost.CreateIEHost
(ServiceBus.UIFramework.PageBasedUCPService, Microsoft.MediaCenter.Hosting.Infrastructure.IIEHo
stSite, Microsoft.MediaCenter.HtmlHost.HtmlHost, Microsoft.MediaCenter.UI.Rectangle)+0x56887b
00000000001CE9A0 000007FEEAAA9C13 ehshell_ni!MediaCenter.Extensibility.IsolatedIEHost..ctor
(ServiceBus.UIFramework.PageBasedUCPService, MediaCenter.Extensibility.HtmlHostingPage, Microsoft.MediaCenter.HtmlHost.HtmlHost, Microsoft.MediaCenter.UI.Rectangle)+0x5ab7a3
00000000001CEA80 000007FEEA4F9C3B ehshell_ni!MediaCenter.Extensibility.HtmlHostingPage.OnLo
ad(System.Object)+0xab
00000000001CEB20 000007FEEA51D773 ehshell_ni!MediaCenter.Extensibility.ExtensibilityPage.On
Load(System.Object)+0x13
00000000001CEB60 000007FEEA3B6F0C ehshell_ni!ServiceBus.UIFramework.Page.OnLoadEvent(System
.Object)+0x1c
00000000001CEBA0 000007FEEA3BA347 ehshell_ni!ServiceBus.UIFramework.XmlControlParser.LoadXM
LFile(System.String, System.Object, Boolean, Boolean, ServiceBus.UIFramework.XmlControlArgs)+0x327
00000000001CECB0 000007FEEA3AA7FE ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Loa
dNewPageInternal(System.String, System.Type, System.Object, Boolean, Navigate, PageTransitionCompleteEvent)+0x53e
00000000001CEE30 000007FEEA3AB2B2 ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Loa
dNewPage(System.String, System.Type, System.Object, PageTransitionCompleteEvent)+0xd2
00000000001CEEA0 000007FEEA51D6C7 ehshell_ni!MediaCenter.Extensibility.ExtensibilityPage.Do
Launch(MediaCenter.Extensibility.HtmlHostingPageAr
g
s)+0x87
00000000001CEEF0 000007FEEAA94FF5 ehshell_ni!MediaCenter.Extensibility.ExtensibilityHostedH
TMLEntryPointInfo.Launch(System.Object)+0x62de15
00000000001CEFD0 000007FEEAA8EA2F ehshell_ni!MediaCenter.Extensibility.ExtensibilityEntryPo
int.Launch(ServiceBus.UIFramework.PageBasedUCPServ
i
ce, System.Object, System.Object[])+0x6624bf
00000000001CF0A0 000007FEEA3DB4F7 ehshell_ni!MediaCenter.Extensibility.ExtensibilityApplica
tions.DoNotUseMeToLaunchOldStyleEntryPoints(Micros
o
ft.MediaCenter.Hosting.Infrastructure.Extensibilit
y
ItemInfo)+0x157
00000000001CF130 000007FEEA3AAE74 ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Lau
nchExtensibilityEntryPoint(Microsoft.MediaCenter.H
o
sting.Infrastructure.ExtensibilityItemInfo)+0x64
00000000001CF180 000007FEEA52003D ehshell_ni!Microsoft.MediaCenter.Utility.GoToUrl.OnInvoke
d()+0x8d
00000000001CF1C0 000007FEEB092B34 Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Command.InvokeWorker(
System.Object)+0xa4
00000000001CF210 000007FEEAFB0B90 Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Dispatcher.DispatchNe
xtItem(Microsoft.MediaCenter.UI.Queues.Queue)+0x20
00000000001CF240 000007FEEAFB068D Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Dispatcher.MainLoopBo
dy(Microsoft.MediaCenter.UI.Feeder)+0x2d
00000000001CF280 000007FEEAFB060E Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Dispatcher.MainLoop(M
icrosoft.MediaCenter.UI.LoopCondition, Microsoft.MediaCenter.UI.LoopBody)+0x3e
00000000001CF2D0 000007FEEAFD1228 Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Application.Run()+0x5
8
00000000001CF300 000007FEEA3AC143 ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Run
()+0x13
00000000001CF370 000007FEEA5B72E3 ehshell_ni!ServiceBus.UIFramework.UserControlPoint.Launch
(System.String)+0x4d3

StackTraceString: <none>
HResult: 80004002
There are nested exceptions on this thread. Run with -nested for details

MANAGED_OBJECT: !dumpobj 11472410
Name: System.String
MethodTable: 000007fef2c26758
EEClass: 000007fef282e520
Size: 104(0x68) bytes
(C:\Windows\assembly\GAC_64\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll)
String: Die angegebene Umwandlung ist ungültig.
Fields:
MT Field Offset Type VT Attr Value Name
000007fef2c2d9c8 4000096 8 System.Int32 1 instance 40 m_arrayLength
000007fef2c2d9c8 4000097 c System.Int32 1 instance 39 m_stringLength
000007fef2c281a0 4000098 10 System.Char 1 instance 44 m_firstChar
000007fef2c26758 4000099 20 System.String 0 shared static Empty
>> Domain:Value Unable to get AppDomain 2c9b40
000007fef2c28050 400009a 28 System.Char[] 0 shared static WhitespaceChars
>> Domain:Value Unable to get AppDomain 2c9b40

EXCEPTION_MESSAGE: Die angegebene Umwandlung ist ungültig.

MANAGED_OBJECT_NAME: System.InvalidCastException

LAST_CONTROL_TRANSFER: from 000007fef47b5c3d to 00000000770f76fd

FAULTING_THREAD: ffffffffffffffff

BUGCHECK_STR: APPLICATION_FAULT_CLR_EXCEPTION_WRONG_SYMBOLS_FILL
_PATTERN_ffffffff

PRIMARY_PROBLEM_CLASS: CLR_EXCEPTION_FILL_PATTERN_ffffffff

DEFAULT_BUCKET_ID: CLR_EXCEPTION_FILL_PATTERN_ffffffff

STACK_TEXT:
00000000`001c61f0 000007fe`f47b5c3d : 00000000`003118b0 00000000`1146cba0 00000000`e0434f4d 00000000`003118b0 : kernel32!RaiseException+0x3d
00000000`001c62c0 000007fe`f4c40255 : 00000000`1146cba0 000007fe`00000002 00000000`00000000 00000000`00000001 : mscorwks!CompareAssemblyIdentity+0x3ef1
00000000`001c6390 000007fe`eaa8ea2e : 00000000`001cf070 00000000`001cf068 00000000`001cf060 00000000`001cf058 : mscorwks!PreBindAssembly+0x57855
00000000`001c6530 000007fe`f47b1808 : 000007fe`e9d00000 ffffffff`fffffffe 00000000`001c75f0 00000000`001c6600 : ehshell_ni+0xd8ea2e
00000000`001c65b0 000007fe`f47e8296 : 00000000`002d19d8 000007fe`eaa8e9ec 00000000`001cefd0 000007fe`e9f34ff8 : mscorwks!CreateAssemblyNameObject+0xa3da8
00000000`001c66b0 000007fe`f472f966 : 00000000`00000000 00000000`772433d4 00000000`001c8130 00000000`00000000 : mscorwks!GetMetaDataInternalInterface+0x2181e
00000000`001c6740 00000000`77245bcd : 000007fe`00000000 00000000`001cefd0 00000000`001cefd0 00000000`001c6970 : mscorwks!CreateAssemblyNameObject+0x21f06
00000000`001c67e0 00000000`7724949d : 00000000`00000002 00000000`00000000 00000000`001cefd0 000007fe`e9f953f0 : ntdll!RtlIntegerToChar+0x5bd
00000000`001c6810 000007fe`f46c2ba6 : 00000000`003118b0 0000000b`aadbaad0 00000000`001c8130 00000000`003118b0 : ntdll!RtlUnwindEx+0x23d
00000000`001c6e80 000007fe`f472f915 : 00000000`003118b0 00000000`772433d4 00000000`001c8130 00000000`00000000 : mscorwks!GetCLRFunction+0x99d2
00000000`001c7390 00000000`77245b4d : 00000000`00000001 00000000`001cefd0 000007fe`e9f953f0 000007fe`ea42c739 : mscorwks!CreateAssemblyNameObject+0x21eb5
00000000`001c7430 00000000`77249947 : 00000000`00000001 000007fe`00000000 00000000`001cefd0 00000000`001d0000 : ntdll!RtlIntegerToChar+0x53d
00000000`001c7460 00000000`772320b1 : 00000000`001c8130 00000000`001c8130 00000000`00000001 000007fe`e9d00000 : ntdll!_C_specific_handler+0x42f
00000000`001c7b00 00000000`770f76fd : 00000000`1146cba0 00000000`77210000 00000000`001c7b00 000007fe`f471d795 : ntdll!RtlRaiseException+0xe1
00000000`001c8110 000007fe`f47b5c3d : 00000000`003118b0 00000000`1146cba0 00000000`e0434f4d 00000000`003118b0 : kernel32!RaiseException+0x3d
00000000`001c81e0 000007fe`f4c40255 : 00000000`1146cba0 000007fe`00000002 00000000`00000000 00000000`00000001 : mscorwks!CompareAssemblyIdentity+0x3ef1
00000000`001c82b0 000007fe`eaa94ff4 : 00000000`001ceef0 000007fe`f47c9af6 00000000`001cefa0 00000000`001cef98 : mscorwks!PreBindAssembly+0x57855
00000000`001c8450 000007fe`f47b1808 : 000007fe`e9d00000 ffffffff`fffffffe 00000000`001c9520 00000000`001c8530 : ehshell_ni+0xd94ff4
00000000`001c84e0 000007fe`f47e8296 : 00000000`002d18f0 000007fe`eaa94ee0 00000000`001ceef0 000007fe`e9f37f68 : mscorwks!CreateAssemblyNameObject+0xa3da8
00000000`001c85e0 000007fe`f472f966 : 00000000`00000000 00000000`772433d4 00000000`001ca060 00000000`00000000 : mscorwks!GetMetaDataInternalInterface+0x2181e
00000000`001c8670 00000000`77245bcd : 000007fe`00000000 00000000`001ceef0 00000000`001ceef0 00000000`001c8de0 : mscorwks!CreateAssemblyNameObject+0x21f06
00000000`001c8710 00000000`7724949d : 00000000`00000002 00000000`00000000 00000000`001ceef0 000007fe`e9f992fc : ntdll!RtlIntegerToChar+0x5bd
00000000`001c8740 000007fe`f46c2ba6 : 00000000`003118b0 0000000b`aadbaad0 00000000`001ca060 00000000`003118b0 : ntdll!RtlUnwindEx+0x23d
00000000`001c8db0 000007fe`f472f915 : 00000000`003118b0 00000000`772433d4 00000000`001ca060 00000000`00000000 : mscorwks!GetCLRFunction+0x99d2
00000000`001c92c0 00000000`77245b4d : 00000000`00000001 00000000`001ceef0 000007fe`e9f992fc 000007fe`ea46730e : mscorwks!CreateAssemblyNameObject+0x21eb5
00000000`001c9360 00000000`77249947 : 00000000`00000001 000007fe`00000000 00000000`001ceef0 00000000`001d0000 : ntdll!RtlIntegerToChar+0x53d
00000000`001c9390 00000000`772320b1 : 00000000`001ca060 00000000`001ca060 00000000`00000001 000007fe`e9d00000 : ntdll!_C_specific_handler+0x42f
00000000`001c9a30 00000000`770f76fd : 00000000`1146cba0 00000000`77210000 00000000`001c9a30 000007fe`f471d795 : ntdll!RtlRaiseException+0xe1
00000000`001ca040 000007fe`f47b5c3d : 00000000`003118b0 00000000`1146cba0 00000000`e0434f4d 00000000`003118b0 : kernel32!RaiseException+0x3d
00000000`001ca110 000007fe`f4c40255 : 00000000`1146cba0 00000000`00000002 00000000`00000000 00000000`00000001 : mscorwks!CompareAssemblyIdentity+0x3ef1
00000000`001ca1e0 000007fe`eaaa9c12 : 00000000`001ca898 00000000`001ca8a0 000007fe`e9e0b5a8 00000000`002bac30 : mscorwks!PreBindAssembly+0x57855
00000000`001ca380 000007fe`f47b1808 : 000007fe`e9d00000 ffffffff`fffffffe 00000000`001cb430 00000000`001ca440 : ehshell_ni+0xda9c12
00000000`001ca3f0 000007fe`f47e8296 : 00000000`002d19d8 000007fe`eaaa9bd3 00000000`001ce9a0 000007fe`e9f43550 : mscorwks!CreateAssemblyNameObject+0xa3da8
00000000`001ca4f0 000007fe`f472f966 : 00000000`00000000 00000000`772433d4 00000000`001cbf70 00000000`00000000 : mscorwks!GetMetaDataInternalInterface+0x2181e
00000000`001ca580 00000000`77245bcd : 000007fe`00000000 00000000`001ce9a0 00000000`001ce9a0 00000000`001ca7b0 : mscorwks!CreateAssemblyNameObject+0x21f06
00000000`001ca620 00000000`7724949d : 00000000`00000002 00000000`00000000 00000000`001ce9a0 000007fe`e9fa42f4 : ntdll!RtlIntegerToChar+0x5bd
00000000`001ca650 000007fe`f46c2ba6 : 00000000`003118b0 0000000b`aadbaad0 00000000`001cbf70 00000000`003118b0 : ntdll!RtlUnwindEx+0x23d
00000000`001cacc0 000007fe`f472f915 : 00000000`003118b0 00000000`772433d4 00000000`001cbf70 00000000`00000000 : mscorwks!GetCLRFunction+0x99d2
00000000`001cb1d0 00000000`77245b4d : 00000000`00000001 00000000`001ce9a0 000007fe`e9fa42f4 000007fe`ea4fe691 : mscorwks!CreateAssemblyNameObject+0x21eb5
00000000`001cb270 00000000`77249947 : 00000000`00000001 000007fe`00000000 00000000`001ce9a0 00000000`001d0000 : ntdll!RtlIntegerToChar+0x53d
00000000`001cb2a0 00000000`772320b1 : 00000000`001cbf70 00000000`001cbf70 00000000`00000001 000007fe`e9d00000 : ntdll!_C_specific_handler+0x42f
00000000`001cb940 00000000`770f76fd : 00000000`1146cba0 00000000`77210000 00000000`001cb940 000007fe`f471d795 : ntdll!RtlRaiseException+0xe1
00000000`001cbf50 000007fe`f47b5c3d : 00000000`003118b0 00000000`1146cba0 00000000`e0434f4d 00000000`003118b0 : kernel32!RaiseException+0x3d
00000000`001cc020 000007fe`f4c40255 : 00000000`1146cba0 00000000`00000002 00000000`00000000 00000000`00000001 : mscorwks!CompareAssemblyIdentity+0x3ef1
00000000`001cc0f0 000007fe`eaab097a : 00000000`001ccce8 00000000`001ce990 00000000`001cccf8 00000000`001ce988 : mscorwks!PreBindAssembly+0x57855
00000000`001cc290 000007fe`f47b1808 : 000007fe`e9d00000 ffffffff`fffffffe 00000000`001cd3a0 00000000`001cc3b0 : ehshell_ni+0xdb097a
00000000`001cc360 000007fe`f47e8296 : 00000000`002d18f0 000007fe`eaab0930 00000000`001ce890 000007fe`e9f478a0 : mscorwks!CreateAssemblyNameObject+0xa3da8
00000000`001cc460 000007fe`f472f966 : 00000000`00000000 00000000`772433d4 00000000`001cdee0 00000000`00000000 : mscorwks!GetMetaDataInternalInterface+0x2181e
00000000`001cc4f0 00000000`77245bcd : 000007fe`00000000 00000000`001ce890 00000000`001ce890 00000000`001ccc60 : mscorwks!CreateAssemblyNameObject+0x21f06
00000000`001cc590 00000000`7724949d : 00000000`00000002 00000000`00000000 00000000`001ce890 000007fe`e9fa9e20 : ntdll!RtlIntegerToChar+0x5bd
00000000`001cc5c0 000007fe`f46c2ba6 : 00000000`003118b0 0000000b`aadbaad0 00000000`001cdee0 00000000`003118b0 : ntdll!RtlUnwindEx+0x23d
00000000`001ccc30 000007fe`f472f915 : 00000000`003118b0 00000000`772433d4 00000000`001cdee0 00000000`00000000 : mscorwks!GetCLRFunction+0x99d2
00000000`001cd140 00000000`77245b4d : 00000000`00000001 00000000`001ce890 000007fe`e9fa9e20 000007fe`ea5482a6 : mscorwks!CreateAssemblyNameObject+0x21eb5
00000000`001cd1e0 00000000`77249947 : 00000000`00000001 000007fe`00000000 00000000`001ce890 00000000`001d0000 : ntdll!RtlIntegerToChar+0x53d
00000000`001cd210 00000000`772320b1 : 00000000`001cdee0 00000000`001cdee0 00000000`00000001 000007fe`e9d00000 : ntdll!_C_specific_handler+0x42f
00000000`001cd8b0 00000000`770f76fd : 00000000`003118b0 00000000`77210000 00000000`001cd8b0 000007fe`f471d795 : ntdll!RtlRaiseException+0xe1
00000000`001cdec0 000007fe`f47b5c3d : 00000000`003118b0 00000000`003118b0 00000000`e0434f4d 00000000`003118b0 : kernel32!RaiseException+0x3d
00000000`001cdf90 000007fe`f4cc78b0 : 00000000`1146cba0 000007fe`00000000 00000000`00000000 00000000`00000001 : mscorwks!CompareAssemblyIdentity+0x3ef1
00000000`001ce060 000007fe`f34f897a : 00000000`1146cba0 00000000`11475f30 00000000`11475f30 00000000`00000002 : mscorwks!CorLaunchApplication+0xed70
00000000`001ce210 000007fe`f2b496db : 00000000`001ce3d0 00000000`001ce340 00000000`00000001 000007fe`e9d4d4f0 : mscorlib_ni+0xd0897a
00000000`001ce250 000007fe`f4835d75 : 00000000`00000001 00000000`00020042 00000000`001ce828 000007fe`f478181e : mscorlib_ni+0x3596db
00000000`001ce460 000007fe`f4aad2fb : 00000000`001ce828 00000000`11418248 00000000`001ce5c0 00000000`00000001 : mscorwks!CopyPDBs+0x130dd
00000000`001ce4f0 000007fe`f48819f4 : 00000000`11434350 000007fe`f48816e7 00000000`11437d40 00000000`11436a40 : mscorwks!CertCreateAuthenticodeLicense+0x227bcb
00000000`001ce7b0 000007fe`ea5482a6 : 00000000`11434350 00000000`11437d40 00000000`001ce100 00000000`00000028 : mscorwks!IEE+0xb340
00000000`001ce890 000007fe`ea4fe691 : 00000000`114bf2f0 00000000`10127190 00000000`114be448 00000000`114bbb80 : ehshell_ni+0x8482a6
00000000`001ce9a0 000007fe`ea4f9c3a : 00000000`114142f0 00000000`10127190 00000000`1146ff30 00000000`114bbb80 : ehshell_ni+0x7fe691
00000000`001cea80 000007fe`ea51d772 : 00000000`1146ff30 00000000`11465d98 00000000`11466e18 00000000`0000040e : ehshell_ni+0x7f9c3a
00000000`001ceb20 000007fe`ea3b6f0b : 00000000`1146ff30 00000000`11465d98 00000000`11466e18 00000000`0000040e : ehshell_ni+0x81d772
00000000`001ceb60 000007fe`ea3ba346 : 00000000`114669f8 00000000`001cebe0 ffffffff`ffffff01 00000000`001cec10 : ehshell_ni+0x6b6f0b
00000000`001ceba0 000007fe`ea3aa7fd : 00000000`11465d10 00000000`11465d98 69746e65`00000001 00000000`00311801 : ehshell_ni+0x6ba346
00000000`001cecb0 000007fe`ea3ab2b1 : 00000000`10127190 00000000`003118b0 00000000`42f66300 00000000`00000000 : ehshell_ni+0x6aa7fd
00000000`001cee30 000007fe`ea51d6c6 : 00000000`10e6f000 00000000`10127190 00000000`11465b20 00000000`001cef20 : ehshell_ni+0x6ab2b1
00000000`001ceea0 000007fe`ea46730e : 00000000`11465b60 00000000`11465b60 00000000`106e79bc 000007fe`ea7f7940 : ehshell_ni+0x81d6c6
00000000`001ceef0 000007fe`ea42c739 : 00000000`11404bb0 00000000`11462f30 00000000`11461f40 00000000`00000000 : ehshell_ni+0x76730e
00000000`001cefd0 000007fe`ea3db4f6 : 00000000`11404f80 00000000`10127190 00000000`00000000 00000000`00000000 : ehshell_ni+0x72c739
00000000`001cf0a0 000007fe`ea3aae73 : 00000000`101f99a0 00000000`00000000 00000000`101f8788 00000000`101f9238 : ehshell_ni+0x6db4f6
00000000`001cf130 000007fe`ea52003c : 00000000`113ecb58 000007fe`eafe0c0b 00000000`1145e5a8 00000000`101f8788 : ehshell_ni+0x6aae73
00000000`001cf180 000007fe`eb092b33 : 00000000`101f8cb8 000007fe`eafb3eeb 00000000`101f8788 000007fe`eaffcfcc : ehshell_ni+0x82003c
00000000`001cf1c0 000007fe`eafb0b8f : 000007fe`e9d1cf18 00000000`101f8788 00000000`101f9238 00000000`101f95d8 : Microsoft_MediaCenter_UI_ni+0x472b33
00000000`001cf210 000007fe`eafb068c : 00000000`ffffffff 00000000`00000000 00000000`001cefa8 00000000`001ceff0 : Microsoft_MediaCenter_UI_ni+0x390b8f
00000000`001cf240 000007fe`eafb060d : 00000000`00000000 000007fe`f2b608a9 00000000`00000002 00000000`10209b08 : Microsoft_MediaCenter_UI_ni+0x39068c
00000000`001cf280 000007fe`eafd1227 : 00000000`001cf281 00000000`10127190 000007fe`ea5b6030 00000000`10122950 : Microsoft_MediaCenter_UI_ni+0x39060d
00000000`001cf2d0 000007fe`ea3ac142 : 000007fe`e9f8a6f8 000007fe`e9f7ae20 00000000`00000000 000007fe`ead01f48 : Microsoft_MediaCenter_UI_ni+0x3b1227
00000000`001cf300 000007fe`ea5b72e2 : 00000000`10127190 00000000`00000000 00000000`001cf338 00000000`00000000 : ehshell_ni+

STACK_COMMAND: ~0s; .ecxr ; kb

FOLLOWUP_IP:
mscorwks!CompareAssemblyIdentity+3ef1
000007fe`f47b5c3d 90 nop

SYMBOL_STACK_INDEX: 1

SYMBOL_NAME: mscorwks!CompareAssemblyIdentity+3ef1

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: mscorwks

IMAGE_NAME: mscorwks.dll

BUCKET_ID: WRONG_SYMBOLS

FAILURE_BUCKET_ID: CLR_EXCEPTION_FILL_PATTERN_ffffffff_e0434f4d_mscor
wks.dll!CompareAssemblyIdentity

WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/ehshe....htm?Retriage=1

Followup: MachineOwner
---------



und die memory dump

CODE
*****************************************
**************************************
* *
* Exception Analysis *
* *
**************************************************
*****************************

***** OS symbols are WRONG. Please fix symbols to do analysis.

**************************************************
***********************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: ntdll!_PEB ***
*** ***
**************************************************
***********************
**************************************************
***********************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: IMAGE_NT_HEADERS32 ***
*** ***
**************************************************
***********************
**************************************************
***********************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: kernel32!pNlsUserInfo ***
*** ***
**************************************************
***********************
**************************************************
***********************
*** ***
*** ***
*** Your debugger is not using the correct symbols ***
*** ***
*** In order for this command to work properly, your symbol path ***
*** must point to .pdb files that have full type information. ***
*** ***
*** Certain .pdb files (such as the public OS symbols) do not ***
*** contain the required information. Contact the group that ***
*** provided you with these symbols if you need this command to ***
*** work. ***
*** ***
*** Type referenced: kernel32!pNlsUserInfo ***
*** ***
**************************************************
***********************

FAULTING_IP:
kernel32!RaiseException+3d
00000000`770f76fd 4881c4c8000000 add rsp,0C8h

EXCEPTION_RECORD: ffffffffffffffff -- (.exr 0xffffffffffffffff)
ExceptionAddress: 00000000770f76fd (kernel32!RaiseException+0x000000000000003d)
ExceptionCode: e0434f4d (CLR exception)
ExceptionFlags: 00000001
NumberParameters: 1
Parameter[0]: ffffffff80004002

PROCESS_NAME: ehshell.exe

ADDITIONAL_DEBUG_TEXT:
Use '!findthebuild' command to search for the target build information.
If the build information is available, run '!findthebuild -s ; .reload' to set symbol path and load symbols.

FAULTING_MODULE: 0000000077210000 ntdll

DEBUG_FLR_IMAGE_TIMESTAMP: 49cc56fb

ERROR_CODE: (NTSTATUS) 0xe0434f4d - <Unable to get error code text>

EXCEPTION_CODE: (NTSTATUS) 0xe0434f4d - <Unable to get error code text>

EXCEPTION_PARAMETER1: ffffffff80004002

MANAGED_STACK:
SP IP Function
00000000001CE210 000007FEF34F897B mscorlib_ni!System.Runtime.Remoting.Proxies.RealProxy.Hand
leReturnMessage(System.Runtime.Remoting.Messaging.
I
Message, System.Runtime.Remoting.Messaging.IMessage)+0x9c8b
db
00000000001CE250 000007FEF2B496DC mscorlib_ni!System.Runtime.Remoting.Proxies.RealProxy.Priv
ateInvoke(System.Runtime.Remoting.Proxies.MessageD
a
ta ByRef, Int32)+0x21c
00000000001CE890 0000000000000001 ehshell_ni!MediaCenter.Extensibility.OOPHost+CreateIEHost
Delegate.EndInvoke(System.IAsyncResult)+0x2
00000000001CE890 000007FEEAAB097B ehshell_ni!MediaCenter.Extensibility.OOPHost.CreateIEHost
(ServiceBus.UIFramework.PageBasedUCPService, Microsoft.MediaCenter.Hosting.Infrastructure.IIEHo
stSite, Microsoft.MediaCenter.HtmlHost.HtmlHost, Microsoft.MediaCenter.UI.Rectangle)+0x56887b
00000000001CE9A0 000007FEEAAA9C13 ehshell_ni!MediaCenter.Extensibility.IsolatedIEHost..ctor
(ServiceBus.UIFramework.PageBasedUCPService, MediaCenter.Extensibility.HtmlHostingPage, Microsoft.MediaCenter.HtmlHost.HtmlHost, Microsoft.MediaCenter.UI.Rectangle)+0x5ab7a3
00000000001CEA80 000007FEEA4F9C3B ehshell_ni!MediaCenter.Extensibility.HtmlHostingPage.OnLo
ad(System.Object)+0xab
00000000001CEB20 000007FEEA51D773 ehshell_ni!MediaCenter.Extensibility.ExtensibilityPage.On
Load(System.Object)+0x13
00000000001CEB60 000007FEEA3B6F0C ehshell_ni!ServiceBus.UIFramework.Page.OnLoadEvent(System
.Object)+0x1c
00000000001CEBA0 000007FEEA3BA347 ehshell_ni!ServiceBus.UIFramework.XmlControlParser.LoadXM
LFile(System.String, System.Object, Boolean, Boolean, ServiceBus.UIFramework.XmlControlArgs)+0x327
00000000001CECB0 000007FEEA3AA7FE ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Loa
dNewPageInternal(System.String, System.Type, System.Object, Boolean, Navigate, PageTransitionCompleteEvent)+0x53e
00000000001CEE30 000007FEEA3AB2B2 ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Loa
dNewPage(System.String, System.Type, System.Object, PageTransitionCompleteEvent)+0xd2
00000000001CEEA0 000007FEEA51D6C7 ehshell_ni!MediaCenter.Extensibility.ExtensibilityPage.Do
Launch(MediaCenter.Extensibility.HtmlHostingPageAr
g
s)+0x87
00000000001CEEF0 000007FEEAA94FF5 ehshell_ni!MediaCenter.Extensibility.ExtensibilityHostedH
TMLEntryPointInfo.Launch(System.Object)+0x62de15
00000000001CEFD0 000007FEEAA8EA2F ehshell_ni!MediaCenter.Extensibility.ExtensibilityEntryPo
int.Launch(ServiceBus.UIFramework.PageBasedUCPServ
i
ce, System.Object, System.Object[])+0x6624bf
00000000001CF0A0 000007FEEA3DB4F7 ehshell_ni!MediaCenter.Extensibility.ExtensibilityApplica
tions.DoNotUseMeToLaunchOldStyleEntryPoints(Micros
o
ft.MediaCenter.Hosting.Infrastructure.Extensibilit
y
ItemInfo)+0x157
00000000001CF130 000007FEEA3AAE74 ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Lau
nchExtensibilityEntryPoint(Microsoft.MediaCenter.H
o
sting.Infrastructure.ExtensibilityItemInfo)+0x64
00000000001CF180 000007FEEA52003D ehshell_ni!Microsoft.MediaCenter.Utility.GoToUrl.OnInvoke
d()+0x8d
00000000001CF1C0 000007FEEB092B34 Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Command.InvokeWorker(
System.Object)+0xa4
00000000001CF210 000007FEEAFB0B90 Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Dispatcher.DispatchNe
xtItem(Microsoft.MediaCenter.UI.Queues.Queue)+0x20
00000000001CF240 000007FEEAFB068D Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Dispatcher.MainLoopBo
dy(Microsoft.MediaCenter.UI.Feeder)+0x2d
00000000001CF280 000007FEEAFB060E Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Dispatcher.MainLoop(M
icrosoft.MediaCenter.UI.LoopCondition, Microsoft.MediaCenter.UI.LoopBody)+0x3e
00000000001CF2D0 000007FEEAFD1228 Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Application.Run()+0x5
8
00000000001CF300 000007FEEA3AC143 ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Run
()+0x13
00000000001CF370 000007FEEA5B72E3 ehshell_ni!ServiceBus.UIFramework.UserControlPoint.Launch
(System.String)+0x4d3

StackTraceString: <none>
HResult: 80004002
There are nested exceptions on this thread. Run with -nested for details

EXCEPTION_OBJECT: !pe 114ca7f8
Exception object: 00000000114ca7f8
Exception type: System.Exception
Message: Die angegebene Umwandlung ist ungültig.
InnerException: System.InvalidCastException, use !PrintException 000000001146cba0 to see more
StackTrace (generated):
SP IP Function
00000000001C48D0 000007FEEAABC4A7 ehshell_ni!CrashReporting.Watson.HandleFailure(System.Exc
eption, System.String, System.String, System.String, System.String)+0x504a47
00000000001C4910 000007FEEA5B6DFC ehshell_ni!ServiceBus.UIFramework.UserControlPoint.DumpEx
ception(System.Object, System.UnhandledExceptionEventArgs)+0x13c

StackTraceString: <none>
HResult: 80131500
There are nested exceptions on this thread. Run with -nested for details

EXCEPTION_OBJECT: !pe 1146cba0
Exception object: 000000001146cba0
Exception type: System.InvalidCastException
Message: Die angegebene Umwandlung ist ungültig.
InnerException: <none>
StackTrace (generated):
SP IP Function
00000000001CE210 000007FEF34F897B mscorlib_ni!System.Runtime.Remoting.Proxies.RealProxy.Hand
leReturnMessage(System.Runtime.Remoting.Messaging.
I
Message, System.Runtime.Remoting.Messaging.IMessage)+0x9c8b
db
00000000001CE250 000007FEF2B496DC mscorlib_ni!System.Runtime.Remoting.Proxies.RealProxy.Priv
ateInvoke(System.Runtime.Remoting.Proxies.MessageD
a
ta ByRef, Int32)+0x21c
00000000001CE890 0000000000000001 ehshell_ni!MediaCenter.Extensibility.OOPHost+CreateIEHost
Delegate.EndInvoke(System.IAsyncResult)+0x2
00000000001CE890 000007FEEAAB097B ehshell_ni!MediaCenter.Extensibility.OOPHost.CreateIEHost
(ServiceBus.UIFramework.PageBasedUCPService, Microsoft.MediaCenter.Hosting.Infrastructure.IIEHo
stSite, Microsoft.MediaCenter.HtmlHost.HtmlHost, Microsoft.MediaCenter.UI.Rectangle)+0x56887b
00000000001CE9A0 000007FEEAAA9C13 ehshell_ni!MediaCenter.Extensibility.IsolatedIEHost..ctor
(ServiceBus.UIFramework.PageBasedUCPService, MediaCenter.Extensibility.HtmlHostingPage, Microsoft.MediaCenter.HtmlHost.HtmlHost, Microsoft.MediaCenter.UI.Rectangle)+0x5ab7a3
00000000001CEA80 000007FEEA4F9C3B ehshell_ni!MediaCenter.Extensibility.HtmlHostingPage.OnLo
ad(System.Object)+0xab
00000000001CEB20 000007FEEA51D773 ehshell_ni!MediaCenter.Extensibility.ExtensibilityPage.On
Load(System.Object)+0x13
00000000001CEB60 000007FEEA3B6F0C ehshell_ni!ServiceBus.UIFramework.Page.OnLoadEvent(System
.Object)+0x1c
00000000001CEBA0 000007FEEA3BA347 ehshell_ni!ServiceBus.UIFramework.XmlControlParser.LoadXM
LFile(System.String, System.Object, Boolean, Boolean, ServiceBus.UIFramework.XmlControlArgs)+0x327
00000000001CECB0 000007FEEA3AA7FE ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Loa
dNewPageInternal(System.String, System.Type, System.Object, Boolean, Navigate, PageTransitionCompleteEvent)+0x53e
00000000001CEE30 000007FEEA3AB2B2 ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Loa
dNewPage(System.String, System.Type, System.Object, PageTransitionCompleteEvent)+0xd2
00000000001CEEA0 000007FEEA51D6C7 ehshell_ni!MediaCenter.Extensibility.ExtensibilityPage.Do
Launch(MediaCenter.Extensibility.HtmlHostingPageAr
g
s)+0x87
00000000001CEEF0 000007FEEAA94FF5 ehshell_ni!MediaCenter.Extensibility.ExtensibilityHostedH
TMLEntryPointInfo.Launch(System.Object)+0x62de15
00000000001CEFD0 000007FEEAA8EA2F ehshell_ni!MediaCenter.Extensibility.ExtensibilityEntryPo
int.Launch(ServiceBus.UIFramework.PageBasedUCPServ
i
ce, System.Object, System.Object[])+0x6624bf
00000000001CF0A0 000007FEEA3DB4F7 ehshell_ni!MediaCenter.Extensibility.ExtensibilityApplica
tions.DoNotUseMeToLaunchOldStyleEntryPoints(Micros
o
ft.MediaCenter.Hosting.Infrastructure.Extensibilit
y
ItemInfo)+0x157
00000000001CF130 000007FEEA3AAE74 ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Lau
nchExtensibilityEntryPoint(Microsoft.MediaCenter.H
o
sting.Infrastructure.ExtensibilityItemInfo)+0x64
00000000001CF180 000007FEEA52003D ehshell_ni!Microsoft.MediaCenter.Utility.GoToUrl.OnInvoke
d()+0x8d
00000000001CF1C0 000007FEEB092B34 Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Command.InvokeWorker(
System.Object)+0xa4
00000000001CF210 000007FEEAFB0B90 Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Dispatcher.DispatchNe
xtItem(Microsoft.MediaCenter.UI.Queues.Queue)+0x20
00000000001CF240 000007FEEAFB068D Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Dispatcher.MainLoopBo
dy(Microsoft.MediaCenter.UI.Feeder)+0x2d
00000000001CF280 000007FEEAFB060E Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Dispatcher.MainLoop(M
icrosoft.MediaCenter.UI.LoopCondition, Microsoft.MediaCenter.UI.LoopBody)+0x3e
00000000001CF2D0 000007FEEAFD1228 Microsoft_MediaCenter_UI_ni!Microsoft.MediaCenter.UI.Application.Run()+0x5
8
00000000001CF300 000007FEEA3AC143 ehshell_ni!ServiceBus.UIFramework.PageBasedUCPService.Run
()+0x13
00000000001CF370 000007FEEA5B72E3 ehshell_ni!ServiceBus.UIFramework.UserControlPoint.Launch
(System.String)+0x4d3

StackTraceString: <none>
HResult: 80004002
There are nested exceptions on this thread. Run with -nested for details

MANAGED_OBJECT: !dumpobj 11472410
Name: System.String
MethodTable: 000007fef2c26758
EEClass: 000007fef282e520
Size: 104(0x68) bytes
(C:\Windows\assembly\GAC_64\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll)
String: Die angegebene Umwandlung ist ungültig.
Fields:
MT Field Offset Type VT Attr Value Name
000007fef2c2d9c8 4000096 8 System.Int32 1 instance 40 m_arrayLength
000007fef2c2d9c8 4000097 c System.Int32 1 instance 39 m_stringLength
000007fef2c281a0 4000098 10 System.Char 1 instance 44 m_firstChar
000007fef2c26758 4000099 20 System.String 0 shared static Empty
>> Domain:Value 00000000002c9b40:0000000010121308 <<
000007fef2c28050 400009a 28 System.Char[] 0 shared static WhitespaceChars
>> Domain:Value 00000000002c9b40:0000000010121a38 <<

EXCEPTION_MESSAGE: Die angegebene Umwandlung ist ungültig.

MANAGED_OBJECT_NAME: System.InvalidCastException

LAST_CONTROL_TRANSFER: from 000007fef47b5c3d to 00000000770f76fd

FAULTING_THREAD: ffffffffffffffff

BUGCHECK_STR: APPLICATION_FAULT_CLR_EXCEPTION_WRONG_SYMBOLS_FILL
_PATTERN_ffffffff

PRIMARY_PROBLEM_CLASS: CLR_EXCEPTION_FILL_PATTERN_ffffffff

DEFAULT_BUCKET_ID: CLR_EXCEPTION_FILL_PATTERN_ffffffff

STACK_TEXT:
00000000`001c61f0 000007fe`f47b5c3d : 00000000`003118b0 00000000`1146cba0 00000000`e0434f4d 00000000`003118b0 : kernel32!RaiseException+0x3d
00000000`001c62c0 000007fe`f4c40255 : 00000000`1146cba0 000007fe`00000002 00000000`00000000 00000000`00000001 : mscorwks!CompareAssemblyIdentity+0x3ef1
00000000`001c6390 000007fe`eaa8ea2e : 00000000`001cf070 00000000`001cf068 00000000`001cf060 00000000`001cf058 : mscorwks!PreBindAssembly+0x57855
00000000`001c6530 000007fe`f47b1808 : 000007fe`e9d00000 ffffffff`fffffffe 00000000`001c75f0 00000000`001c6600 : ehshell_ni+0xd8ea2e
00000000`001c65b0 000007fe`f47e8296 : 00000000`002d19d8 000007fe`eaa8e9ec 00000000`001cefd0 000007fe`e9f34ff8 : mscorwks!CreateAssemblyNameObject+0xa3da8
00000000`001c66b0 000007fe`f472f966 : 00000000`00000000 00000000`772433d4 00000000`001c8130 00000000`00000000 : mscorwks!GetMetaDataInternalInterface+0x2181e
00000000`001c6740 00000000`77245bcd : 000007fe`00000000 00000000`001cefd0 00000000`001cefd0 00000000`001c6970 : mscorwks!CreateAssemblyNameObject+0x21f06
00000000`001c67e0 00000000`7724949d : 00000000`00000002 00000000`00000000 00000000`001cefd0 000007fe`e9f953f0 : ntdll!RtlIntegerToChar+0x5bd
00000000`001c6810 000007fe`f46c2ba6 : 00000000`003118b0 0000000b`aadbaad0 00000000`001c8130 00000000`003118b0 : ntdll!RtlUnwindEx+0x23d
00000000`001c6e80 000007fe`f472f915 : 00000000`003118b0 00000000`772433d4 00000000`001c8130 00000000`00000000 : mscorwks!GetCLRFunction+0x99d2
00000000`001c7390 00000000`77245b4d : 00000000`00000001 00000000`001cefd0 000007fe`e9f953f0 000007fe`ea42c739 : mscorwks!CreateAssemblyNameObject+0x21eb5
00000000`001c7430 00000000`77249947 : 00000000`00000001 000007fe`00000000 00000000`001cefd0 00000000`001d0000 : ntdll!RtlIntegerToChar+0x53d
00000000`001c7460 00000000`772320b1 : 00000000`001c8130 00000000`001c8130 00000000`00000001 000007fe`e9d00000 : ntdll!_C_specific_handler+0x42f
00000000`001c7b00 00000000`770f76fd : 00000000`1146cba0 00000000`77210000 00000000`001c7b00 000007fe`f471d795 : ntdll!RtlRaiseException+0xe1
00000000`001c8110 000007fe`f47b5c3d : 00000000`003118b0 00000000`1146cba0 00000000`e0434f4d 00000000`003118b0 : kernel32!RaiseException+0x3d
00000000`001c81e0 000007fe`f4c40255 : 00000000`1146cba0 000007fe`00000002 00000000`00000000 00000000`00000001 : mscorwks!CompareAssemblyIdentity+0x3ef1
00000000`001c82b0 000007fe`eaa94ff4 : 00000000`001ceef0 000007fe`f47c9af6 00000000`001cefa0 00000000`001cef98 : mscorwks!PreBindAssembly+0x57855
00000000`001c8450 000007fe`f47b1808 : 000007fe`e9d00000 ffffffff`fffffffe 00000000`001c9520 00000000`001c8530 : ehshell_ni+0xd94ff4
00000000`001c84e0 000007fe`f47e8296 : 00000000`002d18f0 000007fe`eaa94ee0 00000000`001ceef0 000007fe`e9f37f68 : mscorwks!CreateAssemblyNameObject+0xa3da8
00000000`001c85e0 000007fe`f472f966 : 00000000`00000000 00000000`772433d4 00000000`001ca060 00000000`00000000 : mscorwks!GetMetaDataInternalInterface+0x2181e
00000000`001c8670 00000000`77245bcd : 000007fe`00000000 00000000`001ceef0 00000000`001ceef0 00000000`001c8de0 : mscorwks!CreateAssemblyNameObject+0x21f06
00000000`001c8710 00000000`7724949d : 00000000`00000002 00000000`00000000 00000000`001ceef0 000007fe`e9f992fc : ntdll!RtlIntegerToChar+0x5bd
00000000`001c8740 000007fe`f46c2ba6 : 00000000`003118b0 0000000b`aadbaad0 00000000`001ca060 00000000`003118b0 : ntdll!RtlUnwindEx+0x23d
00000000`001c8db0 000007fe`f472f915 : 00000000`003118b0 00000000`772433d4 00000000`001ca060 00000000`00000000 : mscorwks!GetCLRFunction+0x99d2
00000000`001c92c0 00000000`77245b4d : 00000000`00000001 00000000`001ceef0 000007fe`e9f992fc 000007fe`ea46730e : mscorwks!CreateAssemblyNameObject+0x21eb5
00000000`001c9360 00000000`77249947 : 00000000`00000001 000007fe`00000000 00000000`001ceef0 00000000`001d0000 : ntdll!RtlIntegerToChar+0x53d
00000000`001c9390 00000000`772320b1 : 00000000`001ca060 00000000`001ca060 00000000`00000001 000007fe`e9d00000 : ntdll!_C_specific_handler+0x42f
00000000`001c9a30 00000000`770f76fd : 00000000`1146cba0 00000000`77210000 00000000`001c9a30 000007fe`f471d795 : ntdll!RtlRaiseException+0xe1
00000000`001ca040 000007fe`f47b5c3d : 00000000`003118b0 00000000`1146cba0 00000000`e0434f4d 00000000`003118b0 : kernel32!RaiseException+0x3d
00000000`001ca110 000007fe`f4c40255 : 00000000`1146cba0 00000000`00000002 00000000`00000000 00000000`00000001 : mscorwks!CompareAssemblyIdentity+0x3ef1
00000000`001ca1e0 000007fe`eaaa9c12 : 00000000`001ca898 00000000`001ca8a0 000007fe`e9e0b5a8 00000000`002bac30 : mscorwks!PreBindAssembly+0x57855
00000000`001ca380 000007fe`f47b1808 : 000007fe`e9d00000 ffffffff`fffffffe 00000000`001cb430 00000000`001ca440 : ehshell_ni+0xda9c12
00000000`001ca3f0 000007fe`f47e8296 : 00000000`002d19d8 000007fe`eaaa9bd3 00000000`001ce9a0 000007fe`e9f43550 : mscorwks!CreateAssemblyNameObject+0xa3da8
00000000`001ca4f0 000007fe`f472f966 : 00000000`00000000 00000000`772433d4 00000000`001cbf70 00000000`00000000 : mscorwks!GetMetaDataInternalInterface+0x2181e
00000000`001ca580 00000000`77245bcd : 000007fe`00000000 00000000`001ce9a0 00000000`001ce9a0 00000000`001ca7b0 : mscorwks!CreateAssemblyNameObject+0x21f06
00000000`001ca620 00000000`7724949d : 00000000`00000002 00000000`00000000 00000000`001ce9a0 000007fe`e9fa42f4 : ntdll!RtlIntegerToChar+0x5bd
00000000`001ca650 000007fe`f46c2ba6 : 00000000`003118b0 0000000b`aadbaad0 00000000`001cbf70 00000000`003118b0 : ntdll!RtlUnwindEx+0x23d
00000000`001cacc0 000007fe`f472f915 : 00000000`003118b0 00000000`772433d4 00000000`001cbf70 00000000`00000000 : mscorwks!GetCLRFunction+0x99d2
00000000`001cb1d0 00000000`77245b4d : 00000000`00000001 00000000`001ce9a0 000007fe`e9fa42f4 000007fe`ea4fe691 : mscorwks!CreateAssemblyNameObject+0x21eb5
00000000`001cb270 00000000`77249947 : 00000000`00000001 000007fe`00000000 00000000`001ce9a0 00000000`001d0000 : ntdll!RtlIntegerToChar+0x53d
00000000`001cb2a0 00000000`772320b1 : 00000000`001cbf70 00000000`001cbf70 00000000`00000001 000007fe`e9d00000 : ntdll!_C_specific_handler+0x42f
00000000`001cb940 00000000`770f76fd : 00000000`1146cba0 00000000`77210000 00000000`001cb940 000007fe`f471d795 : ntdll!RtlRaiseException+0xe1
00000000`001cbf50 000007fe`f47b5c3d : 00000000`003118b0 00000000`1146cba0 00000000`e0434f4d 00000000`003118b0 : kernel32!RaiseException+0x3d
00000000`001cc020 000007fe`f4c40255 : 00000000`1146cba0 00000000`00000002 00000000`00000000 00000000`00000001 : mscorwks!CompareAssemblyIdentity+0x3ef1
00000000`001cc0f0 000007fe`eaab097a : 00000000`001ccce8 00000000`001ce990 00000000`001cccf8 00000000`001ce988 : mscorwks!PreBindAssembly+0x57855
00000000`001cc290 000007fe`f47b1808 : 000007fe`e9d00000 ffffffff`fffffffe 00000000`001cd3a0 00000000`001cc3b0 : ehshell_ni+0xdb097a
00000000`001cc360 000007fe`f47e8296 : 00000000`002d18f0 000007fe`eaab0930 00000000`001ce890 000007fe`e9f478a0 : mscorwks!CreateAssemblyNameObject+0xa3da8
00000000`001cc460 000007fe`f472f966 : 00000000`00000000 00000000`772433d4 00000000`001cdee0 00000000`00000000 : mscorwks!GetMetaDataInternalInterface+0x2181e
00000000`001cc4f0 00000000`77245bcd : 000007fe`00000000 00000000`001ce890 00000000`001ce890 00000000`001ccc60 : mscorwks!CreateAssemblyNameObject+0x21f06
00000000`001cc590 00000000`7724949d : 00000000`00000002 00000000`00000000 00000000`001ce890 000007fe`e9fa9e20 : ntdll!RtlIntegerToChar+0x5bd
00000000`001cc5c0 000007fe`f46c2ba6 : 00000000`003118b0 0000000b`aadbaad0 00000000`001cdee0 00000000`003118b0 : ntdll!RtlUnwindEx+0x23d
00000000`001ccc30 000007fe`f472f915 : 00000000`003118b0 00000000`772433d4 00000000`001cdee0 00000000`00000000 : mscorwks!GetCLRFunction+0x99d2
00000000`001cd140 00000000`77245b4d : 00000000`00000001 00000000`001ce890 000007fe`e9fa9e20 000007fe`ea5482a6 : mscorwks!CreateAssemblyNameObject+0x21eb5
00000000`001cd1e0 00000000`77249947 : 00000000`00000001 000007fe`00000000 00000000`001ce890 00000000`001d0000 : ntdll!RtlIntegerToChar+0x53d
00000000`001cd210 00000000`772320b1 : 00000000`001cdee0 00000000`001cdee0 00000000`00000001 000007fe`e9d00000 : ntdll!_C_specific_handler+0x42f
00000000`001cd8b0 00000000`770f76fd : 00000000`003118b0 00000000`77210000 00000000`001cd8b0 000007fe`f471d795 : ntdll!RtlRaiseException+0xe1
00000000`001cdec0 000007fe`f47b5c3d : 00000000`003118b0 00000000`003118b0 00000000`e0434f4d 00000000`003118b0 : kernel32!RaiseException+0x3d
00000000`001cdf90 000007fe`f4cc78b0 : 00000000`1146cba0 000007fe`00000000 00000000`00000000 00000000`00000001 : mscorwks!CompareAssemblyIdentity+0x3ef1
00000000`001ce060 000007fe`f34f897a : 00000000`1146cba0 00000000`11475f30 00000000`11475f30 00000000`00000002 : mscorwks!CorLaunchApplication+0xed70
00000000`001ce210 000007fe`f2b496db : 00000000`001ce3d0 00000000`001ce340 00000000`00000001 000007fe`e9d4d4f0 : mscorlib_ni+0xd0897a
00000000`001ce250 000007fe`f4835d75 : 00000000`00000001 00000000`00020042 00000000`001ce828 000007fe`f478181e : mscorlib_ni+0x3596db
00000000`001ce460 000007fe`f4aad2fb : 00000000`001ce828 00000000`11418248 00000000`001ce5c0 00000000`00000001 : mscorwks!CopyPDBs+0x130dd
00000000`001ce4f0 000007fe`f48819f4 : 00000000`11434350 000007fe`f48816e7 00000000`11437d40 00000000`11436a40 : mscorwks!CertCreateAuthenticodeLicense+0x227bcb
00000000`001ce7b0 000007fe`ea5482a6 : 00000000`11434350 00000000`11437d40 00000000`001ce100 00000000`00000028 : mscorwks!IEE+0xb340
00000000`001ce890 000007fe`ea4fe691 : 00000000`114bf2f0 00000000`10127190 00000000`114be448 00000000`114bbb80 : ehshell_ni+0x8482a6
00000000`001ce9a0 000007fe`ea4f9c3a : 00000000`114142f0 00000000`10127190 00000000`1146ff30 00000000`114bbb80 : ehshell_ni+0x7fe691
00000000`001cea80 000007fe`ea51d772 : 00000000`1146ff30 00000000`11465d98 00000000`11466e18 00000000`0000040e : ehshell_ni+0x7f9c3a
00000000`001ceb20 000007fe`ea3b6f0b : 00000000`1146ff30 00000000`11465d98 00000000`11466e18 00000000`0000040e : ehshell_ni+0x81d772
00000000`001ceb60 000007fe`ea3ba346 : 00000000`114669f8 00000000`001cebe0 ffffffff`ffffff01 00000000`001cec10 : ehshell_ni+0x6b6f0b
00000000`001ceba0 000007fe`ea3aa7fd : 00000000`11465d10 00000000`11465d98 69746e65`00000001 00000000`00311801 : ehshell_ni+0x6ba346
00000000`001cecb0 000007fe`ea3ab2b1 : 00000000`10127190 00000000`003118b0 00000000`42f66300 00000000`00000000 : ehshell_ni+0x6aa7fd
00000000`001cee30 000007fe`ea51d6c6 : 00000000`10e6f000 00000000`10127190 00000000`11465b20 00000000`001cef20 : ehshell_ni+0x6ab2b1
00000000`001ceea0 000007fe`ea46730e : 00000000`11465b60 00000000`11465b60 00000000`106e79bc 000007fe`ea7f7940 : ehshell_ni+0x81d6c6
00000000`001ceef0 000007fe`ea42c739 : 00000000`11404bb0 00000000`11462f30 00000000`11461f40 00000000`00000000 : ehshell_ni+0x76730e
00000000`001cefd0 000007fe`ea3db4f6 : 00000000`11404f80 00000000`10127190 00000000`00000000 00000000`00000000 : ehshell_ni+0x72c739
00000000`001cf0a0 000007fe`ea3aae73 : 00000000`101f99a0 00000000`00000000 00000000`101f8788 00000000`101f9238 : ehshell_ni+0x6db4f6
00000000`001cf130 000007fe`ea52003c : 00000000`113ecb58 000007fe`eafe0c0b 00000000`1145e5a8 00000000`101f8788 : ehshell_ni+0x6aae73
00000000`001cf180 000007fe`eb092b33 : 00000000`101f8cb8 000007fe`eafb3eeb 00000000`101f8788 000007fe`eaffcfcc : ehshell_ni+0x82003c
00000000`001cf1c0 000007fe`eafb0b8f : 000007fe`e9d1cf18 00000000`101f8788 00000000`101f9238 00000000`101f95d8 : Microsoft_MediaCenter_UI_ni+0x472b33
00000000`001cf210 000007fe`eafb068c : 00000000`ffffffff 00000000`00000000 00000000`001cefa8 00000000`001ceff0 : Microsoft_MediaCenter_UI_ni+0x390b8f
00000000`001cf240 000007fe`eafb060d : 00000000`00000000 000007fe`f2b608a9 00000000`00000002 00000000`10209b08 : Microsoft_MediaCenter_UI_ni+0x39068c
00000000`001cf280 000007fe`eafd1227 : 00000000`001cf281 00000000`10127190 000007fe`ea5b6030 00000000`10122950 : Microsoft_MediaCenter_UI_ni+0x39060d
00000000`001cf2d0 000007fe`ea3ac142 : 000007fe`e9f8a6f8 000007fe`e9f7ae20 00000000`00000000 000007fe`ead01f48 : Microsoft_MediaCenter_UI_ni+0x3b1227
00000000`001cf300 000007fe`ea5b72e2 : 00000000`10127190 00000000`00000000 00000000`001cf338 00000000`00000000 : ehshell_ni+

STACK_COMMAND: ~0s; .ecxr ; kb

FOLLOWUP_IP:
mscorwks!CompareAssemblyIdentity+3ef1
000007fe`f47b5c3d 90 nop

SYMBOL_STACK_INDEX: 1

SYMBOL_NAME: mscorwks!CompareAssemblyIdentity+3ef1

FOLLOWUP_NAME: MachineOwner

MODULE_NAME: mscorwks

IMAGE_NAME: mscorwks.dll

BUCKET_ID: WRONG_SYMBOLS

FAILURE_BUCKET_ID: CLR_EXCEPTION_FILL_PATTERN_ffffffff_e0434f4d_mscor
wks.dll!CompareAssemblyIdentity

WATSON_STAGEONE_URL: http://watson.microsoft.com/StageOne/ehshe....htm?Retriage=1

Followup: MachineOwner
---------


das mit diesem "hotfix" von dir, mache ich auch noch. muss ihn mir nur erst besorgen.

lg und danke für die hilfe

EDIT:
---------
so hier das ergenis von checksur ... über 4000 fehler und das mit einer NEUEN vista install OHNE zusatzprogramme. nur vista und sp2 *g* Angehängte Datei  CheckSUR.7z (72,75K)
Anzahl der Downloads: 136

Dieser Beitrag wurde von Erazor84 bearbeitet: 07. August 2009 - 20:28

0

#13 _Erazor84_

  • Gruppe: Gäste

geschrieben 11. August 2009 - 20:08

so bissl nach oben schieb, vielleicht is ja er da, der mir helfen kann (außer microsoft vielleicht :) )
0

#14 _MagicAndre1981_

  • Gruppe: Gäste

geschrieben 12. August 2009 - 06:59

ich hab keine Ahnung. Schreib den Support an. Für das Sp2 kostest das afaik wieder für einen bestimmten Zeitrums nichts.
0

#15 _Erazor84_

  • Gruppe: Gäste

geschrieben 14. August 2009 - 19:33

k probieren kann ichs ja, dumm nur, dass das problem auch mit sp1 auftritt. liegt ja eben an den framework patches in kombination mit meinem PC. (aufm notebook mit 4GB ram und 64bit vista keinerlei probleme - GLEICHE software konfig) am desktop mit 8 GB ram - diese probleme. aber probieren kann ichs ja mal wiegesagt. danke auf jeden fall.
0

Thema verteilen:


  • 2 Seiten +
  • 1
  • 2

1 Besucher lesen dieses Thema
Mitglieder: 0, Gäste: 1, unsichtbare Mitglieder: 0