Hi
Is it possible to create a portable client side application without having to install in all machines client tools or .net sdk. Idealy would have all necessary dlls loaded in my project.
I thought I had gotten this working, however it stoped working with below error loading sessionmgr
Error Retrieving the COM class factory for component with CLSID {6670DE06-3F39-4C5D-9238-71FF984D265
4} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040
154 (REGDB_E_CLASSNOTREG)).
Thanks