C# raise An exception of type 'System.MissingMethodException' from a F# library
问题 I made c# project using GeckoFx and I'm calling a f# function in a dll I made. The c# code which calls the function is: var myList = geckoWebBrowser1.ActiveNetworkChannelUrls; hist.Add(geckoWebBrowser1.Url.ToString()); resCoo = geckoWebBrowser1.Document.Cookie; myHTML = geckoWebBrowser1.Document.Body.OuterHtml; // gets the ISIN list from html table var myISINSt = HTMLFuncs.GetISINStocks(myHTML); and the exception is rised on the last row, and is: An exception of type 'System