<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.rws.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>How to update plugins to Studio 2019</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><item><title>How to update plugins to Studio 2019</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019</link><pubDate>Thu, 07 May 2020 16:45:55 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2acba277-1dae-481b-9a5d-dac9a43b3860</guid><dc:creator>Paul Filkin</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019#comments</comments><description>Current Revision posted to Studio Developers WIKI by Paul Filkin on 5/7/2020 4:45:55 PM&lt;br /&gt;
&lt;p&gt;In order to migrate an older version of a plugin to Studio 2019 the new Visual Studio extension must be downloaded. &lt;span style="color:#339966;"&gt;At least Visual Studio 2017 is required to be used with the extension.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Studio 2019 requires .Net Framework 4.7 if you don&amp;#39;t have it installed on your machine please install it from&amp;nbsp;&lt;a href="https://www.microsoft.com/net/download/thank-you/net47-developer-pack"&gt;here&lt;/a&gt;&lt;/span&gt;&amp;nbsp;. After installation is finished&amp;nbsp;please restart your machine.&lt;/p&gt;
&lt;p&gt;To double check that the framework was installed open Windows PowerShell and paste the following command:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Get-ChildItem &amp;quot;HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\&amp;quot; | Get-ItemPropertyValue -Name Release | ForEach-Object { $_ -ge 460798 }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/true.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/true.png" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;You&amp;#39;ll receive true if the framework was installed successfully.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to download the extension for Studio 2019&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Visual Studio go to Tools-&amp;gt;Extensions and Updates&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/tools.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/tools.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select &lt;span style="color:#339966;"&gt;Online&lt;/span&gt; tab and in &lt;span style="color:#339966;"&gt;Search box&lt;/span&gt; search for sdl . In results you&amp;#39;ll see the new templates for Studio 2019. Install the templates. A restart of VS might be required after the extension is installed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/templates.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/templates.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;The extension can be downloaded also from&amp;nbsp;&lt;a href="https://marketplace.visualstudio.com/items?itemName=sdl.project-templates-for-trados-studio-2019"&gt;here&lt;/a&gt;.&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to update the plugin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Solution Explorer click on Project name. A &lt;span style="color:#339966;"&gt;Blue Arrow button&lt;/span&gt; will be available:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/button.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/button.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click on the arrow button a warning message will appear -&amp;gt;Click &amp;quot;Reload solution&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-03-50/Reload.png"&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-03-50/Reload.png" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;How to check if the migration was successfully completed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Unload the project-&amp;gt; Edit .csproj file&lt;/li&gt;
&lt;li&gt;Please make sure all the paths points to &amp;quot;Studio15&amp;quot; folder:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&amp;nbsp;&amp;lt;HintPath&amp;gt;$(ProgramFiles)\SDL\SDL Trados Studio\Studio15\Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll&amp;lt;/HintPath&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;Reload solution and Rebuild&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;The plugin should be found at this path:&amp;nbsp;&lt;span style="color:#339966;"&gt;C:\Users\[username]\AppData\Roaming\SDL\SDL Trados Studio\15\Plugins\Packages&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;To further demonstrate the process you can find a video here to help walk you through the process:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://youtu.be/i7jocOn0MGc"&gt;https://youtu.be/i7jocOn0MGc&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Studio 2019, Update plugins to Studio 2019, New VS Extension&lt;/div&gt;
</description></item><item><title>How to update plugins to Studio 2019</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019/revision/12</link><pubDate>Thu, 26 Jul 2018 07:26:57 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2acba277-1dae-481b-9a5d-dac9a43b3860</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019#comments</comments><description>Revision 12 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/26/2018 7:26:57 AM&lt;br /&gt;
&lt;p&gt;In order to migrate an older version of a plugin to Studio 2019 the new Visual Studio extension must be downloaded. &lt;span style="color:#339966;"&gt;At least Visual Studio 2017 is required to be used with the extension.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Studio 2019 requires .Net Framework 4.7 if you don&amp;#39;t have it installed on your machine please install it from&amp;nbsp;&lt;a href="https://www.microsoft.com/net/download/thank-you/net47-developer-pack"&gt;here&lt;/a&gt;&lt;/span&gt;&amp;nbsp;. After installation is finished&amp;nbsp;please restart your machine.&lt;/p&gt;
&lt;p&gt;To double check that the framework was installed open Windows PowerShell and paste the following command:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Get-ChildItem &amp;quot;HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\&amp;quot; | Get-ItemPropertyValue -Name Release | ForEach-Object { $_ -ge 460798 }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png" alt=" " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;You&amp;#39;ll receive true if the framework was installed successfully.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to download the extension for Studio 2019&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Visual Studio go to Tools-&amp;gt;Extensions and Updates&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select &lt;span style="color:#339966;"&gt;Online&lt;/span&gt; tab and in &lt;span style="color:#339966;"&gt;Search box&lt;/span&gt; search for sdl . In results you&amp;#39;ll see the new templates for Studio 2019. Install the templates. A restart of VS might be required after the extension is installed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;The extension can be downloaded also from&amp;nbsp;&lt;a href="https://marketplace.visualstudio.com/items?itemName=sdl.project-templates-for-trados-studio-2019"&gt;here&lt;/a&gt;.&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to update the plugin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Solution Explorer click on Project name. A &lt;span style="color:#339966;"&gt;Blue Arrow button&lt;/span&gt; will be available:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click on the arrow button a warning message will appear -&amp;gt;Click &amp;quot;Reload solution&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;How to check if the migration was successfully completed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Unload the project-&amp;gt; Edit .csproj file&lt;/li&gt;
&lt;li&gt;Please make sure all the paths points to &amp;quot;Studio15&amp;quot; folder:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&amp;nbsp;&amp;lt;HintPath&amp;gt;$(ProgramFiles)\SDL\SDL Trados Studio\Studio15\Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll&amp;lt;/HintPath&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;Reload solution and Rebuild&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;The plugin should be found at this path:&amp;nbsp;&lt;span style="color:#339966;"&gt;C:\Users\[username]\AppData\Roaming\SDL\SDL Trados Studio\15\Plugins\Packages&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;To further demonstrate the process you can find a video here to help walk you through the process:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://youtu.be/i7jocOn0MGc"&gt;https://youtu.be/i7jocOn0MGc&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Studio 2019, Update plugins to Studio 2019, New VS Extension&lt;/div&gt;
</description></item><item><title>How to update plugins to Studio 2019</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019/revision/11</link><pubDate>Wed, 25 Jul 2018 13:33:41 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2acba277-1dae-481b-9a5d-dac9a43b3860</guid><dc:creator>Silviu Avram (former member)</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019#comments</comments><description>Revision 11 posted to Studio Developers WIKI by Silviu Avram (former member) on 7/25/2018 1:33:41 PM&lt;br /&gt;
&lt;p&gt;In order to migrate an older version of a plugin to Studio 2019 the new Visual Studio extension must be downloaded. &lt;span style="color:#339966;"&gt;At least Visual Studio 2017 is required to be used with the extension.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Studio 2019 requires .Net Framework 4.7 if you don&amp;#39;t have it installed on your machine please install it from&amp;nbsp;&lt;a href="https://www.microsoft.com/net/download/thank-you/net47-developer-pack"&gt;here&lt;/a&gt;&lt;/span&gt;&amp;nbsp;. After installation is finished&amp;nbsp;please restart your machine.&lt;/p&gt;
&lt;p&gt;To double check that the framework was installed open Windows PowerShell and paste the following command:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Get-ChildItem &amp;quot;HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\&amp;quot; | Get-ItemPropertyValue -Name Release | ForEach-Object { $_ -ge 460798 }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png" alt=" " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;You&amp;#39;ll receive true if the framework was installed successfully.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to download the extension for Studio 2019&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Visual Studio go to Tools-&amp;gt;Extensions and Updates&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select &lt;span style="color:#339966;"&gt;Online&lt;/span&gt; tab and in &lt;span style="color:#339966;"&gt;Search box&lt;/span&gt; search for sdl . In results you&amp;#39;ll see the new templates for Studio 2019. Install the templates. A restart of VS might be required after the extension is installed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;The extension can be downloaded also from&amp;nbsp;&lt;a href="https://marketplace.visualstudio.com/items?itemName=sdl.project-templates-for-trados-studio-2019"&gt;here&lt;/a&gt;.&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to update the plugin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Solution Explorer click on Project name. A &lt;span style="color:#339966;"&gt;Blue Arrow button&lt;/span&gt; will be available:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click on the arrow button a warning message will appear -&amp;gt;Click &amp;quot;Reload solution&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;How to check if the migration was successfully completed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Unload the project-&amp;gt; Edit .csproj file&lt;/li&gt;
&lt;li&gt;Please make sure all the paths points to &amp;quot;Studio15&amp;quot; folder:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&amp;nbsp;&amp;lt;HintPath&amp;gt;$(ProgramFiles)\SDL\SDL Trados Studio\Studio15\Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll&amp;lt;/HintPath&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;Reload solution and Rebuild&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;The plugin should be found at this path:&amp;nbsp;&lt;span style="color:#339966;"&gt;C:\Users\[username]\AppData\Roaming\SDL\SDL Trados Studio\15\Plugins\Packages&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;To further demonstrate the process you can find a video here to help walk you through the process:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://youtu.be/i7jocOn0MGc"&gt;https://youtu.be/i7jocOn0MGc&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Studio 2019, Update plugins to Studio 2019, New VS Extension&lt;/div&gt;
</description></item><item><title>How to update plugins to Studio 2019</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019/revision/10</link><pubDate>Wed, 25 Jul 2018 11:22:33 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2acba277-1dae-481b-9a5d-dac9a43b3860</guid><dc:creator>Lennert Fransen</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019#comments</comments><description>Revision 10 posted to Studio Developers WIKI by Lennert Fransen on 7/25/2018 11:22:33 AM&lt;br /&gt;
&lt;p&gt;In order to migrate an older version of a plugin to Studio 2019 the new Visual Studio extension must be downloaded. &lt;span style="color:#339966;"&gt;At least Visual Studio 2017 is required to be used with the extension.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Studio 2019 requires .Net Framework 4.7 if you don&amp;#39;t have it installed on your machine please install it from&amp;nbsp;&lt;a href="https://www.microsoft.com/net/download/thank-you/net47-developer-pack"&gt;here&lt;/a&gt;&lt;/span&gt;&amp;nbsp;. After installation is finished&amp;nbsp;please restart your machine.&lt;/p&gt;
&lt;p&gt;To double check that the framework was installed open Windows PowerShell and paste the following command:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Get-ChildItem &amp;quot;HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\&amp;quot; | Get-ItemPropertyValue -Name Release | ForEach-Object { $_ -ge 460798 }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png" alt=" " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;You&amp;#39;ll receive true if the framework was installed successfully.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to download the extension for Studio 2019&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Visual Studio go to Tools-&amp;gt;Extensions and Updates&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select &lt;span style="color:#339966;"&gt;Online&lt;/span&gt; tab and in &lt;span style="color:#339966;"&gt;Search box&lt;/span&gt; search for sdl . In results you&amp;#39;ll see the new templates for Studio 2019. Install the templates. A restart of VS might be required after the extension is installed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;The extension can be downloaded also from&amp;nbsp;&lt;a href="https://marketplace.visualstudio.com/items?itemName=sdl.project-templates-for-trados-studio-2019"&gt;here&lt;/a&gt;.&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to update the plugin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Solution Explorer click on Project name. A &lt;span style="color:#339966;"&gt;Blue Arrow button&lt;/span&gt; will be available:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click on the arrow button a warning message will appear -&amp;gt;Click &amp;quot;Reload solution&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;How to check if the migration was successfully completed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Unload the project-&amp;gt; Edit .csproj file&lt;/li&gt;
&lt;li&gt;Please make sure all the paths points to &amp;quot;Studio15&amp;quot; folder:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&amp;nbsp;&amp;lt;HintPath&amp;gt;$(ProgramFiles)\SDL\SDL Trados Studio\Studio15\Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll&amp;lt;/HintPath&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;Reload solution and Rebuild&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;The plugin should be found at this path:&amp;nbsp;&lt;span style="color:#339966;"&gt;C:\Users\[username]\AppData\Roaming\SDL\SDL Trados Studio\15\Plugins\Packages&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;To further demonstrate the process you can find a video here to help walk you through the process:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://youtu.be/i7jocOn0MGc"&gt;https://youtu.be/i7jocOn0MGc&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Studio 2019, Update plugins to Studio 2019, New VS Extension&lt;/div&gt;
</description></item><item><title>How to update plugins to Studio 2019</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019/revision/9</link><pubDate>Wed, 25 Jul 2018 09:13:25 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2acba277-1dae-481b-9a5d-dac9a43b3860</guid><dc:creator>Lennert Fransen</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019#comments</comments><description>Revision 9 posted to Studio Developers WIKI by Lennert Fransen on 7/25/2018 9:13:25 AM&lt;br /&gt;
&lt;p&gt;In order to migrate an older version of a plugin to Studio 2019 the new Visual Studio extension must be downloaded. &lt;span style="color:#339966;"&gt;At least Visual Studio 2017 is required to be used with the extension.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Studio 2019 requires .Net Framework 4.7 if you don&amp;#39;t have it installed on your machine please install it from&amp;nbsp;&lt;a href="https://www.microsoft.com/net/download/thank-you/net47-developer-pack"&gt;here&lt;/a&gt;&lt;/span&gt;&amp;nbsp;. After installation is finished&amp;nbsp;please restart your machine.&lt;/p&gt;
&lt;p&gt;To double check that the framework was installed open Windows PowerShell and paste the following command:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Get-ChildItem &amp;quot;HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\&amp;quot; | Get-ItemPropertyValue -Name Release | ForEach-Object { $_ -ge 460798 }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png" alt=" " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;You&amp;#39;ll receive true if the framework was installed successfully.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to download the extension for Studio 2019&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Visual Studio go to Tools-&amp;gt;Extensions and Updates&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select &lt;span style="color:#339966;"&gt;Online&lt;/span&gt; tab and in &lt;span style="color:#339966;"&gt;Search box&lt;/span&gt; search for sdl . In results you&amp;#39;ll see the new templates for Studio 2019. Install the templates. A restart of VS might be required after the extension is installed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;The extension can be downloaded also from&amp;nbsp;&lt;a href="https://marketplace.visualstudio.com/items?itemName=sdl.project-templates-for-trados-studio-2019"&gt;here&lt;/a&gt;.&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to update the plugin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Solution Explorer click on Project name. A &lt;span style="color:#339966;"&gt;Blue Arrow button&lt;/span&gt; will be available:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click on the arrow button a warning message will appear -&amp;gt;Click &amp;quot;Reload solution&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;How to check if the migration was successfully completed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Unload the project-&amp;gt; Edit .csproj file&lt;/li&gt;
&lt;li&gt;Please make sure all the paths points to &amp;quot;Studio15&amp;quot; folder:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&amp;nbsp;&amp;lt;HintPath&amp;gt;$(ProgramFiles)\SDL\SDL Trados Studio\Studio15\Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll&amp;lt;/HintPath&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;Reload solution and Rebuild&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;The plugin should be found at this path:&amp;nbsp;&lt;span style="color:#339966;"&gt;C:\Users\[username]\AppData\Roaming\SDL\SDL Trados Studio\15\Plugins\Packages&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;To further demonstrate the process you can find a video here to help walk you through the process:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://youtu.be/i7jocOn0MGc"&gt;https://youtu.be/i7jocOn0MGc&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Studio 2019, Update plugins to Studio 2019, New VS Extension&lt;/div&gt;
</description></item><item><title>How to update plugins to Studio 2019</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019/revision/8</link><pubDate>Wed, 25 Jul 2018 09:12:54 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2acba277-1dae-481b-9a5d-dac9a43b3860</guid><dc:creator>Lennert Fransen</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019#comments</comments><description>Revision 8 posted to Studio Developers WIKI by Lennert Fransen on 7/25/2018 9:12:54 AM&lt;br /&gt;
&lt;p&gt;In order to migrate an older version of a plugin to Studio 2019 the new Visual Studio extension must be downloaded. &lt;span style="color:#339966;"&gt;At least Visual Studio 2017 is required to be used with the extension.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Studio 2019 requires .Net Framework 4.7 if you don&amp;#39;t have it installed on your machine please install it from&amp;nbsp;&lt;a href="https://www.microsoft.com/net/download/thank-you/net47-developer-pack"&gt;here&lt;/a&gt;&lt;/span&gt;&amp;nbsp;. After installation is finished&amp;nbsp;please restart your machine.&lt;/p&gt;
&lt;p&gt;To double check that the framework was installed open Windows PowerShell and paste the following command:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Get-ChildItem &amp;quot;HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\&amp;quot; | Get-ItemPropertyValue -Name Release | ForEach-Object { $_ -ge 460798 }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png" alt=" " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;You&amp;#39;ll receive true if the framework was installed successfully.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to download the extension for Studio 2019&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Visual Studio go to Tools-&amp;gt;Extensions and Updates&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select &lt;span style="color:#339966;"&gt;Online&lt;/span&gt; tab and in &lt;span style="color:#339966;"&gt;Search box&lt;/span&gt; search for sdl . In results you&amp;#39;ll see the new templates for Studio 2019. Install the templates. A restart of VS might be required after the extension is installed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;The extension can be downloaded also from&amp;nbsp;&lt;a href="https://marketplace.visualstudio.com/items?itemName=sdl.project-templates-for-trados-studio-2019"&gt;here&lt;/a&gt;.&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to update the plugin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Solution Explorer click on Project name. A &lt;span style="color:#339966;"&gt;Blue Arrow button&lt;/span&gt; will be available:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click on the arrow button a warning message will appear -&amp;gt;Click &amp;quot;Reload solution&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;How to check if the migration was successfully completed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Unload the project-&amp;gt; Edit .csproj file&lt;/li&gt;
&lt;li&gt;Please make sure all the paths points to &amp;quot;Studio15&amp;quot; folder:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&amp;nbsp;&amp;lt;HintPath&amp;gt;$(ProgramFiles)\SDL\SDL Trados Studio\Studio15\Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll&amp;lt;/HintPath&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;Reload solution and Rebuild&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;The plugin should be found at this path:&amp;nbsp;&lt;span style="color:#339966;"&gt;C:\Users\[username]\AppData\Roaming\SDL\SDL Trados Studio\15\Plugins\Packages&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;To further demonstrate the process you can find a video here to help walk you through the process:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://youtu.be/i7jocOn0MGc"&gt;https://youtu.be/i7jocOn0MGc&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Studio 2019, Update plugins to Studio 2019, New VS Extension&lt;/div&gt;
</description></item><item><title>How to update plugins to Studio 2019</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019/revision/7</link><pubDate>Thu, 19 Jul 2018 17:59:51 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2acba277-1dae-481b-9a5d-dac9a43b3860</guid><dc:creator>Paul Filkin</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019#comments</comments><description>Revision 7 posted to Studio Developers WIKI by Paul Filkin on 7/19/2018 5:59:51 PM&lt;br /&gt;
&lt;p&gt;In order to migrate an older version of a plugin to Studio 2019 the new Visual Studio extension must be downloaded. &lt;span style="color:#339966;"&gt;At least Visual Studio 2017 is required to be used with the extension.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Studio 2019 requires .Net Framework 4.7 if you don&amp;#39;t have it installed on your machine please install it from&amp;nbsp;&lt;a href="https://www.microsoft.com/net/download/thank-you/net47-developer-pack"&gt;here&lt;/a&gt;&lt;/span&gt;&amp;nbsp;. After installation is finished&amp;nbsp;please restart your machine.&lt;/p&gt;
&lt;p&gt;To double check that the framework was installed open Windows PowerShell and paste the following command:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Get-ChildItem &amp;quot;HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\&amp;quot; | Get-ItemPropertyValue -Name Release | ForEach-Object { $_ -ge 460798 }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png" alt=" " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;You&amp;#39;ll receive true if the framework was installed successfully.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to download the extension for Studio 2019&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Visual Studio go to Tools-&amp;gt;Extensions and Updates&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select &lt;span style="color:#339966;"&gt;Online&lt;/span&gt; tab and in &lt;span style="color:#339966;"&gt;Search box&lt;/span&gt; search for sdl . In results you&amp;#39;ll see the new templates for Studio 2019. Install the templates. A restart of VS might be required after the extension is installed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;The extension can be downloaded also from&amp;nbsp;&lt;a href="https://marketplace.visualstudio.com/items?itemName=sdl.project-templates-for-trados-studio-2019"&gt;here&lt;/a&gt;.&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to update the plugin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Solution Explorer click on Project name. A &lt;span style="color:#339966;"&gt;Blue Arrow button&lt;/span&gt; will be available:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click on the arrow button a warning message will appear -&amp;gt;Click &amp;quot;Reload solution&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;How to check if the migration was successfully completed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Unload the project-&amp;gt; Edit .csproj file&lt;/li&gt;
&lt;li&gt;Please make sure all the paths points to &amp;quot;Studio15&amp;quot; folder:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&amp;nbsp;&amp;lt;HintPath&amp;gt;$(ProgramFiles)\SDL\SDL Trados Studio\Studio15\Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll&amp;lt;/HintPath&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;Reload solution and Rebuild&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;The plugin should be found at this path:&amp;nbsp;&lt;span style="color:#339966;"&gt;C:\Users\[username]\AppData\Roaming\SDL\SDL Trados Studio\15\Plugins\Packages&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;To further demonstrate the process you can find a video here to help walk you through the process:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;"&gt;&lt;a href="https://youtu.be/i7jocOn0MGc"&gt;https://youtu.be/i7jocOn0MGc&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Studio 2019, Update plugins to Studio 2019, New VS Extension&lt;/div&gt;
</description></item><item><title>How to update plugins to Studio 2019</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019/revision/6</link><pubDate>Thu, 19 Jul 2018 06:41:26 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2acba277-1dae-481b-9a5d-dac9a43b3860</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019#comments</comments><description>Revision 6 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/19/2018 6:41:26 AM&lt;br /&gt;
&lt;p&gt;In order to migrate an older version of plugin to Studio 2019 the new Visual Studio extension must be downloaded. &lt;span style="color:#339966;"&gt;At least Visual Studio 2017 is required to be used with the extension.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Studio 2019 requires .Net Framework 4.7 if you don&amp;#39;t have it installed on your machine please install it from&amp;nbsp;&lt;a href="https://www.microsoft.com/net/download/thank-you/net47-developer-pack"&gt;here&lt;/a&gt;&lt;/span&gt;&amp;nbsp;. After installation is finished&amp;nbsp;please restart your machine.&lt;/p&gt;
&lt;p&gt;To double check that the framework was installed open Windows PowerShell and paste following command:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Get-ChildItem &amp;quot;HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\&amp;quot; | Get-ItemPropertyValue -Name Release | ForEach-Object { $_ -ge 460798 }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png" alt=" " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;You&amp;#39;ll receive true if the framework was installed successfully.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to download the extension for Studio 2019&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Visual Studio go to Tools-&amp;gt;Extensions and Updates&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select &lt;span style="color:#339966;"&gt;Online&lt;/span&gt; tab and in &lt;span style="color:#339966;"&gt;Search box&lt;/span&gt; search for sdl . In results you&amp;#39;ll see the new templates for Studio 2019. Install the templates. A restart of VS might be required after the extension is installed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h3&gt;The extension can be downloaded also from&amp;nbsp;&lt;a href="https://marketplace.visualstudio.com/items?itemName=sdl.project-templates-for-trados-studio-2019"&gt;here&lt;/a&gt;.&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to update the plugin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Solution Explorer click on Project name. A &lt;span style="color:#339966;"&gt;Blue Arrow button&lt;/span&gt; will be available:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click on the arrow button a warning message will appear -&amp;gt;Click &amp;quot;Reload solution&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;How to check if the migration was successfully completed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Unload the project-&amp;gt; Edit .csproj file&lt;/li&gt;
&lt;li&gt;Please make sure all the paths points to &amp;quot;Studio15&amp;quot; folder:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&amp;nbsp;&amp;lt;HintPath&amp;gt;$(ProgramFiles)\SDL\SDL Trados Studio\Studio15\Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll&amp;lt;/HintPath&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;Reload solution and Rebuild&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;The plugin should be found at this path:&amp;nbsp;&lt;span style="color:#339966;"&gt;C:\Users\[username]\AppData\Roaming\SDL\SDL Trados Studio\15\Plugins\Packages&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Studio 2019, Update plugins to Studio 2019, New VS Extension&lt;/div&gt;
</description></item><item><title>How to update plugins to Studio 2019</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019/revision/5</link><pubDate>Fri, 13 Jul 2018 07:01:04 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2acba277-1dae-481b-9a5d-dac9a43b3860</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019#comments</comments><description>Revision 5 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/13/2018 7:01:04 AM&lt;br /&gt;
&lt;p&gt;In order to migrate an older version of plugin to Studio 2019 the new Visual Studio extension must be downloaded. &lt;span style="color:#339966;"&gt;At least Visual Studio 2017 is required to be used with the extension.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Studio 2019 requires .Net Framework 4.7 if you don&amp;#39;t have it installed on your machine please install it from&amp;nbsp;&lt;a href="https://www.microsoft.com/net/download/thank-you/net47-developer-pack"&gt;here&lt;/a&gt;&lt;/span&gt;&amp;nbsp;. After installation is finished&amp;nbsp;please restart your machine.&lt;/p&gt;
&lt;p&gt;To double check that the framework was installed open Windows PowerShell and paste following command:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Get-ChildItem &amp;quot;HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\&amp;quot; | Get-ItemPropertyValue -Name Release | ForEach-Object { $_ -ge 460798 }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png" alt=" " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;You&amp;#39;ll receive true if the framework was installed successfully.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to download the extension for Studio 2019&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Visual Studio go to Tools-&amp;gt;Extensions and Updates&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select &lt;span style="color:#339966;"&gt;Online&lt;/span&gt; tab and in &lt;span style="color:#339966;"&gt;Search box&lt;/span&gt; search for sdl . In results you&amp;#39;ll see the new templates for Studio 2019. Install the templates. A restart of VS might be required after the extension is installed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to update the plugin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Solution Explorer click on Project name. A &lt;span style="color:#339966;"&gt;Blue Arrow button&lt;/span&gt; will be available:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click on the arrow button a warning message will appear -&amp;gt;Click &amp;quot;Reload solution&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;How to check if the migration was successfully completed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Unload the project-&amp;gt; Edit .csproj file&lt;/li&gt;
&lt;li&gt;Please make sure all the paths points to &amp;quot;Studio15&amp;quot; folder:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&amp;nbsp;&amp;lt;HintPath&amp;gt;$(ProgramFiles)\SDL\SDL Trados Studio\Studio15\Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll&amp;lt;/HintPath&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;Reload solution and Rebuild&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;The plugin should be found at this path:&amp;nbsp;&lt;span style="color:#339966;"&gt;C:\Users\[username]\AppData\Roaming\SDL\SDL Trados Studio\15\Plugins\Packages&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Studio 2019, Update plugins to Studio 2019, New VS Extension&lt;/div&gt;
</description></item><item><title>How to update plugins to Studio 2019</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019/revision/4</link><pubDate>Fri, 13 Jul 2018 06:59:58 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2acba277-1dae-481b-9a5d-dac9a43b3860</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019#comments</comments><description>Revision 4 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/13/2018 6:59:58 AM&lt;br /&gt;
&lt;p&gt;In order to migrate an older version of plugin to Studio 2019 the new Visual Studio extension must be downloaded. &lt;span style="color:#339966;"&gt;At least Visual Studio 2017 is required to be used with the extension.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Studio 2019 requires .Net Framework 4.7 if you don&amp;#39;t have it installed on your machine please install it from&amp;nbsp;&lt;a href="https://www.microsoft.com/net/download/thank-you/net47-developer-pack"&gt;here&lt;/a&gt;&lt;/span&gt;&amp;nbsp;. After installation is finished&amp;nbsp;please restart your machine.&lt;/p&gt;
&lt;p&gt;To double check that the framework was installed open Windows PowerShell and paste following command:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Get-ChildItem &amp;quot;HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\&amp;quot; | Get-ItemPropertyValue -Name Release | ForEach-Object { $_ -ge 460798 }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png" alt=" " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;You&amp;#39;ll receive true if the framework was installed successfully.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to download the extension for Studio 2019&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Visual Studio go to Tools-&amp;gt;Extensions and Updates&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select &lt;span style="color:#339966;"&gt;Online&lt;/span&gt; tab and in &lt;span style="color:#339966;"&gt;Search box&lt;/span&gt; search for sdl . In results you&amp;#39;ll see the new templates for Studio 2019. Install the templates. A restart of VS might be required after the extension is installed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to update the plugin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Solution Explorer click on Project name. A &lt;span style="color:#339966;"&gt;Blue Arrow button&lt;/span&gt; will be available&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click on the button a warning message will appear Click &amp;quot;Reload solution&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;How to check if the migration was successfully completed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Unload the project-&amp;gt; Edit .csproj file&lt;/li&gt;
&lt;li&gt;Please make sure all the paths points to &amp;quot;Studio15&amp;quot; folder:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&amp;nbsp;&amp;lt;HintPath&amp;gt;$(ProgramFiles)\SDL\SDL Trados Studio\Studio15\Sdl.TranslationStudioAutomation.IntegrationApi.Extensions.dll&amp;lt;/HintPath&amp;gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;Reload solution and Rebuild&amp;nbsp;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="color:#000000;"&gt;The plugin should be found at this path:&amp;nbsp;&lt;span style="color:#339966;"&gt;C:\Users\[username]\AppData\Roaming\SDL\SDL Trados Studio\15\Plugins\Packages&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Studio 2019, Update plugins to Studio 2019, New VS Extension&lt;/div&gt;
</description></item><item><title>How to update plugins to Studio 2019</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019/revision/3</link><pubDate>Fri, 13 Jul 2018 06:54:56 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2acba277-1dae-481b-9a5d-dac9a43b3860</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019#comments</comments><description>Revision 3 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/13/2018 6:54:56 AM&lt;br /&gt;
&lt;p&gt;In order to migrate an older version of plugin to Studio 2019 the new Visual Studio extension must be downloaded. &lt;span style="color:#339966;"&gt;At least Visual Studio 2017 is required to be used with the extension.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Studio 2019 requires .Net Framework 4.7 if you don&amp;#39;t have it installed on your machine please install it from&amp;nbsp;&lt;a href="https://www.microsoft.com/net/download/thank-you/net47-developer-pack"&gt;here&lt;/a&gt;&lt;/span&gt;&amp;nbsp;. After installation is finished&amp;nbsp;please restart your machine.&lt;/p&gt;
&lt;p&gt;To double check that the framework was installed open Windows PowerShell and paste following command:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;Get-ChildItem &amp;quot;HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\&amp;quot; | Get-ItemPropertyValue -Name Release | ForEach-Object { $_ -ge 460798 }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/true.png" alt=" " /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#339966;"&gt;You&amp;#39;ll receive true if the framework was installed successfully.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to download the extension for Studio 2019&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Visual Studio go to Tools-&amp;gt;Extensions and Updates&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select &lt;span style="color:#339966;"&gt;Online&lt;/span&gt; tab and in &lt;span style="color:#339966;"&gt;Search box&lt;/span&gt; search for sdl . In results you&amp;#39;ll see the new templates for Studio 2019. Install the templates. A restart of VS might be required after the extension is installed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to update the plugin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Solution Explorer click on Project name. A &lt;span style="color:#339966;"&gt;Blue Arrow button&lt;/span&gt; will be available&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click on the button a warning message will appear Click &amp;quot;Reload solution&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Studio 2019, Update plugins to Studio 2019, New VS Extension&lt;/div&gt;
</description></item><item><title>How to update plugins to Studio 2019</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019/revision/2</link><pubDate>Fri, 13 Jul 2018 06:50:11 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2acba277-1dae-481b-9a5d-dac9a43b3860</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019#comments</comments><description>Revision 2 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/13/2018 6:50:11 AM&lt;br /&gt;
&lt;p&gt;In order to migrate an older version of plugin to Studio 2019 the new Visual Studio extension must be downloaded. &lt;span style="color:#339966;"&gt;At least Visual Studio 2017 is required to be used with the extension.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;How to download the extension for Studio 2019&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Visual Studio go to Tools-&amp;gt;Extensions and Updates&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select &lt;span style="color:#339966;"&gt;Online&lt;/span&gt; tab and in &lt;span style="color:#339966;"&gt;Search box&lt;/span&gt; search for sdl . In results you&amp;#39;ll see the new templates for Studio 2019. Install the templates. A restart of VS might be required after the extension is installed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;How to update the plugin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Solution Explorer click on Project name. A &lt;span style="color:#339966;"&gt;Blue Arrow button&lt;/span&gt; will be available&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/button.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Click on the button a warning message will appear Click &amp;quot;Reload solution&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/Reload.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Studio 2019, Update plugins to Studio 2019, New VS Extension&lt;/div&gt;
</description></item><item><title>How to update plugins to Studio 2019</title><link>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019/revision/1</link><pubDate>Fri, 13 Jul 2018 06:44:15 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2acba277-1dae-481b-9a5d-dac9a43b3860</guid><dc:creator>Andrea-Melinda Ghisa</dc:creator><comments>https://community.rws.com/developers-more/trados-portfolio/trados-studio-developers/w/trados-studio-api/3283/how-to-update-plugins-to-studio-2019#comments</comments><description>Revision 1 posted to Studio Developers WIKI by Andrea-Melinda Ghisa on 7/13/2018 6:44:15 AM&lt;br /&gt;
&lt;p&gt;In order to migrate an older version of plugin to Studio 2019 the new Visual Studio extension must be downloaded. &lt;span style="color:#339966;"&gt;At least Visual Studio 2017 is required to be used with the templates.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;How to download the extension for Studio 2019&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;In Visual Studio go to Tools-&amp;gt;Extensions and Updates&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/tools.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Select &lt;span style="color:#339966;"&gt;Online&lt;/span&gt; tab and in &lt;span style="color:#339966;"&gt;Search box&lt;/span&gt; search for sdl . In results you&amp;#39;ll see the new templates for Studio 2019. Install the templates. A restart of VS might be required after the extension is installed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="/cfs-file/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png"&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-wikis-components-files/00-00-00-00-39/templates.png" alt=" " /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Studio 2019, Update plugins to Studio 2019, New VS Extension&lt;/div&gt;
</description></item></channel></rss>