I might be able to help with a couple of these:
The missing messages might be because System_SR_ENU.CAB is not
installed. I think "ENU" might mean the "en-us" culture (don't quote
me on that), meaning you'd want to find the resource CAB matching your
language. Look for a System_SR file. If your device/program is set to
a German localization, try setting the current culture to en-us, get
your exception to happen, and see if you see an English error message.
For the company and shortcut issues: take a look in the CAB .inf file
located beneath your SmartDeviceCab project, for example in
\TheCabProject\Debug\ProjectNameCAB.inf . The keys in there should
help you with the other issues.
|