Hey,
The message is only a result of trying to load the RODBC library, the line in question is
As an aside, we have implemented an interim workaround here by by kicking off a shell and running the script via r in command line batch mode. While this works it's clearly a very rigid solution and not particularly maintainable. This workaround isn't an option on our other projects (which have always worked) so finding some reasonable workaround is a must.
I suspect it relates to either version discrepancies in R.NET (though we have now tested on 1.5.15 and latest and both fail) or VS2013's implementation of IIS Express (although, we dont seem to have too much luck running in IIS locally either :( )
Tx
N
The message is only a result of trying to load the RODBC library, the line in question is
r.Evaluate("library(RODBC)");
I have run all the code in question directly in R without any issue . As an aside, we have implemented an interim workaround here by by kicking off a shell and running the script via r in command line batch mode. While this works it's clearly a very rigid solution and not particularly maintainable. This workaround isn't an option on our other projects (which have always worked) so finding some reasonable workaround is a must.
I suspect it relates to either version discrepancies in R.NET (though we have now tested on 1.5.15 and latest and both fail) or VS2013's implementation of IIS Express (although, we dont seem to have too much luck running in IIS locally either :( )
Tx
N