Windows Application has stopped working :: Event Name CLR20r3

前端 未结 4 815
渐次进展
渐次进展 2020-12-11 02:28

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 o

相关标签:
4条回答
  • 2020-12-11 02:29

    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.

    0 讨论(0)
  • 2020-12-11 02:30

    Download and install SAP Crystal Reports Runtime engine for .net (32 bit or 64 bit) depending on your os version. Should work there after

    0 讨论(0)
  • 2020-12-11 02:39

    Make sure the client computer has the same or higher version of the .NET framework that you built your program to.

    0 讨论(0)
  • 2020-12-11 02:44

    Some times this problem arise when Application is build in one PC and try to run another PC. And also build the application with Visual Studio 2010.I have the following problem

    Problem Description
        Stop Working
    Problem Signature
      Problem Event Name:   CLR20r3
      Problem Signature 01: diagnosticcentermngr.exe
      Problem Signature 02: 1.0.0.0
      Problem Signature 03: 4f8c1772
      Problem Signature 04: System.Drawing
      Problem Signature 05: 2.0.0.0
      Problem Signature 06: 4a275e83
      Problem Signature 07: 7af
      Problem Signature 08: 6c
      Problem Signature 09: System.ArgumentException
      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
    

    Dont worry, Please check out following link and install .net framework 4.Although my application .net properties was .net framework 2.

    http://www.microsoft.com/download/en/details.aspx?id=17718

    restart your PC and try again.

    0 讨论(0)
提交回复
热议问题