09-13-2013 10:41 AM
I am migrating an application from Visual Studio 2008 to Visual Studio 2012. I need to continue WinXP support with this application so I can only go as high as the Microsoft .NET Framework 4.0. The documentation with Measurement Studio 2013 indicates that Microsoft .NET Framework 4.5 is required for Visual Studio 2012 support. Is there a way to use Measurement Studio 2013 in Visual Studio 2012 with the Microsoft .NET Framework 4.0? Will an earlier version of Measurement Studio work with Visual Studio 2012?
09-16-2013 01:06 PM
You will want to look at the Using .NET 4.0 Measurement Studio Assemblies in Visual Studio 2012 help topic, which describes how to accomplish this without integration support.
09-24-2013 10:49 AM
I too am in great need to get Measurement Studio 2013 working on the 4.0 .net framework. I looked at the PDF but it wasn't apparent to me what I need to do.
What I've tried is:
Any ideas? There are bug fixes in Measurement Studio 2013 that I want to use but I need to support XP.
Thanks,
Dan
09-24-2013 11:39 AM
Thank you for the response. The solution described in the cited reference is basically what I was expecting. The reference will make sure I don't miss any important steps.
09-24-2013 11:41 AM
You should not need to switch to 4.5 to add 4.0 assemblies.
When you are adding the assembly references, make sure you are pulling them from the National Instruments\MeasurementStudioVS2010
installation folder (as described in the Adding Measurement Studio References section of the help topic).
09-24-2013 12:50 PM
Thanks it works now. I had previously skipped installation of VS2010 components because I don't use it. Also had to manually edit the .licx file for anyone else who is interested. I used the "sn" command in VS tools to get the public key token of NationalInstruments.Controls.dll and then updated the licx file.