The short answer is that Measurement Studio for C++ (ComponentWorks++) is not currently compatible with Visual Studio.NET. We are working on a maintenance release of Measurement Studio for C++ 6.0 that you will be able to install for use with Visual C++.NET. Look for this release sometime after Visual Studio.NET releases.
The long answer is that Visual C++.NET contains a new version of MFC. This version of MFC lives in a new DLL that is not backward compatible with the previous version of MFC. Since the Measurement Studio libraries have to link to a particular version of MFC (MFC42.DLL), you cannot use them in applications that link directly to the new DLL (MFC70.DLL).
Furthermore, the appwizard and add-in architectures changed completely between versi
ons of the Visual Studio environment, so we must re-implement them to provide this functionality in Visual Studio.NET.
David Rohacek
National Instruments