I have built Windows XP Embedded and everything is fine, but when I start Device Emulator and try to load saved-state file, I only see the message: "Couldn't read the saved state file". But when I do coldboot and then I try to save it, I see the message "Couldn't save the saved state file". I don't know where is the error, because in Win XP pro it is working normally. I think that I forgot to add some components in target designer.

Device Emulator and XPe
DejaVudew
The message is triggered by a long list of failure paths around loading and saving savestate files.
The DeviceEmulator delay-loads several dlls - you might want to confirm that they (and the things they depend on) are all in your XPe configuration: comdlg32.dll, iphlpapi.dll, shlwapi.dll, setupapi.dll.
Barry
Stephen Westlake
Pls sorry my bad English, because I am form Czech republic
Andy Ho
:-) Your English is fine!
Just copying the DLLs over from another PC probably will not resolve your problem. You'll need to create a new XPe image that contains those DLLs along with the registry keys and whatever else they depend on. I'm not familiar with XPe so I can't walk you through those steps.
Barry
yanyee
Radical