This is strange, I am failing to reproduce. Both 4.4.1.0 and 4.4.3.0 are working correctly, given the corresponding redirects. I am testing using a Client-Server Application template with WebSharper/WebSharper.FSharp 4.2.9.256 and WebSharper.UI 4.2.5.115. What exact versions are you using?

By on 4/23/2018 11:43 PM ()

Just a note that I have managed to get the WebSharper 4.2 working. Things that helped - I've installed F# 4.1 into GAC (previously only had 4.0 - I'm still using VS 2015). That reduced the error message to:

Referenced assembly '...\packages\WebSharper.UI\lib\net461\WebSharper.UI.Templating.dll' has assembly level attribute 'Microsoft.FSharp.Core.CompilerServices.TypeProviderAssemblyAttribute' but no public type provider classes were found.

Then I figured out that this is actually a warning that is turned into error (I have project setting with Warnings level 5 and treat warnings as error). I figured out that this is compiler warning number FS3005 that I simply excluded from warnings in a project setting (--nowarn:3005).

By on 5/2/2018 8:58 AM ()

Hi Loïc,

I've used the same package versions that you mentioned. This project that is causing me trouble was upgraded from WebSharper 3.6.x.

I will try to reproduce it from template later as I couldn't get latest WebSharper templates to work with VS 2015 (they seem to stop supporting it).

Also I'm using paket instead of nuget and I will investigate later if that's a possible culprit.

By on 4/25/2018 3:16 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper