Quantcast
Channel: R.NET
Viewing all articles
Browse latest Browse all 1634

Commented Unassigned: RDOTNET ISSUE IN ASP.NET [82]

$
0
0
Hi Team,

I am using Rdotnet code like this , While i am running 2 time or 3 time i am getting a parse error

GC.KeepAlive(REngine.SetDllDirectory(@"C:\Program Files\R\R-3.0.1\bin\i386"));
if (engine +""== "")
{
engine = REngine.CreateInstance("R", new[] { "-q" });
}
//}
engine.EagerEvaluate("setwd('D:/Rtest')");
engine.EagerEvaluate("source('code_Text_Cleansing_1.R')");
GC.KeepAlive(engine);
KeepAlive.Add(engine);
Comments: R.NET 1.4 is outdated, and this is the version you seem to use at most. Also search for ASP.NET in the discussion tab; this is a known issue, but with no fix identified or reported as yet.

Viewing all articles
Browse latest Browse all 1634

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>