Visual Studio 2012: Insufficient memory to continue the execution of the program
When debugging on Visual Studio 2012 I get this error message:
OS is Windows 10.
"Error 3 Problem generating manifest. Insufficient memory to continue the execution of the program."
Thanks for your help!
Microsoft Visual Studio
Last Comment
dave_sky
8/22/2022 - Mon
Sam Simon Nasser
try a repair, uninstall and reinstall visual studio. also, run windows update to get the latest updates.
also, depending on your code, visual Studio, by default sets image’s ‘Build Action’ property to ‘Content, change this property to ‘None’,
Ryan Chong
tried to Clean and then Build your Solution, and see if it can proceed then?
also, depending on your code, visual Studio, by default sets image’s ‘Build Action’ property to ‘Content, change this property to ‘None’,