barnhill / barcodelib

C# Barcode Image Generation Library
Apache License 2.0
733 stars 238 forks source link

Compilation error (Latest version visual Studio) #191

Closed robertjb20 closed 7 months ago

robertjb20 commented 7 months ago

I received the following error message:

Severity Code Description Project File Line Suppression State Error Couldn't process file TestApp.resx due to its being in the Internet or Restricted zone or having the mark of the web on the file. Remove the mark of the web if you want to process these files. BarcodeStandardExample.

Thank you.

barnhill commented 7 months ago

Does this help https://stackoverflow.com/a/51349305

barnhill commented 7 months ago

Did you pull this down via git or a zip file

robertjb20 commented 7 months ago

Yes, it does solve the problem. Thank you.