03-04-2013 10:05 PM
Hi Walter,
Thank you for posting the build output. I will need to take a closer look at this before I tell you anything definitive. I will let you know once I know more. Thank you for your patience while we work through this together.
Warm Regards,
03-12-2013 07:02 PM
Hi Walter,
I apologize for the long delay. From what I can determine, this warning is likely happening because the version of Common on your system is newer than the version expected by the Measurement Studio assemblies. To rectify this warning, you will need to double-click on the warning. This will create an App.config file which will account for this versioning difference.
Please try this, and let me know if it clears up the warning.
Warm Regards,
03-23-2013 11:16 AM
Thanks Daniel. Yes this clears the warning but at what expense? Are there any negative consequences of doing it this way? I had thought that this method was more of a bandaid than a fix. Also every application I write in the future will have this same bug until I implement this 'cure'.
Is there no way of instructing NI software of the Common that I am actually using?
03-25-2013 02:51 PM
Hi Walter,
This method is going to create a file called app.config which is then included in your project. This is not going to have an adverse effect on your application. If you look inside app.config, you'll see it explicitly tells the application which version of Common to use.
The reason this message is a warning and not an error is because Visual Studio likely does this automatically in the background, but prefers an explicit instruction, which is what is done by creating app.config.
Please let me know if this clears things up.
Warm Regards,