I have a WinForms .exe.  When I click on a LinkLabel to go to a web site
(for example, System.Diagnostics.Process.Start("http://www.Microsoft.com";)
it works fine if I'm running the app. locally, but when it's launched from
http it fails.  The site I'm launching it from has "full trust" permissions.

This is the error that occurs:

System.ComponentModel.Win32Exception: The requested section was not present
in the activation context

Any ideas?  Can a WinForms app. launched from http not start a process, even
if it has full trust?   That doesn't make much sense to me.  What else could
be the problem?  How else could I launch a web page from my http-launched
exe?

You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced 
DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to