I have experienced a weird problem today. My application has been throwing Entity Framework exceptions, which were saying that database which I am trying to open has unmatched column. It was about column called “Order”, which exists in source code of a class which is wired with table. Yep – I have added that column […]
Problems
F# is unable to find external types
I have got a specific problem while making some exercises from “A Functional Architecture with F#”, a great F# course by Mark Seemann. After adding a controller (Controller.fs), a file with types (Rendition.fs) and using an external type inside controller, the compiler started to say that this external type is not defined. It looks good […]