Hi all,
Trying to simulate my program, but I am getting an error message. See attached picture.
Any ideas what can be wrong?
Thanks!
Error Message
-
- Posts: 137
- Joined: Mon Jun 11, 2012 2:10 pm
Re: Error Message
I've had this issue before ... anywhere in your code where you specify an interface, dll, or whatever with a CF suffix will not work when you try to simulate your code on a PC as your PC does not have the compact framework components loaded.
How I got around this was to use precompile headers (ex #ifdef) to switch between CF version and non-CF version and define NOTCF in all relevant files when simulating. I couldn't find any other method in iX, such as create define if simulating versus release build.
Hope this helps.
How I got around this was to use precompile headers (ex #ifdef) to switch between CF version and non-CF version and define NOTCF in all relevant files when simulating. I couldn't find any other method in iX, such as create define if simulating versus release build.
Hope this helps.
Adam M.
Controls Engineer
FlexEnergy
Controls Engineer
FlexEnergy
Re: Error Message
Thanks for the reply!
I think it is due to me using a VM to program the screens, never had an issue on my "native" machine.
Is there any way one could install the CF?
I think it is due to me using a VM to program the screens, never had an issue on my "native" machine.
Is there any way one could install the CF?