Changes between Version 9 and Version 10 of ScientficInterfaceKnownCompileErrorsFaq


Ignore:
Timestamp:
2010-03-24 12:41:28 (14 years ago)
Author:
shermanl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ScientficInterfaceKnownCompileErrorsFaq

    v9 v10  
    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://www.microsoft.com/downloads/details.aspx?familyid=59daebaa-bed4-4282-a28c-b864d8bfa513&displaylang=en this Microsoft web page] 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: 
     3 
     4 * Install Microsoft Office 
     5OR 
     6 * Download the '''Redistributable Primary Interop Assemblies''' from [http://www.microsoft.com/downloads/details.aspx?familyid=59daebaa-bed4-4282-a28c-b864d8bfa513&displaylang=en Microsoft] and install these separately. 
    37 
    48== !BadImageFormatException was unhandled == 
    5 This 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.  
     9This exception indicates a corrupted build environment. Perform the following: 
     10 * '''Build > Clean solution'''  
     11 * '''Close Visual Studio''' 
     12 * manually '''delete''' any ''obj'' and ''bin'' folders from the sources folder tree.  
    613 
    714== !InvalidOperationException was unhandled == 
    8 A 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]. 
     15A 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. Do the following: 
     16 * Select {{{Build menu > Configuration Manager}}}  
     17 * Select {{{Active Platform}}} to '''x86''' (new if not listed). See [https://sources.ecopath.org:8443/trac/Ecopath/attachment/wiki/ScientficInterfaceKnownCompileErrorsFaq/Configuration%20Manager%20x86.png image]. 
    918 
    1019----