When I use the SqlEntityConnection Type Provider with Visual Studio 2015 RC (Visual FSharp 4.0 Preview 06-03-2015) I get a runtime error when I use a different Target Runtime than 4.0.
When running the project with 4.0 everything works as expected, but when I switch the Target Runtime to 3.1 I get a runtime error:
System.IO.FileNotFoundException was unhandled
Message: An unhandled exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
Additional information: Die Datei oder Assembly "tmp7234, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
Visual Studio 2013 with Target Runtime 3.1 doesn't crash (which uses v3.1\fsc.exe).