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.
Active X interop not working on Wine
-
- Level 1
- Posts: 7
- Joined: Thu Oct 09, 2014 8:51 am
Re: Active X interop not working on Wine
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.
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.
-
- Level 1
- Posts: 7
- Joined: Thu Oct 09, 2014 8:51 am
Re: Active X interop not working on Wine
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.
We are using wine 16.2 and When you saying native 4.0 installation i didn't get what you are trying to say.
-
- Level 1
- Posts: 7
- Joined: Thu Oct 09, 2014 8:51 am
Re: Active X interop not working on Wine
We are using 16.2 wine version. Native means downloading .net from Microsoft site and install??
Re: Active X interop not working on Wine
No such version. I assume you mean 1.6.2, which is old; upgrade to the latest development release.vishalmthakkar wrote:We are using 16.2 wine version.
Yes, but do it with winetricks, as wine-mono needs to be uninstalled first, and winetricks will do that for you.Native means downloading .net from Microsoft site and install??
-
- Level 1
- Posts: 7
- Joined: Thu Oct 09, 2014 8:51 am
Re: Active X interop not working on Wine
Works thanks