Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

No way to resolve conflict between "NationalInstruments.Common.Native,

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

0 Kudos
Message 1 of 2
(4,243 Views)

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

Regards,

Kyle M.
Applications Engineering
National Instruments
0 Kudos
Message 2 of 2
(4,225 Views)