Author Topic: example project won't build  (Read 755 times)

gnu

  • Newbie
  • *
  • Posts: 2
    • View Profile
example project won't build
« on: January 16, 2019, 10:41:07 PM »
visual studio 2017
build error:
Severity   Code   Description   Project   File   Line   Suppression State
Error      Couldn't process file MainForm.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.   AdvancedHMI         

Phrog30

  • Guest
Re: example project won't build
« Reply #1 on: January 17, 2019, 06:36:44 AM »
Google this, "visual studio Remove the mark of the web if you want to process these files". The internet is fascinating huh?

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5269
    • View Profile
    • AdvancedHMI
Re: example project won't build
« Reply #2 on: January 17, 2019, 07:29:14 AM »
You can also find some discussion on this here:

https://www.advancedhmi.com/forum/index.php?topic=2155

AabeckControls

  • Full Member
  • ***
  • Posts: 193
    • View Profile
Re: example project won't build
« Reply #3 on: October 03, 2020, 11:03:48 AM »
I just got hit with this. My computer doesn't show the Security section on properties.

Finally figured out I was trying to rebuild the cop y of the project on the network NAS. Switched to the one on my local hard drive and it rebuilt.

But now I get a few errors that it could not write to obj/Debug/.NETFramework,Version=v4.0.AssemblyAttributes.vb. I went to the Security tab, changed ownership and set full access, even deleted the files in Debug, and still get it. No write error for bin/Debug.

But the project runs fine.