I can build and debug the head just fine, but when I try to change to 'release' mode I get the following error:
Error 18 Mixed mode assembly is built against version 'v1.1.4322' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information. C:\Users\wjs\Desktop\ODVersions\opendental11.1b\opendental11.1\OpenDental\SGEN OpenDental
Googling for that error suggests that app.config needs to be manually edited, but this appears OK:
Code: Select all
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
</startup>