我有一个VB.net独立应用程序,它在一个文件夹中包含所有必需品和dll,但我的问题是它崩溃并停止在我没有Visual Studio但具有.net framework 4.5的其他计算机上工作安装。这似乎是什么造成的? 这是我第一次单独申请,我现在真的很困惑。
崩溃后出现错误:
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: TestApp.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 522f1be8
Problem Signature 04: Test App
Problem Signature 05: 1.0.0.0
Problem Signature 06: 522f1be8
Problem Signature 07: 81
Problem Signature 08: aa
Problem Signature 09: System.InvalidOperationException
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
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
答案 0 :(得分:0)
我忘了包含名为VisualBasicPowerPacks的引用,现在我的App运行了。