Home

F# compile error

In trying to run any of the F# samples I get:

'warning FS0082: There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "C:\ProgramData\LINQPad\Updates40\445\LINQPad.exe", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project. (Code=MSB3270)'

Now I only have F# compiler and F# for VS 2.0 on the system right now. Is this telling me that I need F# 3?

Comments

Sign In or Register to comment.