Hi,
I have a problem trying to run a game i ported to MonoGame. The building of the solution works fine, as i can run it when in debug mode in Visual Studio or opening the exe file from the debug folder. However, when i publish it (i'm using click once) and run the set up, at the moment of opening the game i get the error message:
Application has stop working
and this details:
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: fireball.exe
Problem Signature 02: 1.0.0.0
Problem Signature 03: 537ef4de
Problem Signature 04: mscorlib
Problem Signature 05: 4.0.30319.18444
Problem Signature 06: 52717edc
Problem Signature 07: 442a
Problem Signature 08: ce
Problem Signature 09: FHPCUUF52YYP2ZYVPQD3AR2BZX5BJVNS
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1026
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
Does anyone experienced this problem?
I tried the most basic project template, and the published files works as the window with the blue background appears, so that makes me guess the problem is in my code?
Thanks a lot for the help.