deploying a project with sqldmo

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

How do you guys deploy a project with SQLDMO.DLL references? do you just let
the dependencey checker handle it or do you have to include anything
special? I created an Interop.SQLDMO.Dll file that I am using (from SP4 of
SQL Server) and just copying it to a machine with out using an installer and
running it gives me an invalid cast error (which you get if SQLDMO.DLL is
out of date, aka pre SP4) I'm hoping the installer projeect will install
the newest version but dont have a test machien that doesnt already have SP4
of SQL Server installed on it. but the client machines dont have it but that
is a risk trying to deploy to production systems. So anything special that
needs done first? thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top