When an application I have deployed on another PC attempts to use the feature to send email via Outlook I get the following error:
COM object with CLSID {0006F03A-0000-0000-C000-000000000046} not valid or not registered.
The detail mentions InteropServices.ComException
This email fuction works fine on my development PC? The app references a file interop.outlook.dll and office.dll
Have I missed something here? Am I supposed to write some form of code to register these? I thought the setup was supposed to sort out the dependencies.
A point to add is the target PCs are all running the same company and MS software.
COM object with CLSID {0006F03A-0000-0000-C000-000000000046} not valid or not registered.
The detail mentions InteropServices.ComException
This email fuction works fine on my development PC? The app references a file interop.outlook.dll and office.dll
Have I missed something here? Am I supposed to write some form of code to register these? I thought the setup was supposed to sort out the dependencies.
A point to add is the target PCs are all running the same company and MS software.