我使用Microsoft Visual Studio 2010和C#.NET语言创建了一个应用程序,当我尝试在另一台PC上运行它时,它只是崩溃,并说你的程序停止工作。这是我点击问题详情时得到的结果:
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: evidencija.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 55856665
Problem Signature 04: mscorlib
Problem Signature 05: 4.0.0.0
Problem Signature 06: 4ba1da6f
Problem Signature 07: 105d
Problem Signature 08: 1c
Problem Signature 09: PSZQOADHX1U5ZAHBHOHGHLDGIY4QIXHX
OS Version: 6.1.7601.2.1.0.768.3
Locale ID: 5146
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
它在我编程的计算机上没有问题,但在任何其他PC上它显示上面的错误。我安装了.Net Framework 4.0,但没有运气,仍然是一样的。有什么建议怎么解决这个?
事件查看器显示:
应用程序:evidencija.exe Framework版本:v4.0.30319描述: 由于未处理的异常,该过程终止。例外 信息:System.TypeInitializationException Stack:at fingerprint.Program.Main()
中的fingerprint.Form1..ctor()