I'm pretty new at making a windows application (ASP background).
I have successfully developed a small WinForm application that does nothing fancy.
It runs fine it debug mode and operates as expected.
I build the solution and is produces the executable in my release folder bin\release.
I can then run this executable perfectly fine.
If I then move the contents of my release folder (copy & paste) to another location - e.g. my desktop - it will not work.
I get a "has stopped working" error and when expanding the details it says:
Description:
Stopped working
Problem signature:
Problem Event Name: CLR20r3
Problem Signature 01: someapp.exe
Problem Signature 02: 1.3.0.0
Problem Signature 03: 516c5a24
Problem Signature 04: mscorlib
Problem Signature 05: 4.0.0.0
Problem Signature 06: 50484033
Problem Signature 07: 3fdb
Problem Signature 08: 105
Problem Signature 09: System.IO.DirectoryNotFound
OS Version: 6.0.6002.2.2.0.256.6
Locale ID: 2057
I'm clueless! It runs fine in the release folder, it runs fine in debug mode, it runs fine in release mode.
Any help would be great.