.net Windows 应用程序已停止工作 :: 事件名称 CLR20r3

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5701767/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-03 15:29:51  来源:igfitidea点击:

Windows Application has stopped working :: Event Name CLR20r3

.netvb.netinvalidoperationexception

提问by Malik

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)

我使用 Visual Studio.Net 2008 Team System 和 Infragistics Net Advantage Tools 2010.3 开发了一个应用程序,并为我的应用程序制作了一个 Setup Exe 文件,并安装在它们同时具有 Windows7 32 位和 WindowsXP Service Pack 2 的客户端计算机上。(我也尝试过两种方式都通过设置属性 TargetPlatform x86 和 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.

但是当我在开发机器上安装并运行这个应用程序(exe)文件时,它安装并正确运行。仅在客户端计算机上正确安装但未运行,双击 exe 文件时出现错误。

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

问题签名: 问题事件名称:CLR20r3 问题签名 01:al-deihani.exe 问题签名 02:1.0.0.0 问题签名 03:4dac0949 问题签名 04:Al-Deihani 问题签名 05:1.0.0.0 问题签名 06:49 问题签名07:47 问题签名 08:c6 问题签名 09:System.InvalidOperationException 操作系统版本:6.1.7600.2.0.0.256.1 区域设置 ID:1033

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

在线阅读我们的隐私声明: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

如果在线隐私声明不可用,请离线阅读我们的隐私声明:C:\Windows\system32\en-US\erofflps.txt

回答by Alhain

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.

这只是因为应用程序是用非 unicode 语言字体构建的,而您正在 unicode 字体上运行系统。通过进入控制面板中的区域设置高级选项卡,将默认的非 unicode 字体更改为阿拉伯语。那将解决您的问题。

回答by Md Riad Hossain

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

有时当应用程序在一台 PC 中构建并尝试运行另一台 PC 时会出现此问题。并使用 Visual Studio 2010 构建应用程序。我有以下问题

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.

别担心,请查看以下链接并安装 .net framework 4。虽然我的应用程序 .net 属性是 .net framework 2。

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

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

restart your PC and try again.

重新启动您的 PC 并重试。

回答by Guest

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

根据您的操作系统版本,下载并安装适用于 .net(32 位或 64 位)的 SAP Crystal Reports 运行时引擎。之后应该在那里工作

回答by Hyman

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

确保客户端计算机具有与构建程序相同或更高版本的 .NET 框架。