How to fix MSMQOutgoingQueueManagement for a C# application

0

I have two applications, one using Visual Basic and one using C#. Both have an added reference to MSMQ and in both I am creating an instance of MSMQOutgoingQueueManagement, this works fine in the VB application but in the C# one I get the following error:

"Retrieving the COM class factory for component with CLSID {0188401C-247A-4FED-99C6-BF14119D7055} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))."

I've looked around but any suggestions to change the platform target hasn't worked. Any help would be much appreciated, thanks!

c#
vb.net
msmq
asked on Stack Overflow Nov 21, 2018 by R.Steele • edited Nov 21, 2018 by stuartd

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0