The program 'xxx' has exited with code -55 (0xffffffc9)
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
When pressing 'Start' to debug my application (currenly in WPF app, it happens with Console Apps too) the blue bar at the bottom changes to orange and says 'Loading symbols for mscorlib.dll' which then gives me this in the output window:
'xxx' (CLR v4.0.30319: DefaultDomain): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_32mscorlibv4.0_4.0.0.0__b77a5c561934e089mscorlib.dll'. Cannot find or open the PDB file.
The program '[20892] xxx' has exited with code -55 (0xffffffc9).
However when I spam press 'Start' over and over again it eventually comes in a debugging sate and opens an actual window.
Configuration Manager is on Debug & Any CPU.
Loading the .exe from the debug folder works just fine, using CTRL + F5 also works just fine.
Uninstalled all my Visual Studio versions and only installed 2017 Community back on my system and it still happens.
Searching for error code -55 doesn't give me anything either. Any help is appreciated.
visual-studio-2017
add a comment |
When pressing 'Start' to debug my application (currenly in WPF app, it happens with Console Apps too) the blue bar at the bottom changes to orange and says 'Loading symbols for mscorlib.dll' which then gives me this in the output window:
'xxx' (CLR v4.0.30319: DefaultDomain): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_32mscorlibv4.0_4.0.0.0__b77a5c561934e089mscorlib.dll'. Cannot find or open the PDB file.
The program '[20892] xxx' has exited with code -55 (0xffffffc9).
However when I spam press 'Start' over and over again it eventually comes in a debugging sate and opens an actual window.
Configuration Manager is on Debug & Any CPU.
Loading the .exe from the debug folder works just fine, using CTRL + F5 also works just fine.
Uninstalled all my Visual Studio versions and only installed 2017 Community back on my system and it still happens.
Searching for error code -55 doesn't give me anything either. Any help is appreciated.
visual-studio-2017
1
You'd have to wait until the crappy anti-malware product you use finished scanning the file. They notoriously don't work well on a programmer's machine that makes executable files appear from seemingly nowhere. Don't wait, get rid of it. The one included with your OS doesn't hassle you like this.
– Hans Passant
Nov 25 '18 at 10:58
@HansPassant If you post that as an answer I'll accept it. As indeed it was Malwarebytes, uninstalled it straight away.
– Simon
Nov 25 '18 at 11:12
Just share what you discovered in your own post and mark it as the answer. That programmers need to keep this product off their machine is pretty useful information.
– Hans Passant
Nov 25 '18 at 11:14
add a comment |
When pressing 'Start' to debug my application (currenly in WPF app, it happens with Console Apps too) the blue bar at the bottom changes to orange and says 'Loading symbols for mscorlib.dll' which then gives me this in the output window:
'xxx' (CLR v4.0.30319: DefaultDomain): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_32mscorlibv4.0_4.0.0.0__b77a5c561934e089mscorlib.dll'. Cannot find or open the PDB file.
The program '[20892] xxx' has exited with code -55 (0xffffffc9).
However when I spam press 'Start' over and over again it eventually comes in a debugging sate and opens an actual window.
Configuration Manager is on Debug & Any CPU.
Loading the .exe from the debug folder works just fine, using CTRL + F5 also works just fine.
Uninstalled all my Visual Studio versions and only installed 2017 Community back on my system and it still happens.
Searching for error code -55 doesn't give me anything either. Any help is appreciated.
visual-studio-2017
When pressing 'Start' to debug my application (currenly in WPF app, it happens with Console Apps too) the blue bar at the bottom changes to orange and says 'Loading symbols for mscorlib.dll' which then gives me this in the output window:
'xxx' (CLR v4.0.30319: DefaultDomain): Loaded 'C:WINDOWSMicrosoft.NetassemblyGAC_32mscorlibv4.0_4.0.0.0__b77a5c561934e089mscorlib.dll'. Cannot find or open the PDB file.
The program '[20892] xxx' has exited with code -55 (0xffffffc9).
However when I spam press 'Start' over and over again it eventually comes in a debugging sate and opens an actual window.
Configuration Manager is on Debug & Any CPU.
Loading the .exe from the debug folder works just fine, using CTRL + F5 also works just fine.
Uninstalled all my Visual Studio versions and only installed 2017 Community back on my system and it still happens.
Searching for error code -55 doesn't give me anything either. Any help is appreciated.
visual-studio-2017
visual-studio-2017
asked Nov 25 '18 at 9:01
SimonSimon
151111
151111
1
You'd have to wait until the crappy anti-malware product you use finished scanning the file. They notoriously don't work well on a programmer's machine that makes executable files appear from seemingly nowhere. Don't wait, get rid of it. The one included with your OS doesn't hassle you like this.
– Hans Passant
Nov 25 '18 at 10:58
@HansPassant If you post that as an answer I'll accept it. As indeed it was Malwarebytes, uninstalled it straight away.
– Simon
Nov 25 '18 at 11:12
Just share what you discovered in your own post and mark it as the answer. That programmers need to keep this product off their machine is pretty useful information.
– Hans Passant
Nov 25 '18 at 11:14
add a comment |
1
You'd have to wait until the crappy anti-malware product you use finished scanning the file. They notoriously don't work well on a programmer's machine that makes executable files appear from seemingly nowhere. Don't wait, get rid of it. The one included with your OS doesn't hassle you like this.
– Hans Passant
Nov 25 '18 at 10:58
@HansPassant If you post that as an answer I'll accept it. As indeed it was Malwarebytes, uninstalled it straight away.
– Simon
Nov 25 '18 at 11:12
Just share what you discovered in your own post and mark it as the answer. That programmers need to keep this product off their machine is pretty useful information.
– Hans Passant
Nov 25 '18 at 11:14
1
1
You'd have to wait until the crappy anti-malware product you use finished scanning the file. They notoriously don't work well on a programmer's machine that makes executable files appear from seemingly nowhere. Don't wait, get rid of it. The one included with your OS doesn't hassle you like this.
– Hans Passant
Nov 25 '18 at 10:58
You'd have to wait until the crappy anti-malware product you use finished scanning the file. They notoriously don't work well on a programmer's machine that makes executable files appear from seemingly nowhere. Don't wait, get rid of it. The one included with your OS doesn't hassle you like this.
– Hans Passant
Nov 25 '18 at 10:58
@HansPassant If you post that as an answer I'll accept it. As indeed it was Malwarebytes, uninstalled it straight away.
– Simon
Nov 25 '18 at 11:12
@HansPassant If you post that as an answer I'll accept it. As indeed it was Malwarebytes, uninstalled it straight away.
– Simon
Nov 25 '18 at 11:12
Just share what you discovered in your own post and mark it as the answer. That programmers need to keep this product off their machine is pretty useful information.
– Hans Passant
Nov 25 '18 at 11:14
Just share what you discovered in your own post and mark it as the answer. That programmers need to keep this product off their machine is pretty useful information.
– Hans Passant
Nov 25 '18 at 11:14
add a comment |
1 Answer
1
active
oldest
votes
The solution to the problem was removing Malwarebytes from my machine. As pointed out by Hans Passant.
Details:
Be sure to restart your machine after uninstalling the software.
I tested VS2015 Community and that ran just fine with the software installed.
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53466028%2fthe-program-xxx-has-exited-with-code-55-0xffffffc9%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The solution to the problem was removing Malwarebytes from my machine. As pointed out by Hans Passant.
Details:
Be sure to restart your machine after uninstalling the software.
I tested VS2015 Community and that ran just fine with the software installed.
add a comment |
The solution to the problem was removing Malwarebytes from my machine. As pointed out by Hans Passant.
Details:
Be sure to restart your machine after uninstalling the software.
I tested VS2015 Community and that ran just fine with the software installed.
add a comment |
The solution to the problem was removing Malwarebytes from my machine. As pointed out by Hans Passant.
Details:
Be sure to restart your machine after uninstalling the software.
I tested VS2015 Community and that ran just fine with the software installed.
The solution to the problem was removing Malwarebytes from my machine. As pointed out by Hans Passant.
Details:
Be sure to restart your machine after uninstalling the software.
I tested VS2015 Community and that ran just fine with the software installed.
answered Nov 25 '18 at 11:36
SimonSimon
151111
151111
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53466028%2fthe-program-xxx-has-exited-with-code-55-0xffffffc9%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
You'd have to wait until the crappy anti-malware product you use finished scanning the file. They notoriously don't work well on a programmer's machine that makes executable files appear from seemingly nowhere. Don't wait, get rid of it. The one included with your OS doesn't hassle you like this.
– Hans Passant
Nov 25 '18 at 10:58
@HansPassant If you post that as an answer I'll accept it. As indeed it was Malwarebytes, uninstalled it straight away.
– Simon
Nov 25 '18 at 11:12
Just share what you discovered in your own post and mark it as the answer. That programmers need to keep this product off their machine is pretty useful information.
– Hans Passant
Nov 25 '18 at 11:14