Hi,
I am trying to use UCF.net for getting the JSessionID and UCF id. It works fine when we use .Net Framework 3.5. The moment i start using .Net Framework 4.0, It throws the error.
"InstallerTraceSource Critical: 100 An error occurred while verifying the application. A runtime has already been bound for legacy activation policy use."
Anybody has any idea about this?
Here is the code and added reference dll Emc.Documentum.FS.Runtime.Ucf.dll version 6.7.80.273
string url = "http://192.168.168.200:8080/emc-dfs66/services";
UcfConnection connection = new UcfConnection(new Uri(url + "/core"));
_jSessionId = connection.GetJsessionId();
_ucfId = connection.GetUcfId();