dbTalk Databases Forums  

My menubar is all messed up

microsoft.public.sqlserver.clients microsoft.public.sqlserver.clients


Discuss My menubar is all messed up in the microsoft.public.sqlserver.clients forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
=?Utf-8?B?Sm9obiBTY290dA==?=
 
Posts: n/a

Default My menubar is all messed up - 07-10-2007 , 04:40 PM






Ok..this is a weird one.

When I open up SQL Server Management Studio Express my menubar has multiple
instances of the File, Edit, View...menu options.... and every toolbar
(Standard, Query Designer, Database Diagram, etc..) all have multiple options
as well.

I've gone in an modified those items as well and I get it to a point where
it looks ok, then when I shut it down and re-open it, all my changes are gone
and it's back to the way it was.

Can anyone help me on this one?? Is this the right place to post this
question?


--
Thanks in advance,

John Scott.

Reply With Quote
  #2  
Old   
=?Utf-8?B?TW9oaXQgSy4gR3VwdGE=?=
 
Posts: n/a

Default RE: My menubar is all messed up - 07-11-2007 , 01:40 PM






SQL Server 2005 stores it's configuration information in following location:

My Documents\SQL Server Management
Studio\Settings\CurrentSettings-2007-06-06.vssettings

Check to make sure there is no writing problems to that.

The path information for the config file is located at
HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL
Server\90\Tools\Shell\Profile\

Thanks!
--
Mohit K. Gupta
B.Sc. CS, Minor Japanese
MCTS: SQL Server 2005


"John Scott" wrote:

Quote:
Ok..this is a weird one.

When I open up SQL Server Management Studio Express my menubar has multiple
instances of the File, Edit, View...menu options.... and every toolbar
(Standard, Query Designer, Database Diagram, etc..) all have multiple options
as well.

I've gone in an modified those items as well and I get it to a point where
it looks ok, then when I shut it down and re-open it, all my changes are gone
and it's back to the way it was.

Can anyone help me on this one?? Is this the right place to post this
question?


--
Thanks in advance,

John Scott.

Reply With Quote
  #3  
Old   
=?Utf-8?B?Sm9obiBTY290dA==?=
 
Posts: n/a

Default RE: My menubar is all messed up - 07-11-2007 , 02:24 PM



Thank for the reply Mohit,

I checked two things...there are some goofy entries in the vssettings file
in my My Documents....file.

I made changes to it, but there is no change when I open up SQL Express...

I also checked and I don't have the
HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL
Server\90\Tools\Shell\Profile\ key I have all the way up to the Shell..I
have no Profile in there.

Other suggestions??

--
Thanks,

John Scott.


"Mohit K. Gupta" wrote:

Quote:
SQL Server 2005 stores it's configuration information in following location:

My Documents\SQL Server Management
Studio\Settings\CurrentSettings-2007-06-06.vssettings

Check to make sure there is no writing problems to that.

The path information for the config file is located at
HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL
Server\90\Tools\Shell\Profile\

Thanks!
--
Mohit K. Gupta
B.Sc. CS, Minor Japanese
MCTS: SQL Server 2005


"John Scott" wrote:

Ok..this is a weird one.

When I open up SQL Server Management Studio Express my menubar has multiple
instances of the File, Edit, View...menu options.... and every toolbar
(Standard, Query Designer, Database Diagram, etc..) all have multiple options
as well.

I've gone in an modified those items as well and I get it to a point where
it looks ok, then when I shut it down and re-open it, all my changes are gone
and it's back to the way it was.

Can anyone help me on this one?? Is this the right place to post this
question?


--
Thanks in advance,

John Scott.

Reply With Quote
  #4  
Old   
=?Utf-8?B?TW9oaXQgSy4gR3VwdGE=?=
 
Posts: n/a

Default RE: My menubar is all messed up - 07-12-2007 , 03:12 PM



Sorry for late reply.

Sorry the proper path in registry is
HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL
Server\90\Tools\ShellSEM\Profile\.

I can't get the issue to replicate. Here are two options ...

- Delete the CurrentSettings-DATE.vsssettings file.
This will force SSMSEE to reinitialize the settings. Do a search on your
computer for vsssettings delete anything with CurrentSettings in it.

OR
- Try Reinstalling the SSMSEE.
--
Mohit K. Gupta
B.Sc. CS, Minor Japanese
MCTS: SQL Server 2005


Reply With Quote
  #5  
Old   
=?Utf-8?B?Sm9obiBTY290dA==?=
 
Posts: n/a

Default RE: My menubar is all messed up - 07-12-2007 , 04:38 PM



Ok...I did a few things.
1. I deleted my CurrentSettings file in ssmses settings folder...when I
opened up ssmses it poped up a message saying it coudn't find my settings
folder and that it would use the most recent settings for this session

2. I checked that registry path...and i did find it, didn't find anything
out of the ordinary...it had 13 values inside that key

AutoSaveFile
AutoSaveFILETIMEHigh
AutoSaveFILETimeLow
BuildNum
DefaultSettinsDirectory
LastResetSettingsFile
SettingsCachesFILEIMEHigh
SettingsCachesFILEIMELow
Sku
TeamSettingsFile
TeamSettingsFILETIMEHigh
TeamSettingsFILETIMELow
TraackTeamSettings


for the LastResetSettingsFile the value was
'%vsspv_vs_install_directory%\Profiles\ssmsee.vsse ttings'

I checked out this file and there is a node called Caegory
name="Environment_WindowLayout"

inside it, there is another node call "PropertyVale name="WindowLayout">
then after that there is a whole bunch of garbled text (looks like viewstate
data)
then the PropertyValue node closes...

I don't know if that is normal or not...

Any other suggestions??


--
Thanks,

John Scott.


"Mohit K. Gupta" wrote:

Quote:
Sorry for late reply.

Sorry the proper path in registry is
HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL
Server\90\Tools\ShellSEM\Profile\.

I can't get the issue to replicate. Here are two options ...

- Delete the CurrentSettings-DATE.vsssettings file.
This will force SSMSEE to reinitialize the settings. Do a search on your
computer for vsssettings delete anything with CurrentSettings in it.

OR
- Try Reinstalling the SSMSEE.
--
Mohit K. Gupta
B.Sc. CS, Minor Japanese
MCTS: SQL Server 2005


Reply With Quote
  #6  
Old   
=?Utf-8?B?TW9oaXQgSy4gR3VwdGE=?=
 
Posts: n/a

Default RE: My menubar is all messed up - 07-12-2007 , 05:30 PM



Delete all settings files. I would just try reinstalling though.

--
Mohit K. Gupta
B.Sc. CS, Minor Japanese
MCTS: SQL Server 2005


"John Scott" wrote:

Quote:
Ok...I did a few things.
1. I deleted my CurrentSettings file in ssmses settings folder...when I
opened up ssmses it poped up a message saying it coudn't find my settings
folder and that it would use the most recent settings for this session

2. I checked that registry path...and i did find it, didn't find anything
out of the ordinary...it had 13 values inside that key

AutoSaveFile
AutoSaveFILETIMEHigh
AutoSaveFILETimeLow
BuildNum
DefaultSettinsDirectory
LastResetSettingsFile
SettingsCachesFILEIMEHigh
SettingsCachesFILEIMELow
Sku
TeamSettingsFile
TeamSettingsFILETIMEHigh
TeamSettingsFILETIMELow
TraackTeamSettings


for the LastResetSettingsFile the value was
'%vsspv_vs_install_directory%\Profiles\ssmsee.vsse ttings'

I checked out this file and there is a node called Caegory
name="Environment_WindowLayout"

inside it, there is another node call "PropertyVale name="WindowLayout"
then after that there is a whole bunch of garbled text (looks like viewstate
data)
then the PropertyValue node closes...

I don't know if that is normal or not...

Any other suggestions??


--
Thanks,

John Scott.


"Mohit K. Gupta" wrote:

Sorry for late reply.

Sorry the proper path in registry is
HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL
Server\90\Tools\ShellSEM\Profile\.

I can't get the issue to replicate. Here are two options ...

- Delete the CurrentSettings-DATE.vsssettings file.
This will force SSMSEE to reinitialize the settings. Do a search on your
computer for vsssettings delete anything with CurrentSettings in it.

OR
- Try Reinstalling the SSMSEE.
--
Mohit K. Gupta
B.Sc. CS, Minor Japanese
MCTS: SQL Server 2005


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.