I was perfectly running an ASP.NET Core project in a docker container, but then I created another project in the same solution, which was referenced by the first one.
When building, VS 2017 didn't complain. When debugging, VS says:
"Operation aborted (Exception from HRESULT: 0x80004004 (E_ABORT))"
Then I tried creating a new solution with new project (Only one this time). Same thing happened: Build successfull, debugging - impossible. Restarting computer did't work, neither VS with admin privilages.
How can I fix that? I am ready to screw the whole project and start all over, if needed. I appriciate any response. Thanks in advance.
Try removing the directory : %userprofile%\vsdbg, it worked to me.
Fixed it with these simpler steps ;)
Check the folder in your windows ~\vsdbg Probably are missing the correct files.
This occours because you didn't execute the add docker support in your current instance of visual studio.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With