Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The application was unable to start correctly (0xc0000013). Click OK to close the application

I suddenly had this problem when starting up my (previous boots) working VS 2010 project.

The application was unable to start correctly (0xc0000013). Click OK to close the application.

Debug output:

`The program '[5940] myapp.exe: Native' has exited with code -1073741805 (0xc0000013).`
like image 852
bobobobo Avatar asked Dec 21 '22 09:12

bobobobo


1 Answers

STATUS_NO_MEDIA_IN_DEVICE, "There is no disk in the drive". Your debugging working directory is probably set to a USB emulated disk that's unavailable.

like image 167
Hans Passant Avatar answered Dec 24 '22 00:12

Hans Passant