Skip to main content

Hi, I'm trying to develop a new usercontrol with a datagridview and a toolbar and put it in a windows.

When I deploy on other machine the hell... 

I've deploied a small set of the acuthin client object so maybe I've missing something. I've seen that I'll need

- acutonet.dll

- varcallback.dll

- acutonet.tlb

I've tried to regasm acutonet.dll ( regasm /codebase /registered acutonet.dll) and this solved the "CoCreate Instance failed" but now I'm stuck with "LoadEntity" problem.

I've developed the dll with vs2013, on my machine I've 9.2.4 acuthin, but I'm runing on 7.2.2 acuthin version again 7.2.2 acurcl server linux.

Someone can help me?


#.net

Hi, I'm trying to develop a new usercontrol with a datagridview and a toolbar and put it in a windows.

When I deploy on other machine the hell... 

I've deploied a small set of the acuthin client object so maybe I've missing something. I've seen that I'll need

- acutonet.dll

- varcallback.dll

- acutonet.tlb

I've tried to regasm acutonet.dll ( regasm /codebase /registered acutonet.dll) and this solved the "CoCreate Instance failed" but now I'm stuck with "LoadEntity" problem.

I've developed the dll with vs2013, on my machine I've 9.2.4 acuthin, but I'm runing on 7.2.2 acuthin version again 7.2.2 acurcl server linux.

Someone can help me?


#.net

I’ve never seen that specific error but we recently began calling DLLs through Acuthin from a Linux server and I found I needed the following when distributing outside of my development machine.

From the AcuGT/bin directory I added the below files to the thin client install directory.

CLRControlModule.dll

AcuToNet.dll

RegAsm20Acu.exe (as admin run “regasm20acu.exe acutonet.dll”)

Marshal.exe (as admin run “marshal.exe /regserver”)

We use 9.1.2.1 acuthin/runcbl so we created a DLL in the 3.5 .Net framework to be compatible with netdefgen.exe.

The DLLs we call are not graphical and I’m not sure what using 7.2.2 changes with any of it but the above is what worked for us.


Hi, I'm trying to develop a new usercontrol with a datagridview and a toolbar and put it in a windows.

When I deploy on other machine the hell... 

I've deploied a small set of the acuthin client object so maybe I've missing something. I've seen that I'll need

- acutonet.dll

- varcallback.dll

- acutonet.tlb

I've tried to regasm acutonet.dll ( regasm /codebase /registered acutonet.dll) and this solved the "CoCreate Instance failed" but now I'm stuck with "LoadEntity" problem.

I've developed the dll with vs2013, on my machine I've 9.2.4 acuthin, but I'm runing on 7.2.2 acuthin version again 7.2.2 acurcl server linux.

Someone can help me?


#.net

The CLRControlModule.dll mentioned by cburlon7 is not in Version 7. This dll was developed so we could load .Net controls and use the Microsoft Common Language Runtime .. this was neccesary for many .Net controls as the def file may include a property referred to as STORED_OBJECT. If your .Net control has or uses these, you will not be able to use your .Net control with Version 7.