Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi expert
How to add assembly
Microsoft.SqlServer.Management.Smo;
And Microsoft.SqlServer.Management.Common;.

Pls Help
Posted

1 solution

CSS
Hi I solve it,

using Microsoft.SqlServer.Management.Smo;

Using Microsoft.SqlServer.Management.Common;

you found DLL in.... C:\Program Files\Microsoft SQL Server\100\SDK\Assemblies

Microsoft.SqlServer.Smo.dll;

Microsoft.SqlServer.ConnectionInfo.dll
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900