How do I resolve this build error please? (Am getting it on updating my C# project to use .Net 4.0)
The type ‘System.IObservable exists in both ‘c:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework\v4.0\mscorlib.dll’ and ‘c:\Program Files (x86)\Microsoft Reactive Extensions\Redist\DesktopV2\System.Observable.dll’
Also, I did also use nuget to install Rx 2.2.5 version.But I dont see Sysem.Observable.dll in its packages directory.Please advise.