G
Guest
Hi,
Trying to do something very simple, just display the application help file
associated with an application. I've set up the Help Provider, the
HelpNamespace property is simply the name of the file so it is always looking
for it in the same directory as the program. I am calling with the following
code..
Help.ShowHelp(this, hpMain.HelpNamespace, HelpNavigator.TableOfContents);
This works absolutely fine on my development machine. This also works fine
on a Citrix server where I am in the local Administrators group.
However, this does not work on servers that make up our farm (I don't have
admin rights on these). I've wrapped the above code in try|catch blocks,
added logging etc....the code is simply called and nothing happens. No
exceptions are raised and the help file is not displayed??
What could this be, a permissions issue?? Any ideas?
Thanks
Trying to do something very simple, just display the application help file
associated with an application. I've set up the Help Provider, the
HelpNamespace property is simply the name of the file so it is always looking
for it in the same directory as the program. I am calling with the following
code..
Help.ShowHelp(this, hpMain.HelpNamespace, HelpNavigator.TableOfContents);
This works absolutely fine on my development machine. This also works fine
on a Citrix server where I am in the local Administrators group.
However, this does not work on servers that make up our farm (I don't have
admin rights on these). I've wrapped the above code in try|catch blocks,
added logging etc....the code is simply called and nothing happens. No
exceptions are raised and the help file is not displayed??
What could this be, a permissions issue?? Any ideas?
Thanks