<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>FSharp3Sample Issue Tracker Rss Feed</title><link>http://fsharp3sample.codeplex.com/workitem/list/basic</link><description>FSharp3Sample Issue Tracker Rss Description</description><item><title>Closed Issue: Missing files in source code [2772]</title><link>http://fsharp3sample.codeplex.com/workitem/2772</link><description>SampleProviders&amp;#47;Sample.Csv Missing&amp;#58;&lt;br /&gt;&amp;#42; Csv.DesignTime.fsproj&lt;br /&gt;&amp;#42; DefaultVersionAttrivute.fs&lt;br /&gt;&amp;#42; There are also source safe &amp;#40;.vssscc&amp;#41; files that mess up the project.&lt;br /&gt;&lt;br /&gt;SampleProviders&amp;#47;Sample.MiniCsvProvider Missing&amp;#58;&lt;br /&gt;&amp;#42; ProvidedTypes-0.2.fsi&lt;br /&gt;&amp;#42; ProvidedTypes-0.2.fs&lt;br /&gt;Comments: I've updated Samples.Csv to address the issue you reported (and apply a bug fix)</description><author>kvb</author><pubDate>Fri, 15 Mar 2013 21:22:18 GMT</pubDate><guid isPermaLink="false">Closed Issue: Missing files in source code [2772] 20130315092218P</guid></item><item><title>Created Issue: Missing files in source code [2772]</title><link>http://fsharp3sample.codeplex.com/workitem/2772</link><description>SampleProviders&amp;#47;Sample.Csv Missing&amp;#58;&lt;br /&gt;&amp;#42; Csv.DesignTime.fsproj&lt;br /&gt;&amp;#42; DefaultVersionAttrivute.fs&lt;br /&gt;&amp;#42; There are also source safe &amp;#40;.vssscc&amp;#41; files that mess up the project.&lt;br /&gt;&lt;br /&gt;SampleProviders&amp;#47;Sample.MiniCsvProvider Missing&amp;#58;&lt;br /&gt;&amp;#42; ProvidedTypes-0.2.fsi&lt;br /&gt;&amp;#42; ProvidedTypes-0.2.fs&lt;br /&gt;</description><author>Cyberider</author><pubDate>Fri, 08 Feb 2013 00:26:01 GMT</pubDate><guid isPermaLink="false">Created Issue: Missing files in source code [2772] 20130208122601A</guid></item><item><title>Created Issue: ResxFile Type Provider missing [2771]</title><link>http://fsharp3sample.codeplex.com/workitem/2771</link><description>The resource file access code in Samples.DataAccess.SQL.fs is commented out and the ResxFile type provider appears to no longer exist&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;&amp;#47;&amp;#47;type T &amp;#61; Microsoft.FSharp.Data.TypeProviders.ResxFile&amp;#38;lt&amp;#59; &amp;#64;&amp;#38;quot&amp;#59;Support_Resource.resx&amp;#38;quot&amp;#59; &amp;#38;gt&amp;#59;&lt;br /&gt;&amp;#47;&amp;#47;&lt;br /&gt;&amp;#47;&amp;#47;&amp;#91;&amp;#93;&lt;br /&gt;&amp;#47;&amp;#47;let typeResxProviderTest&amp;#40;&amp;#41; &amp;#61; &lt;br /&gt;&amp;#47;&amp;#47;    let string1 &amp;#61; T.Support_Resource.String1&lt;br /&gt;&amp;#47;&amp;#47;    let string2 &amp;#61; T.Support_Resource.String2&lt;br /&gt;&amp;#47;&amp;#47;    printfn &amp;#38;quot&amp;#59;string1 from resource is &amp;#37;s&amp;#38;quot&amp;#59; string1&lt;br /&gt;&amp;#47;&amp;#47;    printfn &amp;#38;quot&amp;#59;string2 from resource is &amp;#37;s&amp;#38;quot&amp;#59; string2&lt;br /&gt;&amp;#96;&amp;#96;&amp;#96;&lt;br /&gt;</description><author>ptrelford</author><pubDate>Tue, 05 Feb 2013 09:57:31 GMT</pubDate><guid isPermaLink="false">Created Issue: ResxFile Type Provider missing [2771] 20130205095731A</guid></item><item><title>Commented Issue: TypeProvider.OData.Sample0 : issue with azure marketplace authentication [2654]</title><link>http://fsharp3sample.codeplex.com/workitem/2654</link><description>Following, I think, the instructions in the readme.html of the March 2012 download, I get an authorization exception on the following query. I am unfamiliar with ADM security model. ADM_USER_ID is clearly indicated as the user&amp;#39;s email&amp;#59; ADM_ACCOUNT_ID is less clear. Is it the &amp;#34;Customer ID&amp;#34;, or the &amp;#34;Primary Account Key&amp;#34;. Instructions could be clearer. Probably self-explanatory for most seasoned ADM users, but not obvious to others what to do to get the sample working.&lt;br /&gt;&lt;br /&gt;    query &amp;#123;&lt;br /&gt;        for n in travelInfo.BritishEmbassiesAndHighCommissions do &lt;br /&gt;        select n&lt;br /&gt;        take 2&lt;br /&gt;    &amp;#125;&amp;#124;&amp;#62; Seq.iter &amp;#40;fun n -&amp;#62; printfn &amp;#34;&amp;#37;s&amp;#92;n&amp;#34; n.Address&amp;#41;&lt;br /&gt;&lt;br /&gt;using &amp;#34;Customer ID&amp;#34;&amp;#58;&lt;br /&gt;  InnerException&amp;#58; System.Data.Services.Client.DataServiceClientException&lt;br /&gt;       HResult&amp;#61;-2146233079&lt;br /&gt;       Message&amp;#61;The authorization type you provided is not supported.  Only Basic and OAuth are supported&lt;br /&gt;&lt;br /&gt;using &amp;#34;Primary Account Key&amp;#34;&amp;#58;&lt;br /&gt;&amp;#60;h2&amp;#62;403 - Forbidden&amp;#58; Access is denied.&amp;#60;&amp;#47;h2&amp;#62;&lt;br /&gt;  &amp;#60;h3&amp;#62;You do not have permission to view this directory or page using the credentials that you supplied.&amp;#60;&amp;#47;h3&amp;#62;&lt;br /&gt;Comments: ** Comment from web user: jperraud ** &lt;p&gt;For information, after a bit of trial and error&amp;#58;&lt;br /&gt;- One needs to use his&amp;#47;her &amp;#34;Primary Account Key&amp;#34; for the ADM_ACCOUNT_ID&lt;br /&gt;- You need to subscribe to the &amp;#34;UK Foreign and Commonwealth Office Travel Advisory Service&amp;#34; data.&lt;/p&gt;&lt;p&gt;And then the sample works.&lt;br /&gt;&lt;/p&gt;</description><author>jperraud</author><pubDate>Thu, 30 Aug 2012 00:47:48 GMT</pubDate><guid isPermaLink="false">Commented Issue: TypeProvider.OData.Sample0 : issue with azure marketplace authentication [2654] 20120830124748A</guid></item><item><title>Created Issue: TypeProvider.OData.Sample0 : issue with azure marketplace authentication [2654]</title><link>http://fsharp3sample.codeplex.com/workitem/2654</link><description>Following, I think, the instructions in the readme.html of the March 2012 download, I get an authorization exception on the following query. I am unfamiliar with ADM security model. ADM_USER_ID is clearly indicated as the user&amp;#39;s email&amp;#59; ADM_ACCOUNT_ID is less clear. Is it the &amp;#34;Customer ID&amp;#34;, or the &amp;#34;Primary Account Key&amp;#34;. Instructions could be clearer. Probably self-explanatory for most seasoned ADM users, but not obvious to others what to do to get the sample working.&lt;br /&gt;&lt;br /&gt;    query &amp;#123;&lt;br /&gt;        for n in travelInfo.BritishEmbassiesAndHighCommissions do &lt;br /&gt;        select n&lt;br /&gt;        take 2&lt;br /&gt;    &amp;#125;&amp;#124;&amp;#62; Seq.iter &amp;#40;fun n -&amp;#62; printfn &amp;#34;&amp;#37;s&amp;#92;n&amp;#34; n.Address&amp;#41;&lt;br /&gt;&lt;br /&gt;using &amp;#34;Customer ID&amp;#34;&amp;#58;&lt;br /&gt;  InnerException&amp;#58; System.Data.Services.Client.DataServiceClientException&lt;br /&gt;       HResult&amp;#61;-2146233079&lt;br /&gt;       Message&amp;#61;The authorization type you provided is not supported.  Only Basic and OAuth are supported&lt;br /&gt;&lt;br /&gt;using &amp;#34;Primary Account Key&amp;#34;&amp;#58;&lt;br /&gt;&amp;#60;h2&amp;#62;403 - Forbidden&amp;#58; Access is denied.&amp;#60;&amp;#47;h2&amp;#62;&lt;br /&gt;  &amp;#60;h3&amp;#62;You do not have permission to view this directory or page using the credentials that you supplied.&amp;#60;&amp;#47;h3&amp;#62;&lt;br /&gt;</description><author>jperraud</author><pubDate>Thu, 30 Aug 2012 00:35:26 GMT</pubDate><guid isPermaLink="false">Created Issue: TypeProvider.OData.Sample0 : issue with azure marketplace authentication [2654] 20120830123526A</guid></item><item><title>Commented Issue: SampleProject does not build straight "out of the box" [2653]</title><link>http://fsharp3sample.codeplex.com/workitem/2653</link><description>Below are the errors when I launch a build of SampleProject in VS2012 I get. That occurs after creating the sample DB, and changing the sa password in Samples.DataAccess.SQL.fs to the one of my SQL server express.&lt;br /&gt;BTW, in spite of this issue, looking forward to explore F&amp;#35; 3.0&amp;#33; Great work.&lt;br /&gt;&lt;br /&gt;Error&amp;#9;1&amp;#9;The provided types generated by this use of a type provider may not be used from other F&amp;#35; assemblies and should be marked internal or private. Consider using &amp;#39;type internal TypeName &amp;#61; ...&amp;#39; or &amp;#39;type private TypeName &amp;#61; ...&amp;#39;.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;110&amp;#9;6&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;2&amp;#9;The field, constructor or member &amp;#39;GetHttpTempConvertSoapClient&amp;#39; is not defined&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;131&amp;#9;17&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;3&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;132&amp;#9;13&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;4&amp;#9;The field, constructor or member &amp;#39;GetHttpGeocodeServiceClient&amp;#39; is not defined&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;150&amp;#9;36&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;5&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;156&amp;#9;20&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;6&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;157&amp;#9;16&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;7&amp;#9;The operator &amp;#39;expr.&amp;#91;idx&amp;#93;&amp;#39; has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;157&amp;#9;16&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;8&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;160&amp;#9;21&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;9&amp;#9;The operator &amp;#39;expr.&amp;#91;idx&amp;#93;&amp;#39; has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;161&amp;#9;16&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;10&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;161&amp;#9;16&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;11&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;164&amp;#9;60&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;12&amp;#9;The operator &amp;#39;expr.&amp;#91;idx&amp;#93;&amp;#39; has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;164&amp;#9;60&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;13&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;165&amp;#9;61&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;14&amp;#9;The operator &amp;#39;expr.&amp;#91;idx&amp;#93;&amp;#39; has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;165&amp;#9;61&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;15&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;167&amp;#9;58&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;16&amp;#9;The operator &amp;#39;expr.&amp;#91;idx&amp;#93;&amp;#39; has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;167&amp;#9;58&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;17&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;168&amp;#9;59&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;18&amp;#9;The operator &amp;#39;expr.&amp;#91;idx&amp;#93;&amp;#39; has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;168&amp;#9;59&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;19&amp;#9;The field, constructor or member &amp;#39;GetHttpRouteServiceClient&amp;#39; is not defined&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;173&amp;#9;59&amp;#9;SampleProject&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For information, environment is&amp;#58;&lt;br /&gt;Microsoft Visual Studio Professional 2012  Version 11.0.50727.1 RTMREL&lt;br /&gt;Microsoft .NET Framework Version 4.5.50709&lt;br /&gt;Microsoft SQL Server Express Edition &amp;#40;64-bit&amp;#41;&lt;br /&gt;Microsoft SQL Server Management Studio&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;10.50.3720.0&lt;br /&gt;Microsoft Data Access Components &amp;#40;MDAC&amp;#41;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;6.1.7601.17514&lt;br /&gt;Microsoft MSXML&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;3.0 4.0 5.0 6.0 &lt;br /&gt;Microsoft Internet Explorer&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;8.0.7601.17514&lt;br /&gt;Microsoft .NET Framework&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;2.0.50727.5456&lt;br /&gt;Operating System&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;6.1.7601&lt;br /&gt;Comments: ** Comment from web user: jperraud ** &lt;p&gt;This is easily fixed by following the compiler error suggestions, and figuring out by code completion the new names of the methods GetHttpGeocodeServiceClient. Probably already fixed in the versioned source code.&lt;/p&gt;</description><author>jperraud</author><pubDate>Thu, 30 Aug 2012 00:23:36 GMT</pubDate><guid isPermaLink="false">Commented Issue: SampleProject does not build straight "out of the box" [2653] 20120830122336A</guid></item><item><title>Created Issue: SampleProject does not build straight "out of the box" [2653]</title><link>http://fsharp3sample.codeplex.com/workitem/2653</link><description>Below are the errors when I launch a build of SampleProject in VS2012 I get. That occurs after creating the sample DB, and changing the sa password in Samples.DataAccess.SQL.fs to the one of my SQL server express.&lt;br /&gt;BTW, in spite of this issue, looking forward to explore F&amp;#35; 3.0&amp;#33; Great work.&lt;br /&gt;&lt;br /&gt;Error&amp;#9;1&amp;#9;The provided types generated by this use of a type provider may not be used from other F&amp;#35; assemblies and should be marked internal or private. Consider using &amp;#39;type internal TypeName &amp;#61; ...&amp;#39; or &amp;#39;type private TypeName &amp;#61; ...&amp;#39;.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;110&amp;#9;6&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;2&amp;#9;The field, constructor or member &amp;#39;GetHttpTempConvertSoapClient&amp;#39; is not defined&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;131&amp;#9;17&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;3&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;132&amp;#9;13&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;4&amp;#9;The field, constructor or member &amp;#39;GetHttpGeocodeServiceClient&amp;#39; is not defined&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;150&amp;#9;36&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;5&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;156&amp;#9;20&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;6&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;157&amp;#9;16&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;7&amp;#9;The operator &amp;#39;expr.&amp;#91;idx&amp;#93;&amp;#39; has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;157&amp;#9;16&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;8&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;160&amp;#9;21&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;9&amp;#9;The operator &amp;#39;expr.&amp;#91;idx&amp;#93;&amp;#39; has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;161&amp;#9;16&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;10&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;161&amp;#9;16&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;11&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;164&amp;#9;60&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;12&amp;#9;The operator &amp;#39;expr.&amp;#91;idx&amp;#93;&amp;#39; has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;164&amp;#9;60&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;13&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;165&amp;#9;61&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;14&amp;#9;The operator &amp;#39;expr.&amp;#91;idx&amp;#93;&amp;#39; has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;165&amp;#9;61&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;15&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;167&amp;#9;58&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;16&amp;#9;The operator &amp;#39;expr.&amp;#91;idx&amp;#93;&amp;#39; has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;167&amp;#9;58&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;17&amp;#9;Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;168&amp;#9;59&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;18&amp;#9;The operator &amp;#39;expr.&amp;#91;idx&amp;#93;&amp;#39; has been used on an object of indeterminate type based on information prior to this program point. Consider adding further type constraints&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;168&amp;#9;59&amp;#9;SampleProject&lt;br /&gt;Error&amp;#9;19&amp;#9;The field, constructor or member &amp;#39;GetHttpRouteServiceClient&amp;#39; is not defined&amp;#9;C&amp;#58;&amp;#92;src&amp;#92;FSharp3Sample&amp;#92;SampleProject&amp;#92;Samples.DataAccess.SQL.fs&amp;#9;173&amp;#9;59&amp;#9;SampleProject&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For information, environment is&amp;#58;&lt;br /&gt;Microsoft Visual Studio Professional 2012  Version 11.0.50727.1 RTMREL&lt;br /&gt;Microsoft .NET Framework Version 4.5.50709&lt;br /&gt;Microsoft SQL Server Express Edition &amp;#40;64-bit&amp;#41;&lt;br /&gt;Microsoft SQL Server Management Studio&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;10.50.3720.0&lt;br /&gt;Microsoft Data Access Components &amp;#40;MDAC&amp;#41;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;6.1.7601.17514&lt;br /&gt;Microsoft MSXML&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;3.0 4.0 5.0 6.0 &lt;br /&gt;Microsoft Internet Explorer&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;8.0.7601.17514&lt;br /&gt;Microsoft .NET Framework&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;2.0.50727.5456&lt;br /&gt;Operating System&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;&amp;#9;6.1.7601&lt;br /&gt;</description><author>jperraud</author><pubDate>Wed, 29 Aug 2012 07:45:49 GMT</pubDate><guid isPermaLink="false">Created Issue: SampleProject does not build straight "out of the box" [2653] 20120829074549A</guid></item><item><title>Commented Issue: C# extension method page code [2648]</title><link>http://fsharp3sample.codeplex.com/workitem/2648</link><description>It seems there&amp;#39;s a formatting issue with the code on http&amp;#58;&amp;#47;&amp;#47;fsharp3sample.codeplex.com&amp;#47;wikipage&amp;#63;title&amp;#61;Define&amp;#37;20C&lt;br /&gt;Comments: ** Comment from web user: ttliu2000 ** &lt;p&gt;Thank you&amp;#33; it is fixed.&lt;/p&gt;</description><author>ttliu2000</author><pubDate>Thu, 23 Aug 2012 18:17:29 GMT</pubDate><guid isPermaLink="false">Commented Issue: C# extension method page code [2648] 20120823061729P</guid></item><item><title>Created Issue: C# extension method page code [2648]</title><link>http://fsharp3sample.codeplex.com/workitem/2648</link><description>It seems there&amp;#39;s a formatting issue with the code on http&amp;#58;&amp;#47;&amp;#47;fsharp3sample.codeplex.com&amp;#47;wikipage&amp;#63;title&amp;#61;Define&amp;#37;20C&lt;br /&gt;</description><author>mausch</author><pubDate>Thu, 16 Aug 2012 01:18:32 GMT</pubDate><guid isPermaLink="false">Created Issue: C# extension method page code [2648] 20120816011832A</guid></item><item><title>Commented Issue: Bing Service Developer Account Link is Incorrect [2355]</title><link>http://fsharp3sample.codeplex.com/workitem/2355</link><description>readme.htm and SupportiveHelper.fs show incorrect URL for signing up for Bing service developer account &amp;#40;shows https&amp;#58;&amp;#47;&amp;#47;www.bingmapsportal.com&amp;#47;application&amp;#47;index&amp;#47;1034110&amp;#41;.&lt;br /&gt;&lt;br /&gt;Should refer user to http&amp;#58;&amp;#47;&amp;#47;bingmapsportal.com and notify user to create a new account, then create a new app key for the samples application.&lt;br /&gt;Comments: ** Comment from web user: Jackhu ** &lt;p&gt;here is the right link http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;gg605201.aspx, i will update the source&lt;/p&gt;</description><author>Jackhu</author><pubDate>Sun, 18 Sep 2011 21:52:46 GMT</pubDate><guid isPermaLink="false">Commented Issue: Bing Service Developer Account Link is Incorrect [2355] 20110918095246P</guid></item><item><title>Created Issue: Bing Service Developer Account Link is Incorrect [2355]</title><link>http://fsharp3sample.codeplex.com/workitem/2355</link><description>readme.htm and SupportiveHelper.fs show incorrect URL for signing up for Bing service developer account &amp;#40;shows https&amp;#58;&amp;#47;&amp;#47;www.bingmapsportal.com&amp;#47;application&amp;#47;index&amp;#47;1034110&amp;#41;.&lt;br /&gt;&lt;br /&gt;Should refer user to http&amp;#58;&amp;#47;&amp;#47;bingmapsportal.com and notify user to create a new account, then create a new app key for the samples application.&lt;br /&gt;</description><author>tonehog45701</author><pubDate>Fri, 16 Sep 2011 06:59:54 GMT</pubDate><guid isPermaLink="false">Created Issue: Bing Service Developer Account Link is Incorrect [2355] 20110916065954A</guid></item></channel></rss>