H
Henne
Hello,
in VB6 we werr able to make ActiveX-DLL's (In Process Components) and
ActiveX-Exe (Out Of Process Components).
Out Application is build of one main application that starts other
modules. These modules are ActiveX-Exe's. The main application
controls the modules via ActiveX.
We decided to use ActiveX-Exe because we want to run the modules in
separate processes. So when one module crashes the others are still
available.
Now we want to migrate to .NET.
How can I create a "Out of Process" component with .NET.
When I call a method of a .NET class library, these component always
runs in the same process as the calling application.
Any ideas?
Thanks in advance.
Best regards,
Ulrich Henne
in VB6 we werr able to make ActiveX-DLL's (In Process Components) and
ActiveX-Exe (Out Of Process Components).
Out Application is build of one main application that starts other
modules. These modules are ActiveX-Exe's. The main application
controls the modules via ActiveX.
We decided to use ActiveX-Exe because we want to run the modules in
separate processes. So when one module crashes the others are still
available.
Now we want to migrate to .NET.
How can I create a "Out of Process" component with .NET.
When I call a method of a .NET class library, these component always
runs in the same process as the calling application.
Any ideas?
Thanks in advance.
Best regards,
Ulrich Henne