Error running .NET CF 3.5 program in XP Embedded

180 Views Asked by At

I cannot run an application made for .net compact framework 3.5 in a POS with windows XP Embedded SP3, the error shown is "Unable to find a version of the runtime to run this application" so I checked over and over again and confirmed the .net compact framework 3.5 is installed and that the application uses this framework. How can I make the application run?

Thanks in advance!!

1

There are 1 best solutions below

1
On BEST ANSWER

The .net compact framework is for WinCE or Windows Embedded Compact. Windows XP Embedded is a striped Version of Windows XP and you should use normal .net instead of .net compact. But I think you can run .net compact applications with full .net framework as long as they only access the shared parts of both frameworks. So try installing full .net framework.