I am using System::Runtime::InteropServices::Marshal::GetActiveObject(MyApplication);
to initialize my Interop object. When I open two sessions of application and in second session, call the function of interop object, it throws following exception HRESULT 0x80010105:
Is there a way I can use interop object in two sessions separately ?
User contributions licensed under CC BY-SA 3.0