when i call REngine.SetEnvironmentVariables(); it throws an error:
Windows Registry sub-key 'R' of key 'HKEY_LOCAL_MACHINE\SOFTWARE\R-core' was not found
but actually, there is such a key in this folder.
i can find such lists in my registry.
HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R\3.0.1
HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R64\3.0.1
anyone can help me with this?
thanks in advance.
Comments: @drp_prabhu : Thanks for reporting your workaround. I actually do not understand why this would make this work; R.NET itself is AnyCPU, and your application build with AnyCPU would start as a 64 bit process on a 64 bits platform. I take note in case someone else has similar issues as yours.
Windows Registry sub-key 'R' of key 'HKEY_LOCAL_MACHINE\SOFTWARE\R-core' was not found
but actually, there is such a key in this folder.
i can find such lists in my registry.
HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R\3.0.1
HKEY_LOCAL_MACHINE\SOFTWARE\R-core\R64\3.0.1
anyone can help me with this?
thanks in advance.
Comments: @drp_prabhu : Thanks for reporting your workaround. I actually do not understand why this would make this work; R.NET itself is AnyCPU, and your application build with AnyCPU would start as a 64 bit process on a 64 bits platform. I take note in case someone else has similar issues as yours.