SQLDMO.dll problem
-
Friday, September 30, 2011 6:18 AM
I want to deploye C# application. I am using SQL server 2008 R2 and microsoft visual studio 2010 when i add the output from application folder it give me the following error. please tell me how to fix this ?
Error : following file may have dependancies that can not be detemined automatically , please confirm that all dependancies have been added to the project.
c:\program files\microsoft sql server\80\tools\binn\SQLDMO.dll
amoltated
All Replies
-
Friday, September 30, 2011 7:09 AMThis is the screenshot of the problem.
amoltated -
Monday, October 03, 2011 2:52 AM
Hi,
Try the ff:
If you add reference to some components, you can copy them to Local.
Solution Explorer -> Select a dll file in References list -> Properties pane -> Change Copy Local property from False to True
and also check this link:
http://msdn.microsoft.com/en-us/library/s57wfzt1%28v=vs.80%29.aspx
http://msdn.microsoft.com/en-us/library/12w3fhd2%28v=vs.80%29.aspx
Regards, Ryan Lambatan
Please "Mark as Answer" or "Vote as Helpful" -
Monday, October 03, 2011 5:11 AMi installed sql server 2005 then also i have same issue.. can any 1 help me please?
amoltated -
Wednesday, May 01, 2013 12:31 AMModerator
Please us SMO - http://msdn.microsoft.com/en-us/library/ms162169.aspx
SQLDMO is deprecated http://msdn.microsoft.com/en-us/library/ms131540(v=SQL.105).aspx
Thanks, Sethu Srinivasan [MSFT] SQL Server http://blogs.msdn.com/sqlagent -------------------------------------------------------------------------------- This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click "Mark as Answer" and "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.
- Marked As Answer by Sethu SrinivasanMicrosoft Employee, Moderator Wednesday, May 01, 2013 12:31 AM

