SQL Server Management Studio 2014 won't start: Exception has been thrown by the target of an invocation
I'm on Windows 7 Professional SP1.
I just installed SQL Server Management Studio 2014 using the 64-bit download from Microsoft: SQLManagementStudio_x64_ENU.exe, and when I click on the shortcut in the Programs menu, it gives the error:
Exception has been thrown by the target of an invocation.
I checked the shortcut properties, and the Target path is correctly set to:
"C:Program Files (x86)Microsoft SQL Server120ToolsBinnManagementStudioSsms.exe"
However, it was missing the "Start in" value, so I set it to that folder, but the error still occurs. When I navigate directly to the binary Ssms.exe and double-click on it, the application does run.
Any thoughts on what might be causing the shortcut to fail?
windows-7 sql-server ssms
add a comment |
I'm on Windows 7 Professional SP1.
I just installed SQL Server Management Studio 2014 using the 64-bit download from Microsoft: SQLManagementStudio_x64_ENU.exe, and when I click on the shortcut in the Programs menu, it gives the error:
Exception has been thrown by the target of an invocation.
I checked the shortcut properties, and the Target path is correctly set to:
"C:Program Files (x86)Microsoft SQL Server120ToolsBinnManagementStudioSsms.exe"
However, it was missing the "Start in" value, so I set it to that folder, but the error still occurs. When I navigate directly to the binary Ssms.exe and double-click on it, the application does run.
Any thoughts on what might be causing the shortcut to fail?
windows-7 sql-server ssms
add a comment |
I'm on Windows 7 Professional SP1.
I just installed SQL Server Management Studio 2014 using the 64-bit download from Microsoft: SQLManagementStudio_x64_ENU.exe, and when I click on the shortcut in the Programs menu, it gives the error:
Exception has been thrown by the target of an invocation.
I checked the shortcut properties, and the Target path is correctly set to:
"C:Program Files (x86)Microsoft SQL Server120ToolsBinnManagementStudioSsms.exe"
However, it was missing the "Start in" value, so I set it to that folder, but the error still occurs. When I navigate directly to the binary Ssms.exe and double-click on it, the application does run.
Any thoughts on what might be causing the shortcut to fail?
windows-7 sql-server ssms
I'm on Windows 7 Professional SP1.
I just installed SQL Server Management Studio 2014 using the 64-bit download from Microsoft: SQLManagementStudio_x64_ENU.exe, and when I click on the shortcut in the Programs menu, it gives the error:
Exception has been thrown by the target of an invocation.
I checked the shortcut properties, and the Target path is correctly set to:
"C:Program Files (x86)Microsoft SQL Server120ToolsBinnManagementStudioSsms.exe"
However, it was missing the "Start in" value, so I set it to that folder, but the error still occurs. When I navigate directly to the binary Ssms.exe and double-click on it, the application does run.
Any thoughts on what might be causing the shortcut to fail?
windows-7 sql-server ssms
windows-7 sql-server ssms
asked Dec 14 '15 at 22:04
AlanAlan
443611
443611
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
I forgot the Number One Rule of Windows: When in doubt, reboot.
That fixed whatever the problem was.
add a comment |
The problem are also caused by the .NET Framework 4.0 series.
Uninstall it in Program and features and install .NET Framework 6 and newer
Problem solved
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f1013415%2fsql-server-management-studio-2014-wont-start-exception-has-been-thrown-by-the%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
I forgot the Number One Rule of Windows: When in doubt, reboot.
That fixed whatever the problem was.
add a comment |
I forgot the Number One Rule of Windows: When in doubt, reboot.
That fixed whatever the problem was.
add a comment |
I forgot the Number One Rule of Windows: When in doubt, reboot.
That fixed whatever the problem was.
I forgot the Number One Rule of Windows: When in doubt, reboot.
That fixed whatever the problem was.
answered Dec 14 '15 at 22:33
AlanAlan
443611
443611
add a comment |
add a comment |
The problem are also caused by the .NET Framework 4.0 series.
Uninstall it in Program and features and install .NET Framework 6 and newer
Problem solved
add a comment |
The problem are also caused by the .NET Framework 4.0 series.
Uninstall it in Program and features and install .NET Framework 6 and newer
Problem solved
add a comment |
The problem are also caused by the .NET Framework 4.0 series.
Uninstall it in Program and features and install .NET Framework 6 and newer
Problem solved
The problem are also caused by the .NET Framework 4.0 series.
Uninstall it in Program and features and install .NET Framework 6 and newer
Problem solved
answered Apr 9 '18 at 15:43
EmmarineEmmarine
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1013415%2fsql-server-management-studio-2014-wont-start-exception-has-been-thrown-by-the%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