question

VernonMarsden-2934 avatar image
1 Vote"
VernonMarsden-2934 asked DanielZhang-MSFT edited

Form1.resx being in the Internet or Restricted zone ?

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
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hmm...
Just noticed , when loading project
I get the following error:

Unable to load
'C:\Users\me\source\repos\CefSharp.MinimalExample-maste
r\CefSharp.MinimalExample.WinForms\BrowserForm.resx'
because it is not trusted.

0 Votes 0 ·

1 Answer

DanielZhang-MSFT avatar image
2 Votes"
DanielZhang-MSFT answered DanielZhang-MSFT edited

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 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.