lbonifacius / resxmanager

Consolidates, synchronizes and translates Microsoft .NET resources (*.resx, *.wxl). Supports export to Excel (*.xlsx) and automating translation.
GNU General Public License v2.0
41 stars 16 forks source link

MoTW detected on SolutionTree.resx and MainForm.resx #3

Open dfigueire opened 5 years ago

dfigueire commented 5 years ago

This happens when using VS2017 or later. "Couldn't process file due to it being in the internet or restricted zone or having the mark of the web". I tried adding local computer name to internet options for local internet. I also tried looking for ",!-- saved from" in the resx file. But the only fix that worked was to comment out all "<data" items in resx file. Of course now all the icons and bitmaps are missing.

lbonifacius commented 5 years ago

Sorry for replying quite late. Could you please post an example?