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!
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!