我正在尝试将 R 与 C# Web 应用程序接口。我尝试了许多提供的解决方案,但无法通过。我得到的错误是:HRESULT 异常:0x80040013
我遵循的步骤是:
- 为 windows xp(32 位)安装 R 2.15.1
- 安装 R_Scilab_DCOM3.0-1B5
- 在 R/R.15.1/library 中加载了 rscproxy_1.3-1 包
- 将系统变量路径设置为 C:/Program Files/R/R.15.1/bin
- 添加了3个COM引用-STATCONNECTORCLNTLib,StatConnectorCommonLib,STATCONNECTORSRVLib 代码:
私有 StatConnectorClass _statconnector = new STATCONNECTORSRVLib.StatConnectorClass(); _statconnector.Init("R");--> 行显示来自 HRESULT 的异常:0x80040013