sql server - I can't add Microsoft.SqlServer.Management.Common to my ASP.NET MVC Application -
i trying add reference above assembly not appear in asp.net mvc .net 4 (not client) applications assembly list. know how reference assembly?
the microsoft.sqlserver.management.common
namespace resides in microsoft.sqlserver.connectioninfo.dll
assembly.
assuming default installation folders can find microsoft.sqlserver.connectioninfo.dll
assembly in:
c:\program files\microsoft sql server\xxxx\sdk\assemblies
where xxxx
represents version of sql server you're running:
80 -> sql server 2005 90 -> sql server 2008 100 -> sql server 2008r2
if you're running sql server 32bit on x64 instead of c:\program files
use c:\program files (x86)
.
Comments
Post a Comment