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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top