Norbert Boros

Results 59 comments of Norbert Boros

`putting a variable in data section` - what do you mean?

To be honest I have not even noticed that in my data section, is it ".gfids" ? I myself wouldn't mind if it's encrypted or something, because it favors speed.

Documentation is very poor as well, you cannot ignore resources. Or string. Or anything else, nothing works literally like in the documentation.... Someone give some assistance please ?

Trust me if I could fix this I would... but I do not even have the patience. I worked so hard to release something ASAP and this was a massive...

New logs... ``` Hiding strings... 1> 1> Unhandled Exception: System.NotSupportedException: Cannot read resources that depend on serialization. 1> at System.Resources.ResourceReader._LoadObjectV2(Int32 pos, ResourceTypeCode& typeCode) 1> at System.Resources.ResourceReader.LoadObjectV2(Int32 pos, ResourceTypeCode& typeCode) 1>...

By some miracle, I was able to compile again. However the issue from my initial post remains, the resources get so messed up that when I try to find a...

Just another update, I found out that if I remove "ResXFileCodeGenerator" from Properties -> Custom tool, obfuscator will ignore that resource. Thus allowing my app to work later on when...

To clarify the following are the issues: - APPLICATION.chi_locale.resources are being renamed to ".resource" thus you cannot reference to them anymore during runtime - There is no "easy" way to...

Same issue affects other applications that have multiple .resx files: https://github.com/ravibpatel/AutoUpdater.NET/issues/307 We need a solution...