<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://uat.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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>2. .NET Add-In - Recent Threads</title><link>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in</link><description>Topics concerning the localization of Microsoft .NET software using Passolo.</description><dc:language>en-US</dc:language><generator>Telligent Community 12 Non-Production</generator><lastBuildDate>Wed, 18 Jun 2025 07:36:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in" /><item><title>RE: How to enable Setup button</title><link>https://uat.community.rws.com/thread/184414?ContentTypeID=1</link><pubDate>Wed, 18 Jun 2025 07:36:32 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2ae2c3d5-168b-4c1b-aed4-127b35ff5a75</guid><dc:creator>Bal&amp;#225;zs Feh&amp;#233;r</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/184414?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/58118/how-to-enable-setup-button/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Thanks for the quick reply! Setting the &amp;quot;init.Style&amp;quot; solved the issue&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>How to enable Setup button</title><link>https://uat.community.rws.com/thread/58118?ContentTypeID=0</link><pubDate>Wed, 18 Jun 2025 06:44:55 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:052bcde5-153c-4d5f-9618-d0f7eebe20db</guid><dc:creator>Bal&amp;#225;zs Feh&amp;#233;r</dc:creator><slash:comments>2</slash:comments><comments>https://uat.community.rws.com/thread/58118?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/58118/how-to-enable-setup-button/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;As part of my ongoing work with SDL Passolo, I&amp;#39;ve developed a custom add-in that includes several features. In the interface of Passolo add-in manager, there&amp;#39;s a visible &amp;quot;Setup&amp;quot; button &amp;ndash; as shown in the image below &amp;ndash; which ideally should allow users to open a configuration dialog where they can manage custom plugin settings.&lt;/p&gt;
&lt;p&gt;However, while exploring the Passolo SDK documentation, I couldn&amp;rsquo;t find any direct reference or example that explains how to link this Setup button to a custom settings window or handler within the plugin code. Is it possible to bind to any &amp;quot;kind&amp;quot; of plugin? If yes, may i ask how? (Or is this button only available for some special types, like &amp;quot;Export/import addins?)&lt;/p&gt;
&lt;p&gt;Thanks in advance for your reply.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:600px;max-width:900px;" src="https://uat.community.rws.com/resized-image/__size/1800x1200/__key/communityserver-discussions-components-files/144/229564f3_2D00_b5d6_2D00_418a_2D00_8b71_2D00_398839c97a2d.png" alt="Passolo Add-ins manager interface showing a list of plugins with their states, load types, and descriptions. The 'Setup' button is highlighted in the bottom-right corner." /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to enable Setup button</title><link>https://uat.community.rws.com/thread/184410?ContentTypeID=1</link><pubDate>Wed, 18 Jun 2025 07:16:17 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:2a62cb80-e177-489d-8b38-b338e0277f31</guid><dc:creator>Achim Herrmann</dc:creator><slash:comments>1</slash:comments><comments>https://uat.community.rws.com/thread/184410?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/58118/how-to-enable-setup-button/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Your add-in must tell Passolo within the Initialize() Function that you are implementing the callback for a Setup function like&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff;"&gt;&lt;code&gt;public override int Initialize(CPAIInit init, CPAIApplicationTools apptools, CPAIAddIn addin)&lt;br /&gt;&lt;/code&gt;&lt;code&gt;{&lt;br /&gt;&lt;/code&gt;&lt;code&gt;&amp;hellip;&lt;br /&gt;&lt;/code&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; init.Style = enmPAIStyle.SetupData;&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Later in the code, you need to implement the Setup() function itself like&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#0000ff;"&gt;&lt;code&gt;public override int Setup()&lt;br /&gt;&lt;/code&gt;&lt;code&gt;{&lt;br /&gt;&lt;/code&gt;&lt;code&gt;}&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Generating .NET Satellite assemblies: errors only once in a Passolo session</title><link>https://uat.community.rws.com/thread/184307?ContentTypeID=1</link><pubDate>Fri, 13 Jun 2025 12:16:34 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:6b3d6024-e542-461e-ad31-dd1d506aa334</guid><dc:creator>Adrian Maniu</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/184307?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/58056/generating-net-satellite-assemblies-errors-only-once-in-a-passolo-session/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi Franz,&lt;/p&gt;
&lt;p&gt;In order for Passolo to process DLL files it needs to run them, however this might not always work as your DLL&amp;#39;s might depend on other DLL&amp;#39;s being run before them.&lt;/p&gt;
&lt;p&gt;This seems to be the case for image 1. I think the ReadSys.Load function is trying to access some data which does not (yet) exist or might even be from a different machine not accessible, depending on your application.&lt;/p&gt;
&lt;p&gt;Such issues cannot be addressed by Passolo. The solution would be to not read data in the Load form&amp;nbsp;constructor or&amp;nbsp;the InitializeComponent() but instead use separate functions that run after the Constructor.&lt;/p&gt;
&lt;p&gt;Additionally, the&amp;nbsp;Constructor and the&amp;nbsp;&lt;span&gt;InitializeComponent() code should not be changed manually, use only the Visual Studio generated code.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Another advice is for Dispose() functions to check for null objects as your DLL might not have initialize certain objects and they can throw errors at Dispose().&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I hope this helps.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Generating .NET Satellite assemblies: errors only once in a Passolo session</title><link>https://uat.community.rws.com/thread/58056?ContentTypeID=0</link><pubDate>Wed, 11 Jun 2025 08:47:43 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:e88d5fb9-e431-4274-afda-7acbd136758b</guid><dc:creator>Franz-Josef Knelangen</dc:creator><slash:comments>1</slash:comments><comments>https://uat.community.rws.com/thread/58056?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/58056/generating-net-satellite-assemblies-errors-only-once-in-a-passolo-session/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p data-start="75" data-end="272"&gt;When generating &lt;code data-start="91" data-end="108"&gt;*.resources.dll&lt;/code&gt; files in a project for the first time after opening Passolo and the LPU, several error messages appear&amp;mdash;eight in total, with some repeating (see screenshots below).&lt;/p&gt;
&lt;p data-start="274" data-end="454"&gt;Although the UI language is set to English, the error messages are in German or a mix of languages. I couldn&amp;rsquo;t find any information about these errors in the Passolo documentation.&lt;/p&gt;
&lt;p data-start="456" data-end="551"&gt;After dismissing the errors and generating the target files again, the errors no longer appear.&lt;/p&gt;
&lt;p data-start="553" data-end="696"&gt;I suspect these initial errors are making my automated builds using batch files unreliable, as the builds periodically fail without any errors being logged.&lt;/p&gt;
&lt;p data-start="698" data-end="732"&gt;Any idea how to check or fix this?&lt;/p&gt;
&lt;p data-start="734" data-end="761"&gt;Best regards,&lt;br data-start="747" data-end="750" /&gt; Franz-Josef&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:600px;max-width:900px;" src="https://uat.community.rws.com/resized-image/__size/1800x1200/__key/communityserver-discussions-components-files/144/pastedimage1749630552853v2.png" alt="Error message stating 'The path is not of a legal form' with a stack trace showing various system and application methods." /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:600px;max-width:900px;" src="https://uat.community.rws.com/resized-image/__size/1800x1200/__key/communityserver-discussions-components-files/144/2025_2D00_06_2D00_11_5F00_08_2D00_18_2D00_29.png" alt="Dialog box for generating target files with an error message in German stating 'Standard output file could not be set' and an OK button." /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:600px;max-width:900px;" src="https://uat.community.rws.com/resized-image/__size/1800x1200/__key/communityserver-discussions-components-files/144/pastedimage1749630531911v1.png" alt="Dialog box for generating target files with an error message in German about an exception in 'RetrieveObjectFromAssembly' caused by 'AKG.Dike.AsmHelper.AssemblyHelper'." /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>PSL exception parsing source files - after project update containing modularization with NuGet packages</title><link>https://uat.community.rws.com/thread/57719?ContentTypeID=0</link><pubDate>Mon, 12 May 2025 07:57:40 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:f37f25da-334c-4599-953d-f9a4c806ae92</guid><dc:creator>Franz-Josef Knelangen</dc:creator><slash:comments>7</slash:comments><comments>https://uat.community.rws.com/thread/57719?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/57719/psl-exception-parsing-source-files---after-project-update-containing-modularization-with-nuget-packages/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Project contains .NET 4.8 and .NET 8 DLLs - running on different cad platforms. No problem so far.&lt;/p&gt;
&lt;p&gt;Project was updated - same .NET 4.8 and .NET 8 mix - and makes now use of NuGet packages.&lt;/p&gt;
&lt;p&gt;Result: Parser exception with every DLL in there - .NET 4.8 or .NET 8 makes no difference.&lt;/p&gt;
&lt;p&gt;Debugger always stops at &amp;quot;ToLower (string str)&amp;quot; function. Stack see below.&lt;/p&gt;
&lt;p&gt;dotPeek or JustDecompile show the content w/o problems, only diff. ist the 1.0.56.4 vs. 1.0.78.0 - see screenshot.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t have any clue how this can be resolved...&lt;/p&gt;
&lt;p&gt;Greetings,&lt;/p&gt;
&lt;p&gt;Franz-Josef&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:600px;max-width:900px;" src="https://uat.community.rws.com/resized-image/__size/1800x1200/__key/communityserver-discussions-components-files/144/pastedimage1747034839789v1.png" alt="Assembly Explorer showing four entries: AKG.Common.AppBasis versions 1.0.56.4 and 1.0.78.0 for .NET Framework v4.8, and AKG.Common.AppBasis_net8 versions 1.0.56.4 and 1.0.78.0 for .NETCoreApp v8.0." /&gt;&lt;/p&gt;
&lt;p&gt;Stack:&lt;/p&gt;
&lt;p&gt;&amp;gt; mscorlib.dll!System.Globalization.TextInfo.ToLower(string str) Zeile 387 C#&lt;br /&gt; mscorlib.dll!string.ToLower(System.Globalization.CultureInfo culture) Zeile 3157 C#&lt;br /&gt; ReflectionHelper.dll!ReflectionHelper.Assembly.AssemblyDefinitionManager.GetAssemblyFromCache(string fullAssemblyName) Unbekannt&lt;br /&gt; ReflectionHelper.dll!ReflectionHelper.Assembly.AssemblyDefinitionManager.FindAssembly(string fullAssemblyName) Unbekannt&lt;br /&gt; ReflectionHelper.dll!ReflectionHelper.Assembly.AssemblyResolverHelper.Resolve(Mono.Cecil.AssemblyNameReference name) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.MetadataResolver.Resolve(Mono.Cecil.TypeReference type) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.MetadataResolver.GetType(Mono.Cecil.ModuleDefinition module, Mono.Cecil.TypeReference reference) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.MetadataResolver.Resolve(Mono.Cecil.TypeReference type) Unbekannt&lt;br /&gt; [Die 2&amp;nbsp;Frames dar&amp;uuml;ber wurden 17849-mal wiederholt] &lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.MetadataResolver.GetType(Mono.Cecil.ModuleDefinition module, Mono.Cecil.TypeReference reference) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.MetadataResolver.Resolve(Mono.Cecil.TypeReference type) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.TypeReference.Resolve() Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.Mixin.CheckedResolve(Mono.Cecil.TypeReference self) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.SignatureReader.ReadCustomAttributeEnum(Mono.Cecil.TypeReference enum_type) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.SignatureReader.ReadCustomAttributeElementValue(Mono.Cecil.TypeReference type) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.SignatureReader.ReadCustomAttributeElement(Mono.Cecil.TypeReference type) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.SignatureReader.ReadCustomAttributeElement(Mono.Cecil.TypeReference type) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.SignatureReader.ReadCustomAttributeFixedArgument(Mono.Cecil.TypeReference type) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.SignatureReader.ReadCustomAttributeConstructorArguments(Mono.Cecil.CustomAttribute attribute, Mono.Collections.Generic.Collection&amp;lt;Mono.Cecil.ParameterDefinition&amp;gt; parameters) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.MetadataReader.ReadCustomAttributeSignature(Mono.Cecil.CustomAttribute attribute) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.CustomAttribute.Resolve.AnonymousMethod__35_0(Mono.Cecil.CustomAttribute attribute, Mono.Cecil.MetadataReader reader) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.ModuleDefinition.Read&amp;lt;System.__Canon&amp;gt;(System.__Canon item, System.Action&amp;lt;System.__Canon, Mono.Cecil.MetadataReader&amp;gt; read) Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.CustomAttribute.Resolve() Unbekannt&lt;br /&gt; Mono.Cecil.dll!Mono.Cecil.CustomAttribute.ConstructorArguments.get() Unbekannt&lt;br /&gt; ReflectionHelper.dll!ReflectionHelper.DotNetHelper.IsLocalizableProperty(Mono.Cecil.TypeDefinition td, string propertyname) Unbekannt&lt;br /&gt; ReflectionHelper.dll!ReflectionHelper.DotNetHelper.IsLocalizableProperty(Mono.Cecil.TypeReference tr, string propertyName) Unbekannt&lt;br /&gt; WFControlModel.dll!DnDotNet.WFControlModel.WFControl.AddDefaultValues(string typename, DnDotNet.WFControlModel.WFPropertyList values, bool isformcontrol, bool addFont, bool isinheritedfromform) Unbekannt&lt;br /&gt; WFControlModel.dll!DnDotNet.WFControlModel.WFControl.AddDefaultValues(string typename, DnDotNet.WFControlModel.WFPropertyList values, bool isformcontrol, bool addFont, bool isinheritedfromform) Unbekannt&lt;br /&gt; WFControlModel.dll!DnDotNet.WFControlModel.WFControl.AddDefaultValues(bool isAutoScaleModeEqualsFontFound) Unbekannt&lt;br /&gt; DnDotNet.dll!DnDotNet.Parser.Resources.WFFormResource.AddDefaultValues() Unbekannt&lt;br /&gt; DnDotNet.dll!DnDotNet.Parser.Resources.AssemblyResource.ParseAndExtend(ref DnDotNet.Parser.Resources.WFFormResource form, DnDotNet.Parser.Resources.WFFormResource baseForm) Unbekannt&lt;br /&gt; DnDotNet.dll!DnDotNet.Parser.Resources.AssemblyResource.ParseAssemblyDefinition(Mono.Cecil.AssemblyDefinition currentAssemblyDefinition, System.Collections.Generic.Dictionary&amp;lt;string, DnDotNet.Parser.Resources.IResource&amp;gt; missingResources, bool handleSatelliteAsMain) Unbekannt&lt;br /&gt; DnDotNet.dll!DnDotNet.Parser.Resources.AssemblyResource.Parse() Unbekannt&lt;br /&gt; DnDotNet.dll!DnDotNet.Parser.WFParser.AppDomainRunner.Parse(string fileName, Pass.AddIn.Core.enmParsingTypes action, Pass.AddIn.Core.CPAICustomFile customFile, Pass.AddIn.Core.CPAIAddIn addin, Pass.AddIn.Core.CPAIApplicationTools apptools) Unbekannt&lt;br /&gt; DnDotNet.dll!DnDotNet.Parser.WFParser.AppDomainRunner.Invoke() Unbekannt&lt;br /&gt; DnDotNet.dll!DnDotNet.Parser.WFParser.AppDomainRunnerMarshal.Invoke() Unbekannt&lt;br /&gt; [AppDomain (Sandbox, #2) -&amp;gt; AppDomain (DefaultDomain, #1)] &lt;br /&gt; mscorlib.dll!System.AppDomain.DoCallBack(System.CrossAppDomainDelegate callBackDelegate) Unbekannt&lt;br /&gt; [AppDomain (DefaultDomain, #1) -&amp;gt; AppDomain (Sandbox, #2)] &lt;br /&gt; DnDotNet.dll!DnDotNet.Parser.WFParser.ParserAppDomain.ParseUsingAppDomain(string filename, Pass.AddIn.Core.enmParsingTypes action, Pass.AddIn.Core.CPAICustomFile customFile, Pass.AddIn.Core.CPAIAddIn addin, Pass.AddIn.Core.CPAIApplicationTools apptools, bool cacheassemblies) Unbekannt&lt;br /&gt; DnDotNet.dll!DnDotNet.Parser.WFParser.ParserAppDomain.ParseDotNetFile(string filename, Pass.AddIn.Core.enmParsingTypes action, Pass.AddIn.Core.CPAICustomFile customFile) Unbekannt&lt;br /&gt; DnDotNet.dll!DnDotNet.Components.ParserComponent.ParseFile(string fileName, Pass.AddIn.Core.enmParsingTypes action, Pass.AddIn.Core.CPAICustomFile customFile) Unbekannt&lt;br /&gt; PAINetAddInManager.dll!&amp;lt;Module&amp;gt;.PAIFN_ParseFile(char* filename, int action, IPAICustomFile* customfile) Unbekannt&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PSL exception parsing source files - after project update containing modularization with NuGet packages</title><link>https://uat.community.rws.com/thread/184201?ContentTypeID=1</link><pubDate>Wed, 11 Jun 2025 07:22:05 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:e2d091fd-e99b-4d1a-b22b-5ef80e4b9d03</guid><dc:creator>Franz-Josef Knelangen</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/184201?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/57719/psl-exception-parsing-source-files---after-project-update-containing-modularization-with-nuget-packages/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;After quite a bit of back and forth with RWS support, we received a new beta version. Upon examining the stack trace, we discovered a reference to a .NET 9 (!) system DLL in the crashing project. After removing this faulty reference, the crash was resolved. Thank you, Adrian&amp;nbsp;♡. - Perhaps Passolo can catch this kind of error in the future.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Reinstalling Add-Ins when moving Passolo to a new machine</title><link>https://uat.community.rws.com/thread/57972?ContentTypeID=0</link><pubDate>Tue, 03 Jun 2025 16:53:52 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:0c0013d0-e89c-46d7-8762-95c3f70c7fc1</guid><dc:creator>Mark Pfeifer</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/57972?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/57972/reinstalling-add-ins-when-moving-passolo-to-a-new-machine/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;We&amp;#39;ve been using Passolo since Passolo 2015.&amp;nbsp; We bought Passolo 2015 along with the .Net and Delphi add-ins.&amp;nbsp; We upgraded twice and currently run Passolo 2022.&lt;/p&gt;
&lt;p&gt;I need to move this installation to a new machine.&amp;nbsp; I installed Passolo 2022 and transferred the license - this all works well.&amp;nbsp; The problem is the add-ins.&amp;nbsp; How do I get these add-ins to work on the new machine?&amp;nbsp; Do I need to purchase Passolo 2022 versions of the add-ins?&lt;/p&gt;
&lt;p&gt;Can I make an add-in originally purchased for Passolo 2015 work on Passolo 2022?&lt;/p&gt;</description></item><item><title>Addin version does not appear</title><link>https://uat.community.rws.com/thread/57914?ContentTypeID=0</link><pubDate>Thu, 29 May 2025 05:23:14 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:7ee147d5-e08c-47d7-800d-96cba983cd12</guid><dc:creator>Bal&amp;#225;zs Feh&amp;#233;r</dc:creator><slash:comments>4</slash:comments><comments>https://uat.community.rws.com/thread/57914?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/57914/addin-version-does-not-appear/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have a problem that, I have a functioning addin, but the version&amp;nbsp;of the addin does not appear in the options (see image).&amp;nbsp;I am not sure what I am doing wrong. Can you please help what I should set to make it appear?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:600px;max-width:900px;" src="https://uat.community.rws.com/resized-image/__size/1800x1200/__key/communityserver-discussions-components-files/144/67fa3ff7_2D00_4bb9_2D00_4943_2D00_843f_2D00_bce9df04e639.png" alt="Screenshot of the Add-ins window showing a list of add-ins. The 'Kalcium plugin for Passolo' has its version listed as 'Unknown' in the Version column." /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Addin version does not appear</title><link>https://uat.community.rws.com/thread/183854?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 06:02:41 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:1c7b591f-a5c0-426c-b273-a9ded0353a0a</guid><dc:creator>Bal&amp;#225;zs Feh&amp;#233;r</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/183854?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/57914/addin-version-does-not-appear/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Thanks for the information! Answer is not that simple, because those&amp;nbsp;informations are defined, yet Passolo does not load such information. Will ask it on&amp;nbsp;another forum.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Addin version does not appear</title><link>https://uat.community.rws.com/thread/183853?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 05:52:26 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:d8b83efd-6cd0-4ace-a30b-32d975f7ad1b</guid><dc:creator>Achim Herrmann</dc:creator><slash:comments>1</slash:comments><comments>https://uat.community.rws.com/thread/183853?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/57914/addin-version-does-not-appear/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Yes, that might be the wrong forum for this question, as it is usually for users that are using the .NET add-in to localize .NET based software.&lt;/p&gt;
&lt;p&gt;But the answer to your question is simple and not very complicated. Passolo plug-ins are DLLs and usually each development environment allows developers to define some Microsoft PE compatible&amp;nbsp;&lt;strong&gt;Version&lt;/strong&gt; resource in DLLs. The version information from the main plugin DLL is displayed here automatically.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Addin version does not appear</title><link>https://uat.community.rws.com/thread/183852?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 05:38:58 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:e0d6fe5f-8a1e-4e00-9310-de5a483e8d83</guid><dc:creator>Bal&amp;#225;zs Feh&amp;#233;r</dc:creator><slash:comments>1</slash:comments><comments>https://uat.community.rws.com/thread/183852?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/57914/addin-version-does-not-appear/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;I am from Kaleidoscope, and I am looking for help on the dev community forum, since I haven&amp;#39;t find anything in the SDK regarding this. I hope someone can specify what must be set to be able to display a version number there. Am I on the wrong forum?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Addin version does not appear</title><link>https://uat.community.rws.com/thread/183851?ContentTypeID=1</link><pubDate>Mon, 02 Jun 2025 04:51:23 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:6c193155-13d2-496e-93e7-9269149de162</guid><dc:creator>Achim Herrmann</dc:creator><slash:comments>1</slash:comments><comments>https://uat.community.rws.com/thread/183851?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/57914/addin-version-does-not-appear/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;The Kalcium plugin for Passolo wasn&amp;#39;t developed by RWS, so we cannot help answering this question. Please contact Kaleidoscope in Austria, which developed this special plugin.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PSL exception parsing source files - after project update containing modularization with NuGet packages</title><link>https://uat.community.rws.com/thread/183498?ContentTypeID=1</link><pubDate>Mon, 19 May 2025 09:55:36 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:31967cbf-4f3c-440f-90fe-b56a7d540406</guid><dc:creator>Franz-Josef Knelangen</dc:creator><slash:comments>1</slash:comments><comments>https://uat.community.rws.com/thread/183498?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/57719/psl-exception-parsing-source-files---after-project-update-containing-modularization-with-nuget-packages/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Thank you, Paul! Got your e-mail. That was quick!&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PSL exception parsing source files - after project update containing modularization with NuGet packages</title><link>https://uat.community.rws.com/thread/183496?ContentTypeID=1</link><pubDate>Mon, 19 May 2025 09:14:57 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:bbc0f72d-05ca-4421-8c04-4d180c300de0</guid><dc:creator>Paul Filkin</dc:creator><slash:comments>1</slash:comments><comments>https://uat.community.rws.com/thread/183496?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/57719/psl-exception-parsing-source-files---after-project-update-containing-modularization-with-nuget-packages/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&lt;a href="https://uat.community.rws.com/members/anna-franz"&gt;Anna  Franz&lt;/a&gt;  We will be pleased to help you with this problem so have logged a support case on your behalf. We do prioritise customers who have a support contract so please keep in mind it could take up to 48 hours, especially over a weekend, but rest assured we will contact you as soon as we can. You will be contacted at the email address used for this Community. Support Case Id :  CS0011586. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PSL exception parsing source files - after project update containing modularization with NuGet packages</title><link>https://uat.community.rws.com/thread/183495?ContentTypeID=1</link><pubDate>Mon, 19 May 2025 09:08:15 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:427f2cb0-53e5-4f9b-a0a6-14669437ea4e</guid><dc:creator>Franz-Josef Knelangen</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/183495?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/57719/psl-exception-parsing-source-files---after-project-update-containing-modularization-with-nuget-packages/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;We currently don&amp;#39;t have a support plan - but I think one can submit exceptions/crashes of Passolo w/o such a plan, just can&amp;#39;t figure out, how...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PSL exception parsing source files - after project update containing modularization with NuGet packages</title><link>https://uat.community.rws.com/thread/183420?ContentTypeID=1</link><pubDate>Fri, 16 May 2025 05:57:43 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:45054071-8c83-4979-9f63-791007b9dd4b</guid><dc:creator>Achim Herrmann</dc:creator><slash:comments>1</slash:comments><comments>https://uat.community.rws.com/thread/183420?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/57719/psl-exception-parsing-source-files---after-project-update-containing-modularization-with-nuget-packages/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Nothing that can be replied within this forum. This is definitely something that needs a deeper analysis by our support engineers. Please log a support case at&amp;nbsp;&lt;a id="" href="https://gateway.rws.com/csm"&gt;https://gateway.rws.com/csm&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PSL exception parsing source files - after project update containing modularization with NuGet packages</title><link>https://uat.community.rws.com/thread/183338?ContentTypeID=1</link><pubDate>Wed, 14 May 2025 04:54:40 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:8ee3e5b6-5a47-4d06-af8b-f346b7d74cc4</guid><dc:creator>Franz-Josef Knelangen</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/183338?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/57719/psl-exception-parsing-source-files---after-project-update-containing-modularization-with-nuget-packages/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;OK. Understood. Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PSL exception parsing source files - after project update containing modularization with NuGet packages</title><link>https://uat.community.rws.com/thread/183239?ContentTypeID=1</link><pubDate>Mon, 12 May 2025 08:52:50 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:ab1cb94b-f5c1-4739-8a43-9b1f3a46cfb8</guid><dc:creator>Paul Filkin</dc:creator><slash:comments>1</slash:comments><comments>https://uat.community.rws.com/thread/183239?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/57719/psl-exception-parsing-source-files---after-project-update-containing-modularization-with-nuget-packages/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;a href="https://uat.community.rws.com/members/franz_2d00_josefknelangen"&gt;Franz-Josef Knelangen&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
[quote userid="162549" url="~/product-groups/trados-portfolio/passolo/f/net-add-in/57719/psl-exception-parsing-source-files---after-project-update-containing-modularization-with-nuget-packages"]Response to Spam Filter:

This is no spam. Don&amp;#39;t know what triggered this. Greetings, Franz-Josef[/quote]
&lt;p&gt;At a guess it&amp;#39;s probably all the repetition in the text.&amp;nbsp; It often helps to avoid this if you add this sort of content as a code block using the Insert Menu.&lt;/p&gt;
&lt;p&gt;Just in case you need to do another one :-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Passolo 2022 Professional -- what does this error mean ?</title><link>https://uat.community.rws.com/thread/181309?ContentTypeID=1</link><pubDate>Tue, 18 Mar 2025 11:54:00 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:10abc5d9-b7d2-48d7-950b-f2eaf02f628b</guid><dc:creator>Robert Yang</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/181309?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/55996/passolo-2022-professional----what-does-this-error-mean/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;We opened a support case, but in the end due to schedule pressure had to just work around the issue by turning on localization for one of the Windows Forms controls involved and a few tweaks.&lt;/p&gt;
&lt;p&gt;I think we learned that Passolo support for WPF might still be a bit lacking in places.&lt;/p&gt;
&lt;p&gt;Good luck.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Passolo 2022 Professional -- what does this error mean ?</title><link>https://uat.community.rws.com/thread/55996?ContentTypeID=0</link><pubDate>Fri, 20 Dec 2024 16:23:41 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:089ac08b-1aea-47f4-808d-3bf3ff1c50d0</guid><dc:creator>Robert Yang</dc:creator><slash:comments>5</slash:comments><comments>https://uat.community.rws.com/thread/55996?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/55996/passolo-2022-professional----what-does-this-error-mean/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi, we&amp;#39;ve been using Passolo 2022 for two years now, and things seem to be working pretty well.&amp;nbsp; Lately though we ran into an error when we tried to add a new DLL to our LPU.&lt;/p&gt;
&lt;p&gt;We are on .Net Framework 4.8, with a mix of Windows Forms and WPF.&amp;nbsp; None of this has caused any issues so far.&amp;nbsp; But this one DLL which contains WPF XAML and a couple of XML files as string resources seems to cause issues with the .Net parser when trying to create/update the string table for the first time.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is an excerpt of the error, omitting the specific filename and so on :&lt;/p&gt;
&lt;pre&gt;    Passolo: Professional Edition 2022
    DotNet Parser Version: 22.0.207.0&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;b&gt;Info&lt;/b&gt;
        ObfuscationLevel: None
        Winform ResourceReader Schemes: None
        Assembly
            Target Framework: Framework 4.0
            PortableExecutableKinds: ILOnly
            ImageFileMachine: I386
            Assembly is Unsigned
    
    &lt;b&gt;Referenced Assemblies&lt;/b&gt;
        mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 
        PresentationCore, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 
        PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 
        System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 
        System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 
        System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 
        System.Data.DataSetExtensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 
        System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 
        System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 
        System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 
    
    &lt;b&gt;Missing Fonts&lt;/b&gt;
        None&lt;/pre&gt;
&lt;pre&gt;&lt;span style="background-color:yellow;"&gt;Exception: The type initializer for &amp;#39;Pass.Silverlight.SilverlightAssemblyResolver&amp;#39; threw an exception.&lt;/span&gt;
    &lt;span style="background-color:yellow;"&gt;InnerException Exception: Could not find Silverlight.&lt;/span&gt;
    &lt;span style="background-color:yellow;"&gt;   at Pass.Silverlight.SilverlightAssemblyResolver..ctor(String targetAssembly)
   at Pass.Silverlight.SilverlightAddIn.ParseFile(String file, Int32 action, CPAICustomFile customFile, CPAIApplicationTools appTools, String targetFileNonSilverlightAssemblies)
   at DnDotNet.Parser.Resources.XamlResourceContainer.Parse()
   at DnDotNet.Parser.Resources.AssemblyResource.ParseAssemblyDefinition(AssemblyDefinition currentAssemblyDefinition, Dictionary`2 missingResources, Boolean handleSatelliteAsMain)&lt;/span&gt;&lt;/pre&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I tried adding a &amp;quot;dummy&amp;quot; string to the resource table in the DLL, thinking perhaps Passolo was getting confused by the fact that there were no regular strings in the table, but this didn&amp;#39;t help.&lt;/p&gt;
&lt;p&gt;What does this mean, and how can we fix it ?&amp;nbsp; Should we open a support case ?&lt;/p&gt;
&lt;p&gt;Thanks for any assistance !&lt;/p&gt;
&lt;p&gt;-Rob&lt;/p&gt;</description></item><item><title>RE: Passolo 2022 Professional -- what does this error mean ?</title><link>https://uat.community.rws.com/thread/181302?ContentTypeID=1</link><pubDate>Tue, 18 Mar 2025 09:27:12 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:1762a615-2faa-4b02-9f40-6cfdc8f6d494</guid><dc:creator>Adrian Maniu</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/181302?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/55996/passolo-2022-professional----what-does-this-error-mean/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hello, the issue here was caused by embedding XAML files into the DLL which Passolo tries process as Silvelight files. &lt;br /&gt;As a workaround you should include the resources as BAML files which work fine in Passolo.&lt;/p&gt;
&lt;p&gt;I think &lt;a href="https://uat.community.rws.com/members/robertyang"&gt;Robert Yang&lt;/a&gt;&amp;nbsp;has better details about the workaround they applied for this case.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Passolo 2022 Professional -- what does this error mean ?</title><link>https://uat.community.rws.com/thread/181289?ContentTypeID=1</link><pubDate>Tue, 18 Mar 2025 02:44:23 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:93b78924-47dc-45d8-a625-61fa496c2b9b</guid><dc:creator>Sunny Sun</dc:creator><slash:comments>2</slash:comments><comments>https://uat.community.rws.com/thread/181289?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/55996/passolo-2022-professional----what-does-this-error-mean/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Same problem&lt;span class="emoticon" data-url="https://uat.community.rws.com/cfs-file/__key/system/emoji/1f622.svg" title="Cry"&gt;&amp;#x1f622;&lt;/span&gt;, any solution or workarounds then?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: .NET parser add-in fails to load</title><link>https://uat.community.rws.com/thread/179448?ContentTypeID=1</link><pubDate>Fri, 31 Jan 2025 19:42:39 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:d5a8fe8e-1409-41c8-a36f-c2661ae65166</guid><dc:creator>Adrian Maniu</dc:creator><slash:comments>0</slash:comments><comments>https://uat.community.rws.com/thread/179448?ContentTypeID=1</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/33856/net-parser-add-in-fails-to-load/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi &lt;a href="https://uat.community.rws.com/members/bernadettehaury"&gt;Bernadette Haury&lt;/a&gt;&amp;nbsp;, for licensing issues please raise a case for the support team:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://gateway.sdl.com/CommunityKnowledge?articleName=000002535"&gt;https://gateway.sdl.com/CommunityKnowledge?articleName=000002535&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>.NET parser add-in fails to load</title><link>https://uat.community.rws.com/thread/33856?ContentTypeID=0</link><pubDate>Thu, 04 Feb 2021 18:02:57 GMT</pubDate><guid isPermaLink="false">10acfa76-f078-475b-a7ef-fc5b3e8d2934:daa18529-a029-4c10-b399-fc4a4103b128</guid><dc:creator>Arash Ansari</dc:creator><slash:comments>6</slash:comments><comments>https://uat.community.rws.com/thread/33856?ContentTypeID=0</comments><wfw:commentRss>https://uat.community.rws.com/product-groups/trados-portfolio/passolo/f/net-add-in/33856/net-parser-add-in-fails-to-load/rss?ContentTypeId=0</wfw:commentRss><description>&lt;p&gt;Hi &lt;a href="https://uat.community.rws.com/members/amaniu" data-contentid="3ab7552371c043408b14a309a3eed71f" data-contenttypeid="e9ed411860ed4f2ba0265705b8793d05" class="ui-contentpeek internal-link view-user-profile"&gt;Adrian Maniu&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I have installed Passolo 2018 recently (pro edition) but it fails to load Microsoft .Net parser add-in:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://uat.community.rws.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/144/1055.pastedimage1612461571812v1.png" alt="Passolo 2018 Add-ins window showing a list of file parsers. The Microsoft .NET Parser has an error symbol and the message 'Load on Use: Requested feature is not available'." /&gt;&lt;/p&gt;
&lt;p&gt;&amp;quot;Requested feature is not available&amp;quot;. Does this mean that there is an issue with my installation of Passolo? Or this add-in is not included in the pro edition? The add-in works find on the demo edition I have installed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>