Wanted: Vixen 2.0 software

I'm not really sure why anyone but me would want this but you can get Vixen 2.1 to work with .net 4 and up if you change the Vixen.exe.config to look like this:
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="Plugins/Output;Plugins/Trigger;Plugins/UI;AddIns;Script Modules" />
</assemblyBinding>
</runtime>
<startup>
<supportedRuntime version="v4.0"/>
</startup>
</configuration>
 
Back
Top