Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Measurement Studio 6 running on AMD64

Hello, I have created numerous VB.net applications using Measurement Studio 6.0. Of course I have to include the interop dlls when distributing the app but it works well. Specifically I use the cwui.ocx. However, today I have atttempted to install a simple app(only one CWUI control and a button) and it fails. The target machine is a HP AMD64 (win7) box. When I start the app it tells me that the application has stopped working.

 

The details:

 

Problem Event Name: CLR20r3

Lots of "signatures" here

Problem Signature 09: System.InvalidOPerationException

OS Version: 6.1.7601.2.1.0.768.3

Location: 1033

 

Is this a known problem? Note that my development system is on a Dell XP(32) bit (VS2008)

Thanks,

Bartj

 

0 Kudos
Message 1 of 3
(4,224 Views)

The CW controls are not 64-bit compatible. Make sure that your application is built as a 32-bit only executable. You can change the target from "Any CPU" to "x86".

National Instruments
0 Kudos
Message 2 of 3
(4,211 Views)

Hey...thanks...your suggestion worked. Thanks for the response!

0 Kudos
Message 3 of 3
(4,207 Views)