SQL Server Management Studio Failing to openUsing SQL Server 2008 Management studio to connect to SQL Server 2005 databasesSQL Server Management Studio not scripting all objectsChange Windows Authentication user for Sql Server Management StudioCan't remotely connect through SQL Server Management StudioSQL Server 2008 Management Studio Cannot Connect to Server InstanceMS SQL server management studio 2008 r2 not working with MS windows 7 usersBackup MS SQL 2000 db from SQL Management Studio 2005 on another server?Sql Management Studio 2014 wont connect to clustered instanceSQL Server express - Management studio installation hangs at native images installationCannot connect to SQL Server Integration Services from SQL Server Management Studio: “Class Not Registered”
Alphabet completion rate
What is the line crossing the Pacific Ocean that is shown on maps?
Word Wall of Whimsical Wordy Whatchamacallits
Do scales have a relation to certain genres or themes?
Should I hide continue button until tasks are completed?
Find smallest index that is identical to the value in an array
Do 3D printers really reach 50 micron (0.050mm) accuracy?
How was film developed in the late 1920s?
How should I behave to assure my friends that I am not after their money?
Does the UK have a written constitution?
Magnitude of vector quantities
What do you call the action of someone tackling a stronger person?
Analog is Obtuse!
How to convert object fill in to fine lines?
Procedurally generate regions on island
Is this the golf ball that Alan Shepard hit on the Moon?
When is it ok to add filler to a story?
Is there any set of 2-6 notes that doesn't have a chord name?
“Faire” being used to mean “avoir l’air”?
What does "THREE ALPHA in Virginia" mean?
Can a US president have someone sent to prison?
What makes north pole of a magnet north pole in the first place?
Stepcounter after paragraph
Are Finite Automata Turing Complete?
SQL Server Management Studio Failing to open
Using SQL Server 2008 Management studio to connect to SQL Server 2005 databasesSQL Server Management Studio not scripting all objectsChange Windows Authentication user for Sql Server Management StudioCan't remotely connect through SQL Server Management StudioSQL Server 2008 Management Studio Cannot Connect to Server InstanceMS SQL server management studio 2008 r2 not working with MS windows 7 usersBackup MS SQL 2000 db from SQL Management Studio 2005 on another server?Sql Management Studio 2014 wont connect to clustered instanceSQL Server express - Management studio installation hangs at native images installationCannot connect to SQL Server Integration Services from SQL Server Management Studio: “Class Not Registered”
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Hi I've been running SQL server 2014 on a Windows Server 2008R2 for many months now but all of a sudden this error displays when trying to open Management Studio.
I've tried to repair the install (which says it succeeds), I've uninstalled just SSMS and tried to reinstall but nothing seems to fix it. The SQL server itself is still running just fine and can be polled via other applications but SSMS is failing to open.
Any help would be greatly appreciated.
SSMS Error
windows-server-2008-r2 sql-server ssms
add a comment |
Hi I've been running SQL server 2014 on a Windows Server 2008R2 for many months now but all of a sudden this error displays when trying to open Management Studio.
I've tried to repair the install (which says it succeeds), I've uninstalled just SSMS and tried to reinstall but nothing seems to fix it. The SQL server itself is still running just fine and can be polled via other applications but SSMS is failing to open.
Any help would be greatly appreciated.
SSMS Error
windows-server-2008-r2 sql-server ssms
add a comment |
Hi I've been running SQL server 2014 on a Windows Server 2008R2 for many months now but all of a sudden this error displays when trying to open Management Studio.
I've tried to repair the install (which says it succeeds), I've uninstalled just SSMS and tried to reinstall but nothing seems to fix it. The SQL server itself is still running just fine and can be polled via other applications but SSMS is failing to open.
Any help would be greatly appreciated.
SSMS Error
windows-server-2008-r2 sql-server ssms
Hi I've been running SQL server 2014 on a Windows Server 2008R2 for many months now but all of a sudden this error displays when trying to open Management Studio.
I've tried to repair the install (which says it succeeds), I've uninstalled just SSMS and tried to reinstall but nothing seems to fix it. The SQL server itself is still running just fine and can be polled via other applications but SSMS is failing to open.
Any help would be greatly appreciated.
SSMS Error
windows-server-2008-r2 sql-server ssms
windows-server-2008-r2 sql-server ssms
asked Jul 13 '17 at 2:58
NickNick
11 silver badge2 bronze badges
11 silver badge2 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Seems this is an error due to .NET version conflict. You could try to run the .NET Framework Setup Verification to identify where the issue is, but I would recommend uninstalling and reinstalling your .NET packages even if it says everything is OK.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
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%2fserverfault.com%2fquestions%2f861881%2fsql-server-management-studio-failing-to-open%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
Seems this is an error due to .NET version conflict. You could try to run the .NET Framework Setup Verification to identify where the issue is, but I would recommend uninstalling and reinstalling your .NET packages even if it says everything is OK.
add a comment |
Seems this is an error due to .NET version conflict. You could try to run the .NET Framework Setup Verification to identify where the issue is, but I would recommend uninstalling and reinstalling your .NET packages even if it says everything is OK.
add a comment |
Seems this is an error due to .NET version conflict. You could try to run the .NET Framework Setup Verification to identify where the issue is, but I would recommend uninstalling and reinstalling your .NET packages even if it says everything is OK.
Seems this is an error due to .NET version conflict. You could try to run the .NET Framework Setup Verification to identify where the issue is, but I would recommend uninstalling and reinstalling your .NET packages even if it says everything is OK.
answered Jul 20 '17 at 11:17
gms0ulmangms0ulman
1314 bronze badges
1314 bronze badges
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f861881%2fsql-server-management-studio-failing-to-open%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