Hotfix: DVDBuilder 2.x.y and .NET Framework 4

UPDATE:
Starting with DVDBuilder 2.2.1 this is no longer needed. DVDBuilder 2.2.1 and above comes with an installer for CLR4, .NET Framework 4.5, .NET Framework 4.0 and Visual Studio 2012 and 2010.

To use the existing CLR2 version of DVDBuilder.NET in a .NET framework 4.0 / CLR4 application you must include the following snippet in your app.config file:

<pre class="lang:xml decode:true"><?xml version="1.0"?>
<configuration>
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  </startup>
</configuration>

This will not be required for the next version of DVDBuilder. The new DVDBuilder will support .NET 4 / 4.5 out of the box.


Blog Comments powered by Disqus.

Search