Author Topic: Civil 3D AECCDBMGD Warning  (Read 1820 times)

0 Members and 1 Guest are viewing this topic.

bchapman

  • Guest
Civil 3D AECCDBMGD Warning
« on: February 01, 2013, 10:12:56 PM »
Warning   2   There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "AeccDbMgd", "AMD64". This mismatch may cause runtime failures. ...


Believe this might be because I am using 64Bit version of the AECCDBMGD file, but can't seem to locate a non-64bit version. Anyone have any advice?  Thanks!

Jeff_M

  • King Gator
  • Posts: 4096
  • C3D user & customizer

bchapman

  • Guest
Re: Civil 3D AECCDBMGD Warning
« Reply #2 on: February 01, 2013, 10:56:29 PM »
Thanks Jeff.... all I have is C# 2010 express... and Visual Studio 2012. Been using c# 2010 because all the tutorials I've seen are for it.  I had to do the following to find the option to build to "any cpu":

    Enable the Tools → Settings → Expert Settings menu option

    Go to Tools → Options
    In the dialog box, check Show All Settings option in the bottom left.

    In the above dialog, now choose Projects and Solutions → General.
    Check the option Show advanced build configurations.
    Click OK.