I am using MiniCSVTypeProvider provided in powerpack fsharp samples.
Unfortunately, he believes that the values provided are float, and mine are of different (different) formats. So I rewrote the MiniCsvType provider to always provide strings, leaving the parsing work to the caller.
But for some odd reason, after dereferencing the old DLL and including a link to the new DLL, it continued to provide float using the old type provider. I had to change assembly and class names to update VS.
Are there any other ways to undo / reset a former type provider so that VS takes this change into account?
source share