I am trying to connect R to C# (vs 2008) on Win 7 64 bit by referencing to
STATCONNECTORCLNTLib;
StatConnectorCommonLib;
STATCONNECTORSRVLib;.
But no matter what I do I still get "Exception from HRESULT: 0×80040013" at the code line with Init(“R”).
I tried RAndFriends, 3 different versions, then I tried to install separately R and COM Server, rscproxy…nothing works.
A simple piece of code like this fails:
StatConnector rconn = new STATCONNECTORSRVLib.StatConnector();
rconn.Init("R");
Updates: When installing R version 2.13, the issue is back.. When installing RandFriends, latest version, on win 7, c# 2010, still not working.
Has anyone managed to connect R and C# in Windows 7?