Announcement

Collapse
No announcement yet.

TenScripting3 – Visual Studio *.RESX errors

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    TenScripting3 – Visual Studio *.RESX errors

    Hi – Has anyone encountered the below errors in Visual Studio when trying to execute a script under TenScripting3? My setup is as follows: Windows 10 Home Edition, Visual Studio 2017 Community Edition v15.8.4, and Tenscripting3 version 3.26. I have done a little bit of research and it appears the treatment for *.resx files may be under greater security restrictions by Microsoft. I have tried the approach outlined in the post below – but no luck. Just curious if other tenscirpting3 users have encounter this and what was done to get around it.

    Thanks!

    https://developercommunity.visualstu...eing-in-t.html

    Visual Studio Errors:

    Couldn't process file frmScriptFolder.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.

    Couldn't process file frmScriptImport.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.

    Couldn't process file frmConnection.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.

    Couldn't process file frmTriggers.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.

    Couldn't process file frmScriptExport.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.

    Couldn't process file tenScripting.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.
    Last edited by mstukel; September 12, 2018, 10:13 PM.

    #2
    Close Visual Studio. Go to the tenScripting3\tenScripting3\ folder in file explorer and then for each of the *.resx files go to file properties and at the bottom there is "Unblock" checkbox. Check it, OK. When you are done with all files open Visual Studio again.

    https://stackoverflow.com/a/51877978/3943951

    Comment


      #3
      The "unblock" approach fixes the issue - Thank you!!

      Comment

      Working...
      X