Invalid Resx File

0

I'm starting, and when doing an example of a simple calculator when saving a jpeg file to put the button, it got very big and when I was scaling the file and then adding to the button it presented the following error:

Error   2   Invalid Resx file. Could not find file 'C:\Users\User\documents\visual studio 2010\Projects\CalculadoraX\CalculadoraX\Resources\Subtrair.jpg'. Line 124, position 5.    C:\Users\User\documents\visual studio 2010\Projects\CalculadoraX\CalculadoraX\Properties\Resources.resx 124 5   CalculadoraX

How do I remove this error?

    
asked by anonymous 19.04.2017 / 01:58

1 answer

0

He's saying he can not find the file. Look for the file and see if it really is in place, if it is, the file may be corrupted, if it is not, try putting it back on. If none of this works, try re-doing the image or saving it in another extension (.png, for example). You can finally reinstall Visual Studio.

    
19.04.2017 / 02:30