|
Update to MDX broke my code
I get this error when I start MDX. My code works on an older version of MDX. That's what I'm currently using in my working setup. I'd like to be able to stay up to date so I can take advantage of new features. I can post my code if it'll help.
---------------------------
---------------------------
System.IO.FileLoadException: Could not load file or assembly 'FusionTypes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=67de7eb54dc61c0f' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
File name: 'FusionTypes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=67de7eb54dc61c0f'
at Fusion_Control_Centre_UberMDX.MainMDX..ctor(Boolea n showSplashScreen, Boolean useBasicGraphics, Boolean input_useThreading, Boolean input_rapeRegistry)
at Fusion_Control_Centre_UberMDX.Program.Main(String[] inputargs)
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
---------------------------
OK
---------------------------
Thanks!
|