|
Question : Add reference to Microsoft.SqlServer.Manage<wbr />ment not available
|
|
Hello, I'm trying to write a simple SMO app, however the reference to Microsoft.SqlServer.Management is not shown as available on the .NET (or any other) tab when I go to 'Add Reference ...' in the project. Any ideas? Is there something that I need to install?
Thanks.
|
|
Answer : Add reference to Microsoft.SqlServer.Manage<wbr />ment not available
|
|
On the Project menu, select Add Reference item. The Add Reference dialog box appears. Select Browse and locate the SMO assemblies in the C:\Program Files\Microsoft SQL Server\90\SDK\Assemblies folder. Select the following files:
Microsoft.SqlServer.ConnectionInfo.dll Microsoft.SqlServer.Smo.dll Microsoft.SqlServer.SqlEnum.dll Microsoft.SqlServer.SmoEnum.dll
|
|
|