In C# ASP.NET
-------------
SessionMgr myMgr;
myMgr = new SessionMgr();
Throws an exception in my web app:
COM object with CLSID {07C125F2-0E5A-11D3-B339-00A0C9B04E87} is either not valid or not registered.
I did install CE8.5 assemblies on my web server. What installs this particular file?
-------------
SessionMgr myMgr;
myMgr = new SessionMgr();
Throws an exception in my web app:
COM object with CLSID {07C125F2-0E5A-11D3-B339-00A0C9B04E87} is either not valid or not registered.
I did install CE8.5 assemblies on my web server. What installs this particular file?