f# - Why would the following errors occur in Xamarin Studio on OS X but not in Visual Studio? -
i'm trying understand why i'm getting following errors when running tests in xamarin studio 5.9.1 (build 3) on os x.
system.io.filenotfoundexception : not load file or assembly 'system.net.http, version=1.5.0.0, culture=neutral, publickeytoken=b03f5f7f11d50a3a' or 1 of dependencies.
system.typeloadexception : type load exception has occurred.
all projects build , same tests run fine in visual studio on windows using same solution.
i am seeing warning when building test project on os x, despite having installed , added reference.
all projects referencing myproject.fsproj must install nuget package microsoft.bcl.build. more information, see http://go.microsoft.com/fwlink/?linkid=317569.
i still don't know why xamarin behaves differently visual studio, root cause test project targeting .net 4.5 whereas main project targeting .net 4.0
thanks @7sharp9 help.
Comments
Post a Comment