Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When i try to run my application on a test OS, i always get an error with the error signatures saying mscorlib and xamlparse. Does anyone have any idea why im getting this?


Here is the full report:

CSS
Problem signature:
   Problem Event Name: CLR20r3
   Problem Signature 01: bodyflex.exe
   Problem Signature 02: 1.0.0.0
   Problem Signature 03: 5275afa2
   Problem Signature 04: mscorlib
   Problem Signature 05: 4.0.30319.17929
   Problem Signature 06: 4ffa561c
   Problem Signature 07: 43c4
   Problem Signature 08: 105
   Problem Signature 09: System.Windows.Markup.XamlParse
   OS Version: 6.1.7600.2.0.0.256.1
   Locale ID: 2057
   Additional Information 1: 0a9e
   Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
   Additional Information 3: 0a9e
   Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

 Read our privacy statement online:
   http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

 If the online privacy statement is not available, please read our privacy statement offline:
   C:\Windows\system32\en-US\erofflps.txt


Its developed on a windows 7 x64 machine, intended to run on a vista or 7 machine, 32 or 64 bit is unknown. Its in C#, and is a customer management program using a database created in SQL Server compact
Posted
Comments
Sergey Alexandrovich Kryukov 3-Nov-13 12:45pm    
I would say, not enough information. You should do testing on some different machines, create some logs and study them.
—SA
brucey_D 3-Nov-13 12:58pm    
I have done, and it keeps coming up with the same error when I start it. have tried it on xp, vista and 7
Sergey Alexandrovich Kryukov 3-Nov-13 13:13pm    
Well, add more detail to the logs. Honestly, if you don't get more information, hard to come up with something...
—SA
tgrt 3-Nov-13 14:59pm    
You need to catch the unhandled exception that is being reported, so that you can get more information.
Richard MacCutchan 4-Nov-13 4:37am    
The first thing you need to do is to find out exactly where this occurs and show us the offending lines of code.

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