I just converted a project from 2003 to 2005 and I am now getting the error
below when trying to assign a variable object as SQLDMO.SQLServer and for the
life of me I can't figure out what is happening. This was not a problem in
VS03 and the program has been running since early 04 without a hitch. I
convert it and bang...
Error 19 'SQLServer' is ambiguous in the namespace 'SQLDMO'.
Any help would be appreciated

Signature
Thanks, Jim
Cor Ligthert [MVP] - 02 Apr 2007 03:50 GMT
Jim,
When something becomes abiguous, then it means that there are new
instructions (or whatever you name it) in the same namespace. Try to make
the referencing more precies.
Cor
>I just converted a project from 2003 to 2005 and I am now getting the error
> below when trying to assign a variable object as SQLDMO.SQLServer and for
[quoted text clipped - 6 lines]
>
> Any help would be appreciated
Jim - 09 Apr 2007 19:22 GMT
Cor,
I'm not sure exactly what you mean. I'll post the code and maybe you can
tell me what I need to do to make this work.
Thanks, Jim
> I just converted a project from 2003 to 2005 and I am now getting the error
> below when trying to assign a variable object as SQLDMO.SQLServer and for the
[quoted text clipped - 5 lines]
>
> Any help would be appreciated