11-04-2011 01:04 AM
Please help me find what is causing this warning as I cannot deploy the application:
No way to resolve conflict between "NationalInstruments.Common.Native, Version=8.6.35.131, Culture=neutral, PublicKeyToken=18cbae0f9955702a" and "NationalInstruments.Common.Native, Version=8.5.35.149, Culture=neutral, PublicKeyToken=18cbae0f9955702a". Choosing "NationalInstruments.Common.Native, Version=8.6.35.131, Culture=neutral, PublicKeyToken=18cbae0f9955702a" arbitrarily.
Consider app.config remapping of assembly "NationalInstruments.Common.Native, Culture=neutral, PublicKeyToken=18cbae0f9955702a" from Version "8.5.35.149" [C:\WINDOWS\assembly\GAC_32\NationalInstruments.Common.Native\8.5.35.149__18cbae0f9955702a\NationalInstruments.Common.Native.dll] to Version "8.6.35.131" [C:\WINDOWS\assembly\GAC_32\NationalInstruments.Common.Native\8.6.35.131__18cbae0f9955702a\NationalInstruments.Common.Native.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "NationalInstruments.Common, Culture=neutral, PublicKeyToken=18cbae0f9955702a" from Version "8.5.35.149" [C:\WINDOWS\assembly\GAC_MSIL\NationalInstruments.Common\8.5.35.149__18cbae0f9955702a\NationalInstruments.Common.dll] to Version "8.6.35.131" [SharedDlls\NationalInstruments.Common.dll] to solve conflict and get rid of warning.
Many thanks
11-07-2011 11:19 AM
Danieltita,
Its a bit difficult to tell what is causing this issue without some context of the code, but you may want to go to the app.config file for the project youre working on and see what versions of the nationalinstruments.common.native its referencing. It sounds like theres a versioning conflict it is having issues with. You may need to update the references to the 8.6.35.131 version from the 8.5.35.149 version. If you post up the app.config file, we may be able to find out more information from it.
Regards,
Kyle Mozdzyn
Applications Engineering
National Instruments