SyntaxEditor errors with old version of Shared Assembly

SyntaxEditor for WPF Forum

Posted 15 years ago by Jon von Gillern
Avatar
If anyone happens to have problems (which you will) when you try to reference the SyntaxEditor dlls, but with the newest version of the ActiproSoftware.Shared.Wpf30 dlls (which is currently 4.5.486.0), simply add the appropriate sections to your app.config and your problems should disappear.

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="ActiproSoftware.Shared.Wpf30" publicKeyToken="36ff2196ab5654b9"/>
<bindingRedirect oldVersion="1.0.0.0-65535.65535.65535.65535" newVersion="4.5.486.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>

[Modified at 03/16/2009 09:24 PM]

Comments (1)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Jon,

We posted a new SyntaxEditor alpha a day or two after the WPF Studio build 486 release. Just update to that since it works on build 486 assemblies and has a lot of new stuff in it anyhow. Make sure you occasionally visit the pinned post in this forum since it tells you when we update the build and what in general was added/changed.


Actipro Software Support

The latest build of this product (v24.1.2) was released 2 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.