Type reference error using F# interactive
问题 I have a solution consisting of 2 projects: Utilities - This project contains type MyMatlab and references a COM (TLP) reference Matlab Application (Version 7.11) Type Library LBM - This project contains function displayMyMatlab which uses the MyMatlab type from the Utilities project and thus this project references Utilities I create a fsx file containing: #r @".\bin\Release\LBM.dll" #r @".\bin\Release\Utilities.dll" LBM.displayMyMatlab() and I get following error: Microsoft (R) F# 2.0