See http://stackoverflow.com/questions/27612311/resizing-plots-generated-using-r-net-causes-application-to-crash
Comments: I also ran into this issue with a F# console application. The code works as expected when evaluated in the F# Interactive window, but crashes when attempting to zoom or resize the device window when the application is run. I've published some code that reproduces this issue on my machine here: https://rdnetwi153.codeplex.com/ Let me know if you need any other information. OS: Windows 8.1 .NET 4.5 R.NET.Community 1.5.20 DynamicInterop 0.7.2.0 Setup in VS2013: 1. New project (FSharp > Console Application) 2. NuGet -> Install-Package R.NET.Community
Comments: I also ran into this issue with a F# console application. The code works as expected when evaluated in the F# Interactive window, but crashes when attempting to zoom or resize the device window when the application is run. I've published some code that reproduces this issue on my machine here: https://rdnetwi153.codeplex.com/ Let me know if you need any other information. OS: Windows 8.1 .NET 4.5 R.NET.Community 1.5.20 DynamicInterop 0.7.2.0 Setup in VS2013: 1. New project (FSharp > Console Application) 2. NuGet -> Install-Package R.NET.Community