Form1.resx being in the Internet or Restricted zone ?

vmars316 621 Reputation points
2020-10-12T15:24:46.41+00:00

I a unable to successfully compile a program
because of this error.
Severity Code Description Project File Line Suppression State
Error Couldn't process file Form1.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.
When I check the file for BLOCKED , it is UNBLOCKED .
How can I resolve this ?
Thanks

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,834 questions
{count} vote

Accepted answer
  1. Daniel Zhang-MSFT 9,616 Reputation points
    2020-10-13T05:42:25.807+00:00

    Hi Vernon Marsden,
    First, you can try to the following steps:

    1. Open the file explorer. and navigate to project directory.
    2. Search for *.resx.
    3. Right click the resx file, open the properties and check the option 'Unblock'
    4. Repeat #3 for each resx file.
    5. Reload the project.

    If not successful, there are more methods in this thread you can refer to.
    Best Regards,
    Daniel Zhang


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    5 people found this answer helpful.

0 additional answers

Sort by: Most helpful