Now I am building a store application with the F # pcl library and the C # repository project for 8.1. OS is 8.1 Preview, and VS is VS2013 Preview.
I tried using Rx from the pcl library of F #. I could reference the Rx assemblies that are in the folder "C: \ Program Files (x86) \ Microsoft SDK \ Reactive Extensions \ v2.0 \ Binaries.NETPortable \ v4.5" successfully.
But I do not agree with the Rx classes from the fs file. The F # compiler complained: "The namespace" Reactive "is not defined" for "open System.Reactive", why?
Should I do something else? or i can't?
Any advice would help.
Hi
source share