Question

I have an Fsharp fsx file that includes some external libraries. First this worked well. But recently, intelli sense support and error checking is completely failing using VS2012 update 3. I have PostSharp en ReSharper installed as well.

Any clues about what is going on. I have posted on Microsoft forums and filed bug reports, however, no response;-(

Was it helpful?

Solution

Here is how I solved similar issues in the past:

  • Make sure the #r directives are ordered according to the dependencies of the libraries on each other.
  • Do not use the #I directive; instead, write the path in each #r directive.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top