This may or may not be the right forum to ask. So I have upgraded to Monodevelop 4.0.12 from an old version of Monodevelop. I think it was 2.xx. In the old version, everything works fine. In the new version, I get "unknown resolve error" at the
line
using MicrosoftResearch.Infer.Models;
in my IDE. All references to classes in there turn red. However, the strange thing is that I can compile and run my code. Anyone got the same problem ?
More information
- It seems I don't have the mentioned problem with references to classes in Infer.Runtime.dll but only with references to Infer.Compiler.dll
- When typing MicrosoftResearch.Infer. to get a list of autocompletions,
MicrosoftResearch.Infer.Models
is not shown. Other items in Infer.Runtime.dll are listed.