You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
After issue #1036 was fixed, I tried to deploy my site, which uses the WsdlTypeProvider. I get this error:
error FS3033: The type provider 'Microsoft.FSharp.Data.TypeProviders.DesignTime.DataProviders' reported an error: The .NET SDK 4.0 or 4.5 tools could not be found
Is there something that needs to be done to allow compiling code with type providers?
Thanks,
John Atwood
The text was updated successfully, but these errors were encountered:
Thanks for letting us know about the issue. Looks like we can make it work in Azure. If you want to make sure the exact issue is fixed, do you mind share a sample repo? Also, have you tried before to deploy you site in F# 3.0 using Microsoft.FSharp.Data.TypeProviders?
And if you really want it to work now, you may try to add nuget package FSharp.Data.TypeProviders to the references and see if it helps.
Thanks for the repo. It seems we did not include in Azure some Windows SDK Registry keys and SvcUtil.exe from Windows SDK, which is used by WsdlService. The fix should be out in a week or two.
After issue #1036 was fixed, I tried to deploy my site, which uses the WsdlTypeProvider. I get this error:
error FS3033: The type provider 'Microsoft.FSharp.Data.TypeProviders.DesignTime.DataProviders' reported an error: The .NET SDK 4.0 or 4.5 tools could not be found
Is there something that needs to be done to allow compiling code with type providers?
Thanks,
John Atwood
The text was updated successfully, but these errors were encountered: