views:

38

answers:

1

When I start Microsoft SQL Server Management Studio, I get an a .NET Framework error. It was installed as part of SQL Server Express.

alt text

If I click "Continue", I get the usual "Connect to Server" dialog, but I am unable to connect to the local SQL Server. I am able to connect from Visual Studio, so I know its running.

I can't figure out what unauthorized operation its trying to perform. Has anybody experienced this, or can help me solve this?

When you click "Details" it gives you a really big message, which you can see here

+1  A: 

It sounds like there was a possible install error? I would try uninstalling and reinstalling with a user that has admin permissions.

spinon
it actually worked the first time I ran it, before rebooting. after reboot, I started getting this error. I did install it with a user that has admin permissions.
Yisroel
Well some other things I read about that error have to do with registry restrictions.
spinon
do you know which registry settings, or can you point me to somewhere that discusses this?
Yisroel
Though in reading it closer it looks like it is tied to the install. But I guess you can still check it out:http://www.tech-archive.net/Archive/SQL-Server/microsoft.public.sqlserver.setup/2008-10/msg00132.html
spinon
reinstalling it fixed the problem. i think its because i didnt completely uninstall a previous version of SQL Express
Yisroel
Awesome. Glad to hear. I hate these types of problems because they don't give you any indication of a problem during the install.
spinon