View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
K. Wilder K. Wilder is offline
external usenet poster
 
Posts: 4
Default Package and Deployment...

I've automated some functions in Office 2003 and it uses the MS Soap 3.0
Toolkit to communicate with a .Net web service. It all works perfectly on my
development machine, but I get errors when I try installing the setup from
the packaging wizard.

There are 3 DLL dependent files that are needed with this application, but
they don't register on the users machine and therefore the application won't
work.

There is always an error message saying the DLL's could not be registered
and to Abort, Retry or Ignore.

How can I get these DLL's to register on users machines?

Thanks,

King Wilder