R.NET helps me a lot.
I get a ParseException at line "engine.EagerEvaluate(..)" of the example on the project's homepage when running the using()-Statement twice under ASP.NET. In a C# console application everything is fine.
If I do not terminate the ASP.NET Development Webserver after the exception occurred then already the first using()-Statement fails at the line given above.
Maybe some relation to Issue #Id 5?
Thanks a lot.
Comments: Initializing REngine twice is not supported due to the behavior of the R native engine, including with the latest. This is not possible to overcome without modifying the core R code.
I get a ParseException at line "engine.EagerEvaluate(..)" of the example on the project's homepage when running the using()-Statement twice under ASP.NET. In a C# console application everything is fine.
If I do not terminate the ASP.NET Development Webserver after the exception occurred then already the first using()-Statement fails at the line given above.
Maybe some relation to Issue #Id 5?
Thanks a lot.
Comments: Initializing REngine twice is not supported due to the behavior of the R native engine, including with the latest. This is not possible to overcome without modifying the core R code.