Hi,
Given the stacktrace, this is very likely because R.dll is not found, because is its directory is not in the PATH environmental variable. It sounds however like you started from the examples and would have picked up the need to update the PATH. Next thing to look at is if you are trying to load 32 bit R.dll from a 64 bit process or vice-versa.
I was thinking of looking at adding some code to R.NET to automate the discovery of this library location information. Base case is easy, but it is trickier than it sounds, because subject to a lot of potential odd machine specific behaviors. I'll have a look in a few days.
Given the stacktrace, this is very likely because R.dll is not found, because is its directory is not in the PATH environmental variable. It sounds however like you started from the examples and would have picked up the need to update the PATH. Next thing to look at is if you are trying to load 32 bit R.dll from a 64 bit process or vice-versa.
I was thinking of looking at adding some code to R.NET to automate the discovery of this library location information. Base case is easy, but it is trickier than it sounds, because subject to a lot of potential odd machine specific behaviors. I'll have a look in a few days.