<?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: SAS.Shared.AddIns.dll? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180824#M13835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem that the namespace SAS is not resolved. I have the added the reference to SAS.Shared.Addins and SAS.Tasks.Toolkit but I still I dosen't work. I'm using Visual Studio 2013 Community edtion and Enterprise Guide 7.1. I have also changed the target version of the .Net Framework to 4.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="namespace.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/10079_namespace.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Apr 2015 09:03:23 GMT</pubDate>
    <dc:creator>larstyne</dc:creator>
    <dc:date>2015-04-17T09:03:23Z</dc:date>
    <item>
      <title>SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180814#M13825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where can I download SAS.Shared.AddIns.dll?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 19:11:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180814#M13825</guid>
      <dc:creator>yhz</dc:creator>
      <dc:date>2015-02-24T19:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180815#M13826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This DLL is included with SAS Enterprise Guide and SAS Add-In for Microsoft Office.&amp;nbsp; You would reference it if you needed to create a custom task using Microsoft .NET.&amp;nbsp; Since the custom tasks run only in these two products, you'll need one of those products anyway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also need SAS.Tasks.Toolkit.DLL, which contains many of the helper classes that allow you to create custom tasks while writing less of your own code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 20:37:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180815#M13826</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-02-24T20:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180816#M13827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="9360" alt="Q1.jpg" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9360_Q1.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="9361" alt="Q2.jpg" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9361_Q2.jpg" width="450" /&gt;&lt;BR /&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your promt response! I am actually going through your book: &amp;lt;&amp;lt; Custom Tasks for SAS Enterprise Guide Using Microsoft .NET &amp;gt;&amp;gt;. After I do the Creating a Custom Task Project Using Visual C# 2010 Express, I got all files as shown in the first image. But I don't see the Form. In the second image, it shows the error message on the SasCustomTask1TaskForm.cs code. What I am missing or did copied the .dll files to a wrong place?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 21:00:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180816#M13827</guid>
      <dc:creator>yhz</dc:creator>
      <dc:date>2015-02-24T21:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180817#M13828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm glad that you're using the book!&amp;nbsp; A couple of hints:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Make sure that your project is targeting the proper release of Microsoft NET.&amp;nbsp; This has to match the version of .NET that SAS Enterprise Guide is using.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;.NET 3.5 for EG 4.3 and 5.1&lt;/LI&gt;&lt;LI&gt;.NET 4.0 for EG 6.1&lt;/LI&gt;&lt;LI&gt;.NET 4.5.1 for EG 7.1&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your Project properties within Microsoft Visual Studio.&amp;nbsp; See pages 18-19 of the book, if you have it handy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. I can't tell from the screen shot whether you are using Visual Studio Professional or the Express Edition.&amp;nbsp; If Express, see &lt;A href="http://blogs.sas.com/content/sasdummy/2014/02/11/vs2013-express-custom-tasks/"&gt;the notes about debugging in my blog post here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 21:21:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180817#M13828</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-02-24T21:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180818#M13829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using SAS/EG 4.3 and Visual Studio Express C# 2010.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 21:52:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180818#M13829</guid>
      <dc:creator>yhz</dc:creator>
      <dc:date>2015-02-24T21:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180819#M13830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You won't be able to use the debugger in the Express Edition 2010.&amp;nbsp; Microsoft limited that edition to debug only EXEs that you build, and custom tasks are DLLs.&amp;nbsp; If you can update to VS2013 Express (still free!), then you'll be able to debug per the notes within my blog post (by attaching the debugger to a running SEGUIDE.EXE process):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/sasdummy/2014/02/11/vs2013-express-custom-tasks/" title="http://blogs.sas.com/content/sasdummy/2014/02/11/vs2013-express-custom-tasks/"&gt;http://blogs.sas.com/content/sasdummy/2014/02/11/vs2013-express-custom-tasks/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can still use VS2013 to create tasks for SAS Enterprise Guide 4.3 -- just make sure that you target .NET 3.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 22:21:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180819#M13830</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-02-24T22:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180820#M13831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your advise! I will try VS2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 12:44:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180820#M13831</guid>
      <dc:creator>yhz</dc:creator>
      <dc:date>2015-02-25T12:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180821#M13832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have downloaded and installed VS2013. The Screen print shows the detailed ERROR message.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Q3-Error msg with VS2013.jpg" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9368_Q3-Error msg with VS2013.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Feb 2015 14:59:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180821#M13832</guid>
      <dc:creator>yhz</dc:creator>
      <dc:date>2015-02-25T14:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180822#M13833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried more about this and also read about the debugging process. But it appears that this error is even before I can set up debuging. I also noticed that when I try the same process up to page 31 on my home computer (I do have a licensed PC SAS and SAS EG from Drexel University where I teach SAS for many years. The license was expired, but SAS EG frame still start, even though I can not run any SAS code, it can still test the frame display. We switch to SAS Studio for Academic this year.), up to page 31 example Figure 3.2, everything is working. But when I do the same on my company's computer, it gives me the error as shown in above Feb. 25 message shown. When I click the MSDN Help link, it suggest: Move the class code so that it is the first class in the file. then load the designer again. Not sure how to do that. I am not sure if this is enough information for you to give some hint and advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, I saw you have an training in Dallas, TX on 4/30-5/1. If I can bring my computer to the training, do you think this is an issue can be resolved?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yihong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 19:02:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180822#M13833</guid>
      <dc:creator>yhz</dc:creator>
      <dc:date>2015-03-13T19:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180823#M13834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yihong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you have one machine where it works and another where it does not, have you tried using a "working" project on the machine where things don't work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you successfully open/build any of the example projects that I've shared?&amp;nbsp; It looks like (from the error) that your project is not referencing the proper version of Microsoft .NET.&amp;nbsp; But unless I see the project itself, I can't tell for sure.&amp;nbsp; If you would like to zip and send me the project that's not working I can take a look:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;e-mail: &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:chris.hemedinger@sas.com"&gt;chris.hemedinger@sas.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes, if you catch me in Dallas and haven't yet resolved this, I'll be happy to take a look.&amp;nbsp; I'm running the Developing Custom Tasks course for the two days after SAS Global Forum.&amp;nbsp; The course fee has a great discount, &lt;A href="http://blogs.sas.com/content/sasdummy/2015/02/16/custom-tasks-skills/"&gt;so if you've been thinking about taking the course, sign up&lt;/A&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 19:30:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180823#M13834</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-03-13T19:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180824#M13835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same problem that the namespace SAS is not resolved. I have the added the reference to SAS.Shared.Addins and SAS.Tasks.Toolkit but I still I dosen't work. I'm using Visual Studio 2013 Community edtion and Enterprise Guide 7.1. I have also changed the target version of the .Net Framework to 4.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="namespace.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/10079_namespace.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 09:03:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180824#M13835</guid>
      <dc:creator>larstyne</dc:creator>
      <dc:date>2015-04-17T09:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180825#M13836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lars,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suggest that you turn "Copy Local" to &lt;STRONG&gt;False&lt;/STRONG&gt; for SAS.Shared.AddIns.dll and SAS.Tasks.Toolkit.dll.&amp;nbsp; Also, it looks like you might have created a Windows Application instead of a Code Library (DLL)?&amp;nbsp; It's difficult to tell from the screenshot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, are you using the SAS.Tasks.Toolkit class &lt;STRONG&gt;SasTask&lt;/STRONG&gt;? You'll find that it saves you lots of coding work instead of implementing each ISASTask* interface separately.&amp;nbsp; The Visual Studio templates that we provide (visit: &lt;A href="http://http//go.sas.com/customtasksapi"&gt;http://go.sas.com/customtasksapi&lt;/A&gt;) will set that up for you automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 11:40:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180825#M13836</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-04-17T11:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180826#M13837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded the Visual studio templates and created a new Project from the template SAS C# Custom Task 4.3, changed the "Copy Local" property to False for the both dll. I also change the Reference Path of my Project to point to the installation of my EG 7.1 but I still get the same error that the namespace SAS cannot be resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/L &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 12:20:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180826#M13837</guid>
      <dc:creator>larstyne</dc:creator>
      <dc:date>2015-04-17T12:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180827#M13838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, this time you might need to update the project properties to use .NET 4.5, since you're using EG 7.1.&amp;nbsp; Have you done that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 17:24:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180827#M13838</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-04-17T17:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180828#M13839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I have changed the target version to .NET 4.5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt=".netversion.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/10084_.netversion.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 17:34:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180828#M13839</guid>
      <dc:creator>larstyne</dc:creator>
      <dc:date>2015-04-17T17:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180829#M13840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, EG 7.1 targets .NET Framework 4.5.1.&amp;nbsp; Try changing your target framework to .NET Framework 4.5.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 17:40:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180829#M13840</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2015-04-17T17:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180830#M13841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good point Casey!&amp;nbsp; Nice eye for detail there. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 17:45:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180830#M13841</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-04-17T17:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS.Shared.AddIns.dll?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180831#M13842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, the build of the Project was succesfully after changing the target framework to .NET 4.5.1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/L&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2015 17:56:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-Shared-AddIns-dll/m-p/180831#M13842</guid>
      <dc:creator>larstyne</dc:creator>
      <dc:date>2015-04-17T17:56:28Z</dc:date>
    </item>
  </channel>
</rss>

