G
Guest
Hi all,
I am trying to launch a URL in a browser window using Process.Start(). From
my mainline, before I call Application.Run when I try and do this I get the
following exception:
Exception: System.ComponentModel.Win32Exception
The requested lookup key was not found in any active activation context
Later, when I try and launch the webpage from a context menu item on my main
form it works fine (both times I am using the same method).
All I'm doing is the following:
System.Diagnostics.Process.Start( theUrl );
Any ideas?
Thanks,
Ben
I am trying to launch a URL in a browser window using Process.Start(). From
my mainline, before I call Application.Run when I try and do this I get the
following exception:
Exception: System.ComponentModel.Win32Exception
The requested lookup key was not found in any active activation context
Later, when I try and launch the webpage from a context menu item on my main
form it works fine (both times I am using the same method).
All I'm doing is the following:
System.Diagnostics.Process.Start( theUrl );
Any ideas?
Thanks,
Ben