01-06-2012 03:49 PM
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
01-09-2012 04:47 PM
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".
01-09-2012 09:08 PM
Hey...thanks...your suggestion worked. Thanks for the response!