fsprojects / FsXaml

F# Tools for working with XAML Projects
http://fsprojects.github.io/FsXaml/
MIT License
171 stars 48 forks source link

Error from TypeProvider #44

Closed MangelMaxime closed 7 years ago

MangelMaxime commented 7 years ago

I got this error:

Could not load type 'FsXaml.XamlContainer' from assembly 'FsXaml.Wpf, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'.

I used the yo fsharp generator to start my project as a standalone project.

ReedCopsey commented 7 years ago

I'd make sure you're using the latest version (*2.1) of FsXaml. It sounds like you're using the older versions, but using new tooling (ie: FS Power Tools), which can cause erroneous errors to occur within VS.

Please see if upgrading to the latest nuget solves the issue.

MangelMaxime commented 7 years ago

Hum yes you are right I was using an old version.

I got another error on runtime but will try to figure it out with the samples :).

Tanks again.