Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Windows Application has stopped working :: Event Name CLR20r3

I developed an applicatin using Visual Studio.Net 2008 Team System with Infragistics Net Advantage Tools 2010.3 and made a Setup Exe file for my application and installed on client machines where they have both Windows7 32 bit and WindowsXP Service Pack 2. ( I have also tried both way by Setup Property TargetPlatform x86 and x64)

But when i install and run this application (exe) file in development machine its installed and run correctly. Only on Client's machine its installed correctly but not running, giving the error when double clicking on the exe file.

enter image description here

The Complete Error is following:

Description: Stopped working

Problem signature: Problem Event Name: CLR20r3 Problem Signature 01: al-deihani.exe Problem Signature 02: 1.0.0.0 Problem Signature 03: 4dac0949 Problem Signature 04: Al-Deihani Problem Signature 05: 1.0.0.0 Problem Signature 06: 4dac0949 Problem Signature 07: 47 Problem Signature 08: c6 Problem Signature 09: System.InvalidOperationException OS Version: 6.1.7600.2.0.0.256.1 Locale ID: 1033

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

like image 514
Malik Avatar asked Apr 18 '11 10:04

Malik


1 Answers

This is just because the application is built in non unicode language fonts and you are running the system on unicode fonts. change your default non unicode fonts to arabic by going in regional settings advanced tab in control panel. That will solve your problem.

like image 105
Alhain Avatar answered Sep 16 '22 15:09

Alhain