Error COM/ActiveX support is not implement Golden.Net)

Questions about Wine on Linux
Locked
garvied
Newbie
Newbie
Posts: 3
Joined: Mon Dec 26, 2016 12:02 am

Error COM/ActiveX support is not implement Golden.Net)

Post by garvied »

Hi, I am trying to run the Golden .Net program (goldensoft.com) and after several attempts I have managed to install it by configuring wine as Windows XP but when I run it I get the error 'COM / ActiveX support is not implement'
At System.Windows.Forms.AxHost.set_OcxState (System.Windows.Forms.State value) [0x00000] in <filename unknown>: 0
At (wrapper remoting-invoke-with-check) System.Windows.Forms.AxHost: set_OcxState (System.Windows.Forms.AxHost / State)
At GoldenNet.Principal.frmCopySecurity.InitializeComponent () [0x00000] in <filename unknown>: 0
At (wrapper remoting-invoke-with-check) GoldenNet.Principal.frmCopySecurity: InitializeComponent ()
At GoldenNet.Principal.frmCopySecurity.ctor () [0x00000] in <filename unknown>: 0
At (wrapper remoting-invoke-with-check) GoldenNet.Principal.frmCopySecurity: .ctor ()
At GoldenNet. Main.Respaldo.CrearRespaldo (System.String company, System.String & pTextoInfo, GoldenNet.Clases.clsTareaConfig & pTareaConfig) [0x00000] in <filename unknown>: 0
At GoldenNet.frmKey.InitiateApplication (Boolean blnIgnoreVarious) [0x00000] in <filename unknown>: 0
I do not know if I need something to install or if it is something of my configuration.
I have installed all the components that the program requires.
- Net Framework 2.0 Sp2
- CrystalReports for visual studio
- Foxpro ODBC Driver
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Error COM/ActiveX support is not implement Golden.Net)

Post by Bob Wya »

Hiya garvied,

Sorry but you are getting my "Golden Turkey" seasonal prize for a garbled post!
Plus one of my pet hates is forum users that don't bother to use the supplied:

Code: Select all

Code
tags... Use them for all console output and input - that you post inline. They make your posts readable - please use them!

Some basics are still required:
  • What Linux distribution are you using?
  • What version of Wine are you using?
    If it's not up-to-date (e.g. <1.8) - then you need to update your installed package - see WineHQ Downloads ...
  • What software application you trying to run (the website you linked to lists various pieces of software)?
    Please give the application name in Spanish - if the site you link to is Spanish only... (Google Translate won't deal with image-based links - with Spanish text...)
Ta
Bob
garvied
Newbie
Newbie
Posts: 3
Joined: Mon Dec 26, 2016 12:02 am

Re: Error COM/ActiveX support is not implement Golden.Net)

Post by garvied »

Thanks and sorry for the previous message.
The wine version is "wine-1.8.5 (Ubuntu 1.8.5-1ubuntu1)".
The linux distribution is "Ubuntu-Gnome 16.10 64 bits"
The program is called "Golden .Net", in case you need it you can download a demo version.
In www.goldensoft.com click on "Contabilidad" and on the page that opens click on "Descarga Demo"
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Error COM/ActiveX support is not implement Golden.Net)

Post by Bob Wya »

So I've tested the demo of Contabilidad (aka Golden .Net). I couldn't really get very far.

You would definately need a 32-bit Wineprefix (on a 64-bit OS) for your own testing - see WineHQ FAQ: 6.5.3 How do I create a 32 bit wineprefix on a 64 bit system? ...

I had to file a winetricks bug because winetricks is failing to install Microsoft Data Access Components 2.8 SP1 (winetricks mdac28).

The application launches but in a very disfunctional state. Most of the menus just generate error popup dialogue boxes...

So long story short, Contabilidad is probably not going to run well under Wine for the foreseeable future...

Bob
madewokherd
Level 4
Level 4
Posts: 149
Joined: Mon Jun 02, 2008 5:03 pm

Re: Error COM/ActiveX support is not implement Golden.Net)

Post by madewokherd »

I think .NET did not install correctly and Wine Mono is being used instead. I suggest starting with a new prefix and installing .NET using winetricks.
garvied
Newbie
Newbie
Posts: 3
Joined: Mon Dec 26, 2016 12:02 am

Re: Error COM/ActiveX support is not implement Golden.Net)

Post by garvied »

Thanks, I'll try with 32-bit Wineprefix.
Locked