Link to home
Start Free TrialLog in
Avatar of Victor  Charles
Victor CharlesFlag for United States of America

asked on

How to fix "Restricted zone or having the mark of the web on the file" error message.

Hello,

When attempting to run my project, I receive the following error message for several Forms in my project. How do I solve this issue?

Error:

Couldn't process file Form4.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.      AOP-VOL1

Thanks,

Victor
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

to remove the mark of the web in the ntfs stream use streams from sysinternals and run it on the directory to remove the mark
Avatar of Victor  Charles

ASKER

Hi,
This is Windows App using VB.NET
Hello,

There should not be any connection to the web  since this is a Windows pplication.
Do you have another solution?
ASKER CERTIFIED SOLUTION
Avatar of Victor  Charles
Victor Charles
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
sysinternals streams would have also done this..
How do I use sysinternals?
Sysinternals is a collection of tools that Mark Russinovich created and maintains. Originally independent but now owned and an employee of Microsoft  https://docs.microsoft.com/en-us/sysinternals/
Thank you.