<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Problem with Web.Page not found in Custom Data Connector in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Problem-with-Web-Page-not-found-in-Custom-Data-Connector/m-p/249466#M7738</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to follow some examples that I found about parsing the content of a web page into a custom connector, but it is giving me an error : "The name 'Web.Page' doesn't exist in the current context".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="webPage.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/59698iAD2DD00C76260578/image-size/large?v=v2&amp;amp;px=999" role="button" title="webPage.PNG" alt="webPage.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;// This file contains your Data Connector logic
section TestList;

[DataSource.Kind="TestList", Publish="TestList.Publish"]
shared TestList.Contents = () =&amp;gt;
  let

    executeReport = () =&amp;gt; 
    let
        urlReport = "localhost:8080/jsontest/",
        sourceReport = Web.Page(Web.Contents(urlReport,[ Headers =[ #"Accept" = "application/html"]]))
    in
        sourceReport
    in executeReport;&lt;/PRE&gt;&lt;P&gt;I'm using Visual Studio 2015, and the last version of the Power Query SDK (&lt;STRONG&gt;1.0.0.13&lt;/STRONG&gt;),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea of why I'm getting this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Mon, 11 Sep 2017 18:24:51 GMT</pubDate>
    <dc:creator>eramirez</dc:creator>
    <dc:date>2017-09-11T18:24:51Z</dc:date>
    <item>
      <title>Problem with Web.Page not found in Custom Data Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problem-with-Web-Page-not-found-in-Custom-Data-Connector/m-p/249466#M7738</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to follow some examples that I found about parsing the content of a web page into a custom connector, but it is giving me an error : "The name 'Web.Page' doesn't exist in the current context".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="webPage.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/59698iAD2DD00C76260578/image-size/large?v=v2&amp;amp;px=999" role="button" title="webPage.PNG" alt="webPage.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;// This file contains your Data Connector logic
section TestList;

[DataSource.Kind="TestList", Publish="TestList.Publish"]
shared TestList.Contents = () =&amp;gt;
  let

    executeReport = () =&amp;gt; 
    let
        urlReport = "localhost:8080/jsontest/",
        sourceReport = Web.Page(Web.Contents(urlReport,[ Headers =[ #"Accept" = "application/html"]]))
    in
        sourceReport
    in executeReport;&lt;/PRE&gt;&lt;P&gt;I'm using Visual Studio 2015, and the last version of the Power Query SDK (&lt;STRONG&gt;1.0.0.13&lt;/STRONG&gt;),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea of why I'm getting this error?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2017 18:24:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problem-with-Web-Page-not-found-in-Custom-Data-Connector/m-p/249466#M7738</guid>
      <dc:creator>eramirez</dc:creator>
      <dc:date>2017-09-11T18:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Web.Page not found in Custom Data Connector</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Problem-with-Web-Page-not-found-in-Custom-Data-Connector/m-p/250727#M7768</link>
      <description>&lt;P&gt;For any one who may have the same issue, this is confirmed as a known limitation. See &lt;A href="https://github.com/Microsoft/DataConnectors/issues/75" target="_self"&gt;this issue&lt;/A&gt; on Github.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2017 09:10:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Problem-with-Web-Page-not-found-in-Custom-Data-Connector/m-p/250727#M7768</guid>
      <dc:creator>Eric_Zhang</dc:creator>
      <dc:date>2017-09-13T09:10:30Z</dc:date>
    </item>
  </channel>
</rss>

