I made an app using Microsoft Visual Studio 2010 and C#.NET language and when I tried to run it on another PC it just crashes and says your program stopped working. Here is what I get when I click on Problem details:
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
It works with no problem on the computer where I programmed it, but on any other PC it shows an error above. I installed .Net Framework 4.0 but no luck, still the same. Any advices how to solve this?
Event Viewer shows this:
Application: evidencija.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.TypeInitializationException Stack: at fingerprint.Form1..ctor() at fingerprint.Program.Main()