Original Post
So I open up VS today to resume some work on an old project, hand't work with VS in a while, and this is the same machine I've always coded in.
I try to run the project in debug mode, and nothing happens. I click run in VS, to run the project, it seems to launch the executable, the executable did compile successfully, but alas, nothing happens.
Using the Task Manager I can see my executable there, but it only has 140kb (it usually floats around 15mb), so that tells me that something is wrong...
I create another empty project with only the most basic windows code (just winmain and #include) and again, same thing happens. I can compile the project, if I run the produced executable from an explorer window, it runs fine, it just seems like the debugger can't attach itself to anything...
This has to be related to automatic updates, doesn't it?
I've started googling for a solution, but if you guys have experienced this, please share what you did and if you found a solution.
Many thanks.
I try to run the project in debug mode, and nothing happens. I click run in VS, to run the project, it seems to launch the executable, the executable did compile successfully, but alas, nothing happens.
Using the Task Manager I can see my executable there, but it only has 140kb (it usually floats around 15mb), so that tells me that something is wrong...
I create another empty project with only the most basic windows code (just winmain and #include
This has to be related to automatic updates, doesn't it?
I've started googling for a solution, but if you guys have experienced this, please share what you did and if you found a solution.
Many thanks.