12

我使用带有 Infragistics Net Advantage Tools 2010.3 的 Visual Studio.Net 2008 Team System 开发了一个应用程序,并为我的应用程序制作了一个 Setup Exe 文件,并安装在它们同时具有 Windows7 32 位和 WindowsXP Service Pack 2 的客户端计算机上。(我也尝试过通过设置属性 TargetPlatform x86 和 x64 双向)

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

在此处输入图像描述

完整错误如下:

描述:停止工作

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

在线阅读我们的隐私声明:http: //go.microsoft.com/fwlink/ ?linkid=104288&clcid=0x0409

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

4

4 回答 4

4

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

于 2011-05-23T06:31:07.847 回答
0

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

于 2011-04-18T13:40:32.973 回答
0

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

于 2013-06-24T10:58:04.343 回答
0

当应用程序构建在一台 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

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

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

重新启动您的电脑,然后重试。

于 2012-04-17T03:25:29.707 回答