Active X interop not working on Wine

Questions about Wine on Linux
Locked
vishalmthakkar
Level 1
Level 1
Posts: 7
Joined: Thu Oct 09, 2014 8:51 am

Active X interop not working on Wine

Post by vishalmthakkar »

Hi,

We have .net 4.0 application develop on windows, it is using com interop for image processing [Image Pro].

This files we are using as interop in .net application but now client wants run this application on Linux box.

We came across wine as solution to run .net application but we are getting error Active X component object cant create.

Looking forward to see feedback.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Active X interop not working on Wine

Post by dimesio »

There are lots of open bugs for .NET 4.0 and for ActiveX.
https://bugs.winehq.org/buglist.cgi?bug ... ordssubstr
https://bugs.winehq.org/buglist.cgi?bug ... ordssubstr

You didn't mention what Wine version you're using. If it's not the latest development release, upgrade. If you haven't tried installing native .NET 4.0, also try that.
vishalmthakkar
Level 1
Level 1
Posts: 7
Joined: Thu Oct 09, 2014 8:51 am

Re: Active X interop not working on Wine

Post by vishalmthakkar »

Hello,

We are using wine 16.2 and When you saying native 4.0 installation i didn't get what you are trying to say.
vishalmthakkar
Level 1
Level 1
Posts: 7
Joined: Thu Oct 09, 2014 8:51 am

Re: Active X interop not working on Wine

Post by vishalmthakkar »

We are using 16.2 wine version. Native means downloading .net from Microsoft site and install??
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Active X interop not working on Wine

Post by dimesio »

vishalmthakkar wrote:We are using 16.2 wine version.
No such version. I assume you mean 1.6.2, which is old; upgrade to the latest development release.
Native means downloading .net from Microsoft site and install??
Yes, but do it with winetricks, as wine-mono needs to be uninstalled first, and winetricks will do that for you.
vishalmthakkar
Level 1
Level 1
Posts: 7
Joined: Thu Oct 09, 2014 8:51 am

Re: Active X interop not working on Wine

Post by vishalmthakkar »

Works thanks
Locked