<?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: C# Engine Plugin with HTML GUI in Dev Space</title>
    <link>https://community.alteryx.com/t5/Dev-Space/C-Engine-Plugin-with-HTML-GUI/m-p/181768#M479</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/21782"&gt;@tlarsen7572&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;yes, it is definitely possible, you just need to point to entry point in correct format as follows:&lt;/P&gt;&lt;PRE&gt;EngineDllEntryPoint=".Net:&amp;lt;name_space&amp;gt;.&amp;lt;class_name&amp;gt;"&lt;/PRE&gt;&lt;P&gt;Eg.:&lt;/P&gt;&lt;PRE&gt;&amp;lt;EngineSettings EngineDll="ConnectTools.dll" EngineDllEntryPoint=".Net:ConnectTools.ConnectJSONBuilderEngine"  SDKVersion="10.1" /&amp;gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 10 Jul 2018 20:36:34 GMT</pubDate>
    <dc:creator>PetrT</dc:creator>
    <dc:date>2018-07-10T20:36:34Z</dc:date>
    <item>
      <title>C# Engine Plugin with HTML GUI</title>
      <link>https://community.alteryx.com/t5/Dev-Space/C-Engine-Plugin-with-HTML-GUI/m-p/181746#M478</link>
      <description>&lt;P&gt;Is it possible to pair an engine plugin made with C# with a GUI made in HTML?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a C# class embedded in a DLL which implements&amp;nbsp;AlteryxRecordInfoNet.INetPlugin.&amp;nbsp; I copied that DLL to the Alteryx plugins folder.&amp;nbsp; Then I created a Config XML file to point to the DLL and class:&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0"?&amp;gt;
&amp;lt;AlteryxJavaScriptPlugin&amp;gt;
  &amp;lt;EngineSettings EngineDll="MyPlugin.dll" EngineDllEntryPoint="MyClass" SDKVersion="10.1" /&amp;gt;
  &amp;lt;GuiSettings Html="SsasImporter.html" Icon="RegexExtractIcon.png" Help="" SDKVersion="10.1"&amp;gt;&lt;/PRE&gt;&lt;P&gt;Alteryx is able to find the DLL, but it cannot find the class within the DLL.&amp;nbsp; I get an error message saying: 'The entry point "MyClass" could not be found in the plugin "MyPlugin.dll"'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to mix and match the SDKs like this?&amp;nbsp;&amp;nbsp;Is there some way for the HTML GUI SDK to tell Alteryx that the engine DLL is a .NET class?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 20:15:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/C-Engine-Plugin-with-HTML-GUI/m-p/181746#M478</guid>
      <dc:creator>tlarsen7572</dc:creator>
      <dc:date>2018-07-10T20:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: C# Engine Plugin with HTML GUI</title>
      <link>https://community.alteryx.com/t5/Dev-Space/C-Engine-Plugin-with-HTML-GUI/m-p/181768#M479</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/21782"&gt;@tlarsen7572&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;yes, it is definitely possible, you just need to point to entry point in correct format as follows:&lt;/P&gt;&lt;PRE&gt;EngineDllEntryPoint=".Net:&amp;lt;name_space&amp;gt;.&amp;lt;class_name&amp;gt;"&lt;/PRE&gt;&lt;P&gt;Eg.:&lt;/P&gt;&lt;PRE&gt;&amp;lt;EngineSettings EngineDll="ConnectTools.dll" EngineDllEntryPoint=".Net:ConnectTools.ConnectJSONBuilderEngine"  SDKVersion="10.1" /&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Jul 2018 20:36:34 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/C-Engine-Plugin-with-HTML-GUI/m-p/181768#M479</guid>
      <dc:creator>PetrT</dc:creator>
      <dc:date>2018-07-10T20:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: C# Engine Plugin with HTML GUI</title>
      <link>https://community.alteryx.com/t5/Dev-Space/C-Engine-Plugin-with-HTML-GUI/m-p/181831#M480</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/13353"&gt;@PetrT&lt;/a&gt;!&amp;nbsp; It is working beautifully now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's great that you guys provide so many options for building the engine components.&amp;nbsp; We get to choose the best technology for our particular needs rather than having to squeeze a square peg into a round hole...&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 23:11:24 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Dev-Space/C-Engine-Plugin-with-HTML-GUI/m-p/181831#M480</guid>
      <dc:creator>tlarsen7572</dc:creator>
      <dc:date>2018-07-10T23:11:24Z</dc:date>
    </item>
  </channel>
</rss>

