- February 6, 2007
- 54
- 2
- 78
Thank you for your reply.
Christian
Christian
if (!File.Exists(Config.GetFile(Config.Dir.Config, "SG_VFD.dll")))
Yep, I need the driver... Are you sure it is backwards compatible with the older one? That one is still used by the iMon VFD driver.
Another remark:
in the IsDisabled method I found:
I think that should be Config.Dir.Base, as the SG_VFD.dll file is found in the MP home folder.Code:if (!File.Exists(Config.GetFile(Config.Dir.Config, "SG_VFD.dll")))
Joe
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="log4net" publicKeyToken="b32731d11ce58905" culture="neutral" />
<bindingRedirect oldVersion=”1.2.9.0” newVersion=”1.2.10.0” />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>