Click here to Skip to main content
15,890,825 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello All,
I have created a wpf application in vs2010. it runs in my system correctly but when i run it into different system it gives below error:

Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: Game.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 52efe810
Problem Signature 04: PresentationFramework
Problem Signature 05: 4.0.0.0
Problem Signature 06: 4ba1f8db
Problem Signature 07: 78ff
Problem Signature 08: 0
Problem Signature 09: System.Windows.Markup.XamlParse
OS Version: 6.1.7600.2.0.0.256.4
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789


Please help me to resolve this.

Thanks,
Posted
Comments
Sergey Alexandrovich Kryukov 3-Feb-14 15:11pm    
That is pretty amazing. Do you really think that staring at this output makes any sense without seeing your code?
—SA
User-8621695 3-Feb-14 15:43pm    
But code is working and it's setup is also works in same system and many of other systems but few of systems throw this error.
Sergey Alexandrovich Kryukov 3-Feb-14 16:04pm    
Okay, if you don't want to prepare and share some code sample, don't. But then, how can you expect any help?
Good luck,
—SA

1 solution

The easiest way to diagnose this is to incorporate Windows Error Reporting. You need to convert this crash dump into a richer format. You might find this[^] helpful.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900