<?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: Migrating addins from EG 4.1 to EG 7.1 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Migrating-addins-from-EG-4-1-to-EG-7-1/m-p/377064#M24502</link>
    <description>&lt;P&gt;Thanks for helping me with this Chris.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The link you sent was very useful, so I am adding it here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="SAS Custom Tasks" href="http://support.sas.com/documentation/onlinedoc/guide/customtasks/" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/guide/customtasks/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also the video you sent on:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2015/06/11/creating-custom-tasks-for-sas-enterprise-guide-expert/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/2015/06/11/creating-custom-tasks-for-sas-enterprise-guide-expert/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the information about the SAS.Tasks.Toolkit dll takes a good bit of the hard work out of task creation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adrian.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Jul 2017 16:26:58 GMT</pubDate>
    <dc:creator>AMK</dc:creator>
    <dc:date>2017-07-18T16:26:58Z</dc:date>
    <item>
      <title>Migrating addins from EG 4.1 to EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Migrating-addins-from-EG-4-1-to-EG-7-1/m-p/374915#M24393</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we are migrating to SAS 9.4/Enterprise Guide 7.1 from SAS 9.1/EG 4.1 and we have a good few addins that need to migrate. EG7 picked up on the addins from EG4, but unfortunately none of them run when I try to use them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The addins were all developed in .Net 1.1, and I have tried compiling them in .Net 4, and inserting them with the add-in manager, but it didn't seem to work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have included&amp;nbsp;an example below&amp;nbsp;of&amp;nbsp;an application error that I get, but the summary message is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Could not load file or assembly 'file:///C:\Program Files\SASHome\SASEnterpriseGuide\7.1\SAS.Shared.AddIns.Bridge.dll' or one of its dependencies. The system cannot find the file specified.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I did check the support site, but I could not find documentation on migrating addins. However there is so much documentation it can be difficult to find anything.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there an easy way to migrate them, or failing that, is there a guide somewhere to migrating them?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Adrian.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;nbsp;
Problem report created: 11 July 2017 12:03:19 UTC
Application Error
SAS Enterprise Guide has encountered a problem
We recommend that you save your work and restart SAS Enterprise Guide.
-------------------------------------------------------------------------------------------------------
Exception information
-------------------------------------------------------------------------------------------------------
Could not load file or assembly 'file:///C:\Program Files\SASHome\SASEnterpriseGuide\7.1\SAS.Shared.AddIns.Bridge.dll' or one of its dependencies. The system cannot find the file specified.

-------------------------- Technical Information Follows --------------------------
Exception Details:
----------------------------------------
Exception type:&amp;nbsp; System.IO.FileNotFoundException
Message:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Could not load file or assembly 'file:///C:\Program Files\SASHome\SASEnterpriseGuide\7.1\SAS.Shared.AddIns.Bridge.dll' or one of its dependencies. The system cannot find the file specified.
Source:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mscorlib
Target Site:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _nLoad
Stack Trace:
&amp;nbsp;&amp;nbsp; at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark&amp;amp; stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
&amp;nbsp;&amp;nbsp; at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark&amp;amp; stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)&lt;/PRE&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:18:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Migrating-addins-from-EG-4-1-to-EG-7-1/m-p/374915#M24393</guid>
      <dc:creator>AMK</dc:creator>
      <dc:date>2017-07-11T13:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating addins from EG 4.1 to EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Migrating-addins-from-EG-4-1-to-EG-7-1/m-p/374942#M24394</link>
      <description>&lt;P&gt;In general, SAS EG 4.1 tasks&amp;nbsp;&lt;STRONG&gt;can&lt;/STRONG&gt; work in v7.1 without modification or rebuild, even though they are designed with .NET 1.1. &amp;nbsp;Things can fail if your task strays from some of the published APIs or relies on other assemblies that aren't part of later versions of EG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To learn whether this is the case for your tasks, I'd need to see one of them. &amp;nbsp;If you like, you can zip up one of the DLLs and e-mail to me (chris.hemedinger@sas.com) -- or open a TS track with this and tell the consultant I sent you, and supply the DLL in the track.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rather than using the Add-In Manager, I recommend "installing" the tasks by using the drop-in deployment method. &amp;nbsp;Put the task DLLs in %appdata%\SAS\EnterpriseGuide\7.1\Custom, or in PROGRAMFILES\SASHome\x86\SASEntepriseGuide\7.1\Custom (where EG is installed) -- either way, you'll have to create the Custom folder in those spaces. &amp;nbsp;When EG starts it will detect and load the tasks. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that doesn't work, turn on the Application Logging (Tools-&amp;gt;Options) and restart EG. &amp;nbsp;Then exit EG and send the generated application log along in your track or e-mail. &amp;nbsp;The log will contain some diagnostic information that will help us determine why it wasn't loaded properly.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2017 13:26:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Migrating-addins-from-EG-4-1-to-EG-7-1/m-p/374942#M24394</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-07-11T13:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Migrating addins from EG 4.1 to EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Migrating-addins-from-EG-4-1-to-EG-7-1/m-p/377064#M24502</link>
      <description>&lt;P&gt;Thanks for helping me with this Chris.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The link you sent was very useful, so I am adding it here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="SAS Custom Tasks" href="http://support.sas.com/documentation/onlinedoc/guide/customtasks/" target="_blank"&gt;http://support.sas.com/documentation/onlinedoc/guide/customtasks/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also the video you sent on:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2015/06/11/creating-custom-tasks-for-sas-enterprise-guide-expert/" target="_blank"&gt;http://blogs.sas.com/content/sasdummy/2015/06/11/creating-custom-tasks-for-sas-enterprise-guide-expert/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And the information about the SAS.Tasks.Toolkit dll takes a good bit of the hard work out of task creation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Adrian.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 16:26:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Migrating-addins-from-EG-4-1-to-EG-7-1/m-p/377064#M24502</guid>
      <dc:creator>AMK</dc:creator>
      <dc:date>2017-07-18T16:26:58Z</dc:date>
    </item>
  </channel>
</rss>

