0

I have a unit which has windows embedded operating system. I can simply compile and run my application on windows 7. I had run my application on windows embedded too. But for a while later it began to have an exception Here is the screenshots of it.

enter image description here enter image description here

Is there anyone who have some information about it ?

vtokmak
  • 1,496
  • 6
  • 35
  • 66
  • Does the machine that has this error have the .NET framework installed on it? Specifically the version you're targeting (4.0)? Is your project set to build in x86/x64/any? Does your app contain references to any third party DLLs/components that need installing on this machine? – Bridge Sep 05 '12 at 13:53
  • Yes, .NET framework installed. My project set to build for any CPU. App contains embedded manifest. – vtokmak Sep 05 '12 at 14:16
  • possible duplicate of [Deciphering the .NET clr20r3 exception parameters P1..P10](http://stackoverflow.com/questions/4052770/deciphering-the-net-clr20r3-exception-parameters-p1-p10) – Hans Passant Sep 05 '12 at 14:35

1 Answers1

0

I uninstalled used API from system, and re-installed it. It solved.

vtokmak
  • 1,496
  • 6
  • 35
  • 66