New Post: Inside SQLCLR
I've implemented the HellowWorldFromR() method as well as several others but after I execute one from SQL Server one time and attempt a second execution, I get this error, presumably because I call...
View ArticleNew Post: REngine.CreateInstance
So, in a static method in a SQL CLR library, should we NOT call Dispose()?
View ArticleNew Post: REngine.CreateInstance
Well, I tried that and still ended up with the same old error: Msg 6522, Level 16, State 2, Line 32 A .NET Framework error occurred during execution of user-defined routine or aggregate...
View ArticleNew Post: REngine.CreateInstance
Update: I got it to run properly in SQL Server by ommitting the call to Dispose(). However, now I'm running up against the library apparently crashing after running for several minutes. Any thoughts?...
View ArticleNew Post: Inside SQLCLR
gksmithlcw wrote: I've implemented the HellowWorldFromR() method as well as several others but after I execute one from SQL Server one time and attempt a second execution, I get this error, presumably...
View ArticleNew Post: R.NET in ASP.NET application
Hi, I can run R from a Console App but from my ASP.NET app it now says this??? It used to also work... Cannot evaluate expression because the current thread is in a stack overflow state Help!?
View ArticleNew Post: R.NET in ASP.NET application
You'll need to provide suitable information to get help; some helpful guidelines can be found for instance at the page http://stackoverflow.com/help/how-to-ask
View ArticleNew Post: Inside SQLCLR
You'll need to provide more information, if possible of course. Why do you state "apparently crashing"?. If you have a stack trace or error message to report, please do so.
View ArticleNew Post: REngine.CreateInstance
This thread attracted my attention as I have a related problem with REngine engine = REngine.GetInstance(); Using the NuGet package manager with Visual Studio, I have installed R.Net.Community (v1.6.5)...
View ArticleNew Post: Different results while running a script in R and in C# with R.NET
Hi Everyone, I am having a problem that running the same script in C# gives me the different result when running the same script with the exactly the same data directly in R. Did anyone ever...
View ArticleNew Post: REngine.CreateInstance
grc2001, You use explicit rPath to set environment variables, but your process is 32 bits ("This 32-bit process failed to load the library R.dll" ) and you specify the path to 64 bits R ("string rPath...
View ArticleNew Post: A process serving application pool 'DefaultAppPool' suffered a...
Hello Everyone, I have spent the better portion of last 2 days trying to resolve this issue to no avail. I thought now would be a good time to look for help and hence i am here:Objective Trying to...
View ArticleCreated Unassigned: REngine.GetInstance fails [177]
Hi, I'm new to R but really would love to use it in my C# programs via RDotNet. I've added R.net via Manage NuGet Packages in VS2013 (RDotNet runtime Version v4.0.30319).Within Windows 7 I'm running...
View ArticleCommented Unassigned: REngine.GetInstance fails [177]
Hi, I'm new to R but really would love to use it in my C# programs via RDotNet. I've added R.net via Manage NuGet Packages in VS2013 (RDotNet runtime Version v4.0.30319).Within Windows 7 I'm running...
View ArticleCommented Unassigned: REngine.GetInstance fails [177]
Hi, I'm new to R but really would love to use it in my C# programs via RDotNet. I've added R.net via Manage NuGet Packages in VS2013 (RDotNet runtime Version v4.0.30319).Within Windows 7 I'm running...
View ArticleCreated Unassigned: R.NET Dataframe not handling POSIXlt properly [178]
HiOne of my R dataframe column is of type "POSIXlt". I am loading this R dataframe in R.NET's Dataframe object like following :In R (instance created using...
View ArticleCommented Unassigned: R.NET Dataframe not handling POSIXlt properly [178]
HiOne of my R dataframe column is of type "POSIXlt". I am loading this R dataframe in R.NET's Dataframe object like following :In R (instance created using...
View ArticleCommented Unassigned: REngine.GetInstance fails [177]
Hi, I'm new to R but really would love to use it in my C# programs via RDotNet. I've added R.net via Manage NuGet Packages in VS2013 (RDotNet runtime Version v4.0.30319).Within Windows 7 I'm running...
View ArticleCommented Unassigned: REngine.GetInstance fails [177]
Hi, I'm new to R but really would love to use it in my C# programs via RDotNet. I've added R.net via Manage NuGet Packages in VS2013 (RDotNet runtime Version v4.0.30319).Within Windows 7 I'm running...
View ArticleCommented Unassigned: REngine.GetInstance fails [177]
Hi, I'm new to R but really would love to use it in my C# programs via RDotNet. I've added R.net via Manage NuGet Packages in VS2013 (RDotNet runtime Version v4.0.30319).Within Windows 7 I'm running...
View Article