MicaelMor
MicaelMor
Hi, Thanks for the reply, yeah I had added "plug acceptJson" since I had previously used json with Saturn on a SAFE sample project and saw that the api in...
Hi, While I know Syncfusion SfDataGrid is already on the list figured I would share my findings. The only form of multi selection supported by SfDataGrid is SelectedItems which ofc...
Hi, Thanks for the update, I tried it with version 1.1.79 and 1.1.81 (retrieved using nuget), and I am getting the following error: > The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an...
Hi, Thanks for the update, I am now getting the following error > The type provider 'FSharp.Data.Sql.SqlTypeProvider' reported an error: Could not load file or assembly 'System.Data.OleDb, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'...
Hi, Thanks for the tip, hadn't thought about doing that, I have copied the "System.Data.OleDb.dll" to the specified folder (1.1.82 not the 1.1.79 originally mentioned), and I am now getting...
Hi, In that case, after copying the file named System.Data.OleDb.dll from the "system.data.oledb.4.7.0.nupkg\lib\net461\" into the specified 1.1.82 folder, the error that I am getting now is the following: > TypeLoadException:...
Hi, Thanks for the update, tried it along with the instructions you gave, and I am getting some errors when doing SubmitUpdates() on the dataContext. When using a database I...
Unfortunately it isn't a multiple connection error, or any occasional thing, I had already tried to close and reopen Visual Studio, along with creating a new project in a different...
Was able to finally do a bit more digging and it seems this might be an issue with the version 4.7 of System.Data.OleDb, since the error seems to be the...
Would like to add in case anyone comes and reads this, that using say `Range = "A2"`, does make it so that the table is read starting at `A2`, it...