Problem in referring the assemblies
-
Hi, I am using .net 2.0 and sql server 2005. I have added the assemblies like Microsoft.SqlServer; Microsoft.SqlServer.Management.Common; Microsoft.SqlServer.Management.Smo; in my project. But that project is not running in sql server 2000. It needs those dlls. In my project there is no dll files in the bin folder. Please help me to rectify this error. Thanks.
-
Hi, I am using .net 2.0 and sql server 2005. I have added the assemblies like Microsoft.SqlServer; Microsoft.SqlServer.Management.Common; Microsoft.SqlServer.Management.Smo; in my project. But that project is not running in sql server 2000. It needs those dlls. In my project there is no dll files in the bin folder. Please help me to rectify this error. Thanks.
What is the error message that u r getting?
------------------------------------------- It's code that drives you - Shyam
-
Hi, I am using .net 2.0 and sql server 2005. I have added the assemblies like Microsoft.SqlServer; Microsoft.SqlServer.Management.Common; Microsoft.SqlServer.Management.Smo; in my project. But that project is not running in sql server 2000. It needs those dlls. In my project there is no dll files in the bin folder. Please help me to rectify this error. Thanks.
I think that the assemblies you probably need are System.Data & System.Data.SqlClient. What are the items you have referenced for?
-
I think that the assemblies you probably need are System.Data & System.Data.SqlClient. What are the items you have referenced for?
The assemblies OP mentioned comes with SMO (SQL server management objects) class library.
Navaneeth How to use google | Ask smart questions
-
The assemblies OP mentioned comes with SMO (SQL server management objects) class library.
Navaneeth How to use google | Ask smart questions
Hi, I am getting the following error : Could not load file or assembly 'Microsoft.SqlServer.Smo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. If sqlserver 2000 is installed in a system instead of sqlserver2005, I can' locate the SMO reference. The references I added are Microsoft.sqlserver.connectioninfo Microsoft.sqlserver.smo Microsoft.sqlserver.smoenum Microsoft.sqlserver.sqlenum If we add these references, is any dll files will be created in the bin folder or we have to explicitly copy this dll to the bin folder?
-
Hi, I am getting the following error : Could not load file or assembly 'Microsoft.SqlServer.Smo, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. If sqlserver 2000 is installed in a system instead of sqlserver2005, I can' locate the SMO reference. The references I added are Microsoft.sqlserver.connectioninfo Microsoft.sqlserver.smo Microsoft.sqlserver.smoenum Microsoft.sqlserver.sqlenum If we add these references, is any dll files will be created in the bin folder or we have to explicitly copy this dll to the bin folder?
Do you have SMO[^] libraries available?
Navaneeth How to use google | Ask smart questions
-
Do you have SMO[^] libraries available?
Navaneeth How to use google | Ask smart questions