问题描述
我在那里我使用R.NET一个asp.net应用程序。直到我用加载一个包,一切工作正常。
I have an asp.net app where I am using R.NET. Everything works fine until I load a package using
library()
当然,Web应用程序运行在IIS中,我得到这个错误
The web app of course runs in IIS and I get this error
错误:包或命名空间加载失败'格'。
虽然它加载和Rstudio运行完美。
Though it loads and works perfectly fine in Rstudio.
它的一些问题R.NET不与IIS的工作。
Its some problem of R.NET not working with IIS.
我一直在寻找周围,它已被标记为在。如果任何一个发现了这个错误一种变通方法我不知道。
I have been searching around and it has been marked as a Known Issue on https://rdotnet.codeplex.com/. I was wondering if any one has found a workaround for this error.
我通过描述非常类似你这样的问题。你可以读它,和它的同伴的网页。,并在这里报告,如果这能解决您的问题? (供其他读者备查)
The documentation page http://jmp75.github.io/rdotnet/ts_asp_dot_net/ describes a problem very similar to yours. Can you read it, and its companion page http://jmp75.github.io/rdotnet/tut_asp_dot_net/, and report here if this solves your issue? (for future reference by other readers)
这篇关于从asp.net访问R封装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!