Pregunta

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;-(

¿Fue útil?

Solución

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.
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top