Hi,
I need to make my C# .exe run out of process.
I am using Excel to test. At the moment, if i open two spreadsheets and run the code, they create two different instances of the object. I want the first one to create the object and the second one to be able to see the changes made by the first.
Is there something in the registry i must change or is it something in the build? Thanks
'VBA code
Dim loader As ExtremeLoadBalancer.COMInterface
Set loader = New ExtremeLoadBalancer.COMInterface
Dim objcont As ExtremeLoadBalancer.Controller
Set objcont = loader.controllerObj
I need to make my C# .exe run out of process.
I am using Excel to test. At the moment, if i open two spreadsheets and run the code, they create two different instances of the object. I want the first one to create the object and the second one to be able to see the changes made by the first.
Is there something in the registry i must change or is it something in the build? Thanks
'VBA code
Dim loader As ExtremeLoadBalancer.COMInterface
Set loader = New ExtremeLoadBalancer.COMInterface
Dim objcont As ExtremeLoadBalancer.Controller
Set objcont = loader.controllerObj