Reputation: 8327
I'm using Visual Studio 2017 Pro. I am using VB.NET to create a GUI windows app to manage an NI USB-6343 DAQ.
Upvotes: -1
Views: 1683
Reputation: 2659
NI Measurement Studio 2015 does sadly not support VS2015 (and so also not VS2017), it supports VS 2013, 2012 and 2010. There is a workaround for 2015 see this link, that might also work for VS2017.
Update:
Measurement Studio 2019 Beta
Measurement Studio extends the power of Microsoft Visual Studio with a set of .NET tools designed for building engineering test and measurement applications. Try out the beta to use:
- Visual Studio 2015 and 2017 integration
- Debug Visualizer
see http://www.ni.com/de-ch/support/software-technology-preview.html
Update 2
NI Measurement Studio 2019 supports VS2015, VS2017 and VS2019, see
https://www.ni.com/en-us/support/downloads/software-products/download.measurement-studio.html
and https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019RD9SAM&l=de-CH
Upvotes: 2