'Unable to load resource (.resx) file because it is not trusted
I am facing an issue while building windows source in Visual studio 2017. Showing the error message mentioned in the title.
Anyone have any idea about this error message?
Solution 1:[1]
Finally I could have resolved the issue as below:
- Open the file explorer. Navigate to project/solution directory
- Search for *.resx. --> You will get list of resx files
- Right click the resx file, open the properties and check the option 'Unblock'
- Repeat #3 for each resx file.
- Reload the project.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Ali Azam |