COM Interop is not supported on this platform

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Ashwini
Newbie
Newbie
Posts: 1
Joined: Mon May 29, 2023 9:12 am

COM Interop is not supported on this platform

Post by Ashwini »

We are using Wine in the docker file . Our native app is in windows which requires to register as COM object .
I have used regsvr32 to register the DLL .
Then I am trying to use the .net code to create the instance of the same object
I am using the code like
Impl = Activator.CreateInstance(type);
on execution of this I get the error like
COM Interop is not supported on this platform.
So to support the COM object apart from regsvr32 what else I need to do ?
Locked