>Hi
>
[quoted text clipped - 32 lines]
>Set objServer = CreateObject("wmsserver.server")
>Using ASP?
Make sure you've registered the COM object, which I assume is on the
machine you're running IIS on. To do that, go to
Start -> Run and type in
regsvr32 WMSServerTypeLib.dll
You can read about the complications of using DCom if you're trying to
connect to a remote WMS, on this MSDN page :
http://msdn2.microsoft.com/en-us/library/ms741994.aspx
HTH
Cheers - Neil
------------------------------------------------
Digital Media MVP : 2004-2007
http://mvp.support.microsoft.com/mvpfaqs
TRSDOS - 31 Jan 2008 21:36 GMT
Something else to look at is the permissions for the path used for "TEMP";
had similar issue with TEMP=%SystemRoot%\TEMP and the account used for
creating the object; also check your own value for TEMP if running using your
credentials.
Best Regards,
> >Hi
> >
[quoted text clipped - 49 lines]
> Digital Media MVP : 2004-2007
> http://mvp.support.microsoft.com/mvpfaqs