In a vb.net 2012 vb.net desktop application that I am opening for the first time, I am getting the following error and warning message:
Error 1 Resource file "My Project\Resources.resx" cannot be found.
Warning 2 A custom tool 'VbMyResourcesResXFileCodeGenerator' is associated with file 'My Project\Resources.resx', but the output of the custom tool was not found in the project. You may try re-running the custom tool by right-clicking on the file in the Solution Explorer and choosing Run Custom Tool.
Here is a copy of what the Visual Studio 2012 ide looks like with the applicable error messages.
I tried to run the custom tool that was suggested in the warning message and that did not help.
Thus can you tell me what I can do to get the Resources.resx file that is missing?