Now I'm creating store app with pcl F# library and C# store project for 8.1. OS is 8.1 Preview and VS is VS2013 Preview.
I tried to use Rx from pcl F# library.I could reference Rx assemblies which are in the folder "C:\Program Files (x86)\Microsoft SDKs\Reactive Extensions\v2.0\Binaries.NETPortable\v4.5" successfully.
But I coudln't reference Rx classes from fs file. F# compiler complained "The namespace 'Reactive' is not defined" for "open System.Reactive",why?
I have to do something another? or I can't?
Any advices will be helpful.
Regards