Changes between Version 5 and Version 6 of ScientficInterfaceKnownCompileErrorsFaq


Ignore:
Timestamp:
2010-02-15 07:37:10 (14 years ago)
Author:
jeroens
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ScientficInterfaceKnownCompileErrorsFaq

    v5 v6  
    11== Errors on Dao.DBengine == 
    2  * If the core fails to compile on Dao.DBengine, your system does not have the Microsoft Office 2007 interoperabilty assemblies installed that are needed to compact ACCDB databases. These assemblies are installed with Microsoft Office. You can also download the 'Redistributable Primary Interop Assemblies' from [http://go.microsoft.com/fwlink/?LinkId=72637 the Microsoft website] and install these separately. 
     2If the core fails to compile on Dao.DBengine, your system does not have the Microsoft Office 2007 interoperabilty assemblies installed that are needed to compact ACCDB databases. These assemblies are installed with Microsoft Office. You can also download the 'Redistributable Primary Interop Assemblies' from [http://go.microsoft.com/fwlink/?LinkId=72637 the Microsoft website] and install these separately. 
    33 
    44== !BadImageFormatException was unhandled == 
    5  * Close VS and clear debug/release folder.  
     5This exception indicates a corrupted build environment. Perform Build > Clean solution, close Visual Studio and manually delete any obj and bin folders from the sources folder tree.  
    66 
    77== !InvalidOperationException was unhandled == 
    8  * x64 Application links to EwECore.  Set all applications to x86: Build>Configuration Manager>Set all to x86 (new if not listed). See [https://sources.ecopath.org:8443/trac/Ecopath/attachment/wiki/ScientficInterfaceKnownCompileErrorsFaq/Configuration%20Manager%20x86.png image]. 
     8A possible cause for this exception is a 64-bit incompatibility problem with the .NET and the Microsoft Access drivers. To overcome this problem, EwE6 must be compiled for 32 bit processors. Set all applications to build for x86 processors via: Menu > Build > Configuration Manager > x86 (new if not listed). See [https://sources.ecopath.org:8443/trac/Ecopath/attachment/wiki/ScientficInterfaceKnownCompileErrorsFaq/Configuration%20Manager%20x86.png image].