Created
May 8, 2013 22:48
-
-
Save banshee/5544271 to your computer and use it in GitHub Desktop.
type provider on monotouch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Given this code: | |
open FSharp.Data | |
open System.Xml.Linq | |
type SomeSample = XmlProvider<"""<author name="Paul Feyerabend" born="1924" />"""> | |
I get: | |
Error FS3033: The type provider 'ProviderImplementation.XmlProvider' reported an error: Specified argument is neither a file, nor well-formed XML: Could not find a part of the path "/<author name="Paul Feyerabend" born="1924" />". (FS3033) (fslib) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment