Marvin Perez
Marvin Perez
### Description I'm getting this error when I execute "dotnet run" ``` Unhandled Exception: System.TypeLoadException: Could not load type 'System.Data.SqlClient.SqlConnection' from assembly 'System.Data.SqlClient, Version=4.2.0.0, Culture=neutra l, PublicKeyToken=b03f5f7f11d50a3a'. at FSharp.Data.Sql.Providers.MSSqlServerProvider.FSharp-Data-Sql-Common-ISqlProvider-CreateConnection(String connectionString)...
Hi, Thanks for updating the IBG version! Does anyone encounter a scenario where a client connection does not disconnect when you close the application? Then the next time I restart...
I'm using HtmlProvider to web scrape stock company news e.g. https://www.nasdaq.com/symbol/{STOCK_SYMBOL_HERE}/news-headlines but I'm getting an error in this line of code: ``` let [] stockNewsUrl = "https://www.nasdaq.com/symbol/AAPL/news-headlines" let news =...
Hi, This was particularly useful to what we need to do. We have a web app deployed in cloud as docker and wanted to interact with IB. My questions is...