문제

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

도움이 되었습니까?

해결책

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.
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top