ravibpatel / CrashReporter.NET

Send crash reports of your classic desktop application developed using .NET Framework directly to your mail's inbox with full exception report, stack trace and screenshot.
MIT License
184 stars 74 forks source link

Changing any form property corrupts resource file #7

Closed DjordjeMandic closed 7 years ago

DjordjeMandic commented 7 years ago

Without any changes to form it compiles nicely, but if i change icon of form resource file gets corrupted https://stackoverflow.com/questions/45928710/resource-file-getting-corrupted-if-something-is-changed

ravibpatel commented 7 years ago

My bad. I added strings to Form's RESX files and Visual Studio regenerate Form's RESX file when you change something. So the manually added resource files get lost when VS do this. I will move them to Project's RESX file as soon as possible.