W
W Akthar
Hi All,
I have written a windows service which runs a small
windows application. This windows application queries a
sql server database and depending on these results, sets
appointments in outlook.
When I run the windows application outside the service it
works fine as designed, but when it is launched from a
windows service I get an error message
The server is not available. Contact your administrator
if this condition persists.
when trying to logon using the following code
oNS.Logon(profile, password, false, true);
Any ideas please???
I have written a windows service which runs a small
windows application. This windows application queries a
sql server database and depending on these results, sets
appointments in outlook.
When I run the windows application outside the service it
works fine as designed, but when it is launched from a
windows service I get an error message
The server is not available. Contact your administrator
if this condition persists.
when trying to logon using the following code
oNS.Logon(profile, password, false, true);
Any ideas please???