oleg-shilo / cs-script.npp

CS-Script (C# Intellisense) plugin for Notepad++ (x86/x64)
MIT License
246 stars 52 forks source link

Internet or Restriced zone error #36

Closed sadasd1 closed 7 months ago

sadasd1 commented 5 years ago

Hi,

When I try to compile sourceCode for CSScriptNPP, I get the following errors image

Thanks.

oleg-shilo commented 5 years ago

This is not a problem with the codebase as such but rather with the project location and your Visual Studio deployment. Is there any chance you are building it from the network?

anthonynorthrup314 commented 5 years ago

This thread is a bit old, but the real cause of this issue is likely that it was downloaded as a ZIP and has the "mark of the web" on it (as shown in your screenshot). To resolve this issue, you'll simply need to unblock each of the files reporting an error: https://blogs.msdn.microsoft.com/delay/p/unblockingdownloadedfile/

There is also a wonderful SO post detailing how to unblock the files with PowerShell: https://stackoverflow.com/a/51349305