Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

FSharp Type Providers #1089

Closed
JohnDoeKyrgyz opened this issue Mar 30, 2014 · 4 comments
Closed

FSharp Type Providers #1089

JohnDoeKyrgyz opened this issue Mar 30, 2014 · 4 comments
Assignees
Milestone

Comments

@JohnDoeKyrgyz
Copy link

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

@mwtian-zz
Copy link
Contributor

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.

@davidebbo davidebbo added this to the S27 milestone Mar 31, 2014
@JohnDoeKyrgyz
Copy link
Author

Hello mtian

I have a simple repository:

https://github.com/JohnDoeKyrgyz/AzureTest

Which deploys to:

http://snotellisting.azurewebsites.net/

This should help you to reproduce the issue.

Thanks,
John Atwood

@mwtian-zz
Copy link
Contributor

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.

@mwtian-zz
Copy link
Contributor

The components are in production now. Thanks for the feedback!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants