Quantcast
Channel: Microsoft Dynamics NAV
Viewing all articles
Browse latest Browse all 64865

Forum Post: Handling com events in service tier of NAV 2013

$
0
0

My need:

A: I want methods to run from service tier >>> com.dll.

B: I want to receive events in the opposite direction.

My solution (however not working) is to use a ”proxy layer”:

A: Run methods from service tier >>> .net-dll >>> com.dll.

B: Receive methods in the opposite direction.

Result:

”retrieving the COM class factory for component with CLSID { 373DF15E-D1D4-4D0E-A9DC-03E9116254E2} failed due to the following error: 80040154”Class not registered…”

As I understand I am smoked because:

A: Service tier will not run a 32-bit .net-dll.

B: A 64-bit .net-dll will not run a com-dll.

Is my conclusion correct, or is the problem something else?

Is there another possible solution?


Viewing all articles
Browse latest Browse all 64865

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>