SmartClient Launching

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When launching an application from a browser using Microsoft Smart Client
technology. I am receiving the following exception:

InvalidOperationException
"The key 'Manifest' does not appear in the appSettings configuration section"

This only appears to happen on the XPE machines and not the Windows XP
Professional machines. The XPE and Windows XP machines have the .NET
Framework 1.1 (1.1.4322.573) installed.

Any help would be GREATLY appreciated!

Thanks,

Doug
 
More information:

Using AppSettingsReader does not work on XPE, however,
ConfigurationSettings.AppSettings does work.
ConfigurationSettings.AppSettings, however, does not appear to work accessing
across domains (clickonce deployment)
 
Back
Top