fsprojects / zarchive-xamarin-monodevelop-fsharp-addin

(No longer Used) F# Editing Support In MonoDevelop and Xamarin Studio
Other
27 stars 22 forks source link

could not import MSBuildExtensionPath32 in Monodevelop #33

Closed 7sharp9 closed 9 years ago

7sharp9 commented 9 years ago

From @Pipsy on April 29, 2015 14:51

When I build a project in Monodevelop(Ubuntu 14.10) I get this message. Anybody an idea what is wrong? could not import MSBuildExtensionPath32....\F#\3.0\Framework\v4.0\Microsoft.Fsharp.Targets

Copied from original issue: fsharp/fsharpbinding#998

7sharp9 commented 9 years ago

From @knocte on April 29, 2015 14:52

what version of mono?

7sharp9 commented 9 years ago

From @Pipsy on April 29, 2015 14:55

Andres version 5.5 On 29 Apr 2015 16:52, "Andres G. Aragoneses" notifications@github.com wrote:

what version of mono?

— Reply to this email directly or view it on GitHub.

7sharp9 commented 9 years ago

From @knocte on April 29, 2015 14:56

I asked the version of mono, not the version of monodevelop :)

7sharp9 commented 9 years ago

From @Pipsy on April 29, 2015 15:29

3.2.8 On 29 Apr 2015 16:56, "Andres G. Aragoneses" notifications@github.com wrote:

I asked the version of mono, not the version of monodevelop :)

— Reply to this email directly or view it on GitHub https://github.com/fsharp/fsharpbinding/issues/998#issuecomment-97456385 .

7sharp9 commented 9 years ago

Is F# installed?

i.e. If you do fsharpi you should get F# interactive.

7sharp9 commented 9 years ago

From @Pipsy on April 29, 2015 15:36

Yes- David On 29 Apr 2015 17:33, "Dave Thomas" notifications@github.com wrote:

Is F# installed?

— Reply to this email directly or view it on GitHub https://github.com/fsharp/fsharpbinding/issues/998#issuecomment-97472102 .

7sharp9 commented 9 years ago

From @knocte on April 29, 2015 15:38

How did you install fsharp and mono?

7sharp9 commented 9 years ago

From @Pipsy on April 30, 2015 14:54

Andres; monodevelop 5.5, mono 3.2.8, gtk 2.24.27; I installed via Dash except f# language bindings via Tools, add_in manager. Gr Willem

7sharp9 commented 9 years ago

From @knocte on April 30, 2015 18:53

Do you have the package "mono-xbuild" installed?

7sharp9 commented 9 years ago

From @Pipsy on April 30, 2015 20:2

Yes, that is installed On 30 Apr 2015 20:53, "Andres G. Aragoneses" notifications@github.com wrote:

Do you have the package "mono-xbuild" installed?

— Reply to this email directly or view it on GitHub https://github.com/fsharp/fsharpbinding/issues/998#issuecomment-97925017 .

7sharp9 commented 9 years ago

This is an install issue with F# rather than a problem with the F# addin