naspinski
naspinski

Reputation: 34717

Can't import settings in Visual Studio 2008 SP1

I recently baselined my machine and installed VS2008 and I am trying to import my settings file: http://naspinski.net/file.axd?file=naspinski.vssettings

I click Tools->Import Settings, select Import selected environment settings and click on Next

Next screen I select No, just import new settings, overwrite my current settings and click Next

I browse to my file and click Open -or- double-click on the file and it just dumps out... I don't get the option to click Finished, it just dumps out?

Any ideas what is wrong?

Upvotes: 0

Views: 1338

Answers (3)

LiorE
LiorE

Reputation: 111

You're running on Vista or Server 2008, right? Run Visual Studio as an administrator (right click shortcut and choose 'Run as admin').

This also happens with VS2005, only there it doesn't even bother to indicate failure. the security mechanism in Vista just reverts your settings as soon as you close visual studio.

Upvotes: 0

naspinski
naspinski

Reputation: 34717

Turns out I had to add myself to the the Administrators group in Computer Management. At work we do not have these privs by default.

Upvotes: 1

littlegeek
littlegeek

Reputation:

try only importing by section - you should then see which bits seem to be wrong...

Imports fine on my machine. = VS2008 sp1 - there are warnings on

  1. Command Window Alises
  2. External Tools

Might want to check them out.

Would also suggest changing to Monaco font - easier reading...

have a look at http://www.hanselman.com/blog/VisualStudioProgrammerThemesGallery.aspx

Upvotes: 0

Related Questions