<?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 Re: Typescript Error Developing Your First PowerBI Visual in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Typescript-Error-Developing-Your-First-PowerBI-Visual/m-p/273076#M8224</link>
    <description>&lt;P&gt;visualPlugin.ts is auto-generated file. You can take a look at this file in ".tmp/precompile".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please clarify a name of class that implements IVisual interface?&lt;/P&gt;&lt;P&gt;Please note that the same class name &lt;STRONG&gt;must&lt;/STRONG&gt; be specified in &lt;STRONG&gt;visualClassName&lt;/STRONG&gt; property of pbiviz.json.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Oct 2017 07:14:52 GMT</pubDate>
    <dc:creator>v-viig</dc:creator>
    <dc:date>2017-10-09T07:14:52Z</dc:date>
    <item>
      <title>Typescript Error Developing Your First PowerBI Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Typescript-Error-Developing-Your-First-PowerBI-Visual/m-p/70245#M2313</link>
      <description>&lt;P&gt;Im new to Power BI and I have started doing the tutorials on Github called "Developing Your First Power BI Visual".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am just stuck on one issue at the moment, I have managed to fix some of the typescript errors &amp;nbsp;related to d3-typings by following the installation instructions on Github.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, I am still getting errors (see below) and I am not sure what to do next. Is this related to other external library that I am missing.&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="typescripterror.PNG" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/14376iC1798982CC60D860/image-size/large?v=v2&amp;amp;px=999" role="button" title="typescripterror.PNG" alt="typescripterror.PNG" /&gt;&lt;/span&gt;﻿&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eric&lt;/P&gt;</description>
      <pubDate>Wed, 21 Sep 2016 04:02:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Typescript-Error-Developing-Your-First-PowerBI-Visual/m-p/70245#M2313</guid>
      <dc:creator>magtuto</dc:creator>
      <dc:date>2016-09-21T04:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Typescript Error Developing Your First PowerBI Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Typescript-Error-Developing-Your-First-PowerBI-Visual/m-p/71181#M2360</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/14158"&gt;@magtuto﻿&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can run the project &lt;A href="https://github.com/Microsoft/PowerBI-visuals-sampleBarChart" target="_blank"&gt;Sample Bar Chart&lt;/A&gt;. According to the error message, you need to specify related .ts file in tsconfig.json by using the "files" property.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 03:50:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Typescript-Error-Developing-Your-First-PowerBI-Visual/m-p/71181#M2360</guid>
      <dc:creator>v-chuncz-msft</dc:creator>
      <dc:date>2016-09-23T03:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Typescript Error Developing Your First PowerBI Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Typescript-Error-Developing-Your-First-PowerBI-Visual/m-p/270713#M8213</link>
      <description>&lt;P&gt;How do you s&lt;SPAN&gt;pecify related .ts file in tsconfig.json by using the "files" property?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is the only error I have but I don't have that /visualPlugin.ts anywhere&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;TYPESCRIPT  /visualPlugin.ts : (8,147) Property 'Visual' does not exist on type 'typeof demo49B92E39CFB047F59CF0F0DEF084AE31'.&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2017 14:23:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Typescript-Error-Developing-Your-First-PowerBI-Visual/m-p/270713#M8213</guid>
      <dc:creator>surfersamu</dc:creator>
      <dc:date>2017-10-06T14:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Typescript Error Developing Your First PowerBI Visual</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Typescript-Error-Developing-Your-First-PowerBI-Visual/m-p/273076#M8224</link>
      <description>&lt;P&gt;visualPlugin.ts is auto-generated file. You can take a look at this file in ".tmp/precompile".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please clarify a name of class that implements IVisual interface?&lt;/P&gt;&lt;P&gt;Please note that the same class name &lt;STRONG&gt;must&lt;/STRONG&gt; be specified in &lt;STRONG&gt;visualClassName&lt;/STRONG&gt; property of pbiviz.json.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ignat Vilesov,&lt;/P&gt;&lt;P&gt;Software Engineer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Power BI Custom Visuals&lt;/P&gt;&lt;P&gt;&lt;A href="mailto:pbicvsupport@microsoft.com" target="_blank"&gt;&lt;SPAN&gt;pbicvsupport@microsoft.com&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Oct 2017 07:14:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Typescript-Error-Developing-Your-First-PowerBI-Visual/m-p/273076#M8224</guid>
      <dc:creator>v-viig</dc:creator>
      <dc:date>2017-10-09T07:14:52Z</dc:date>
    </item>
  </channel>
</rss>

