Errors And Solutions

ERROR1:
"This version of Microsoft SQL server Management Studio Express can only be used to connect to SQL Server 2000 and SQL Server 2005 servers. (Microsoft.SqlServer.Express.ConnectionDlg)"

You might get this error when you try to connect to the server.

Reason: This is because you are trying to connect to sqlexpress instance of sql 2008 server. Yo might have istalled sql 2008.

Solution: Just UnInstall SQL 2008. And If Still You Get This Error then just ReInstall sql 2005.


ERROR2:
"An installation package for the production Microsoft SQl Server Native client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'"

You might get this error when you try to install Microsoft SQL Server.

Reason: This is because saome instances of it are already installed Specially Microsoft SQL Server Native Client.


Solution: To Solve this problem open Control Panel->Add or Remove Programms-> Now One list will be populated Look for Microsoft SQL Server Native Clicnt and click on it->Now Click Remove  Button. It will remove Native Client. Thats all now you can install Microsoft SQL Server.




ERROR3:
"Unhandled exception has occured in a component in your application If you click continue the applicationwill ignore this error and attempt to continue.
Cannot create a stable subkey under a volatile parent key"


You might find this error while launching "SQL Server Management Studio Express"

Reason: Might Be because of some runtime error.


Solution: For Solution click here