Hi all,
Please help me because i'm stuck.
Im developing a program to collect information from an information broker.
Because of security reasons my application has to work as a service.
I've build a few classes, and i'm using a component delivered to me by the
information brokers.
To test my classes, i've build a small form with just one button.
I ask the component to send a login, and asynchronicly i'm told through an
event if my login has been succeeded.
This works perfect...
But if i use the same components in a service, the login request is send...
But the event telling me the login has succeeded never fires.
Even if i explicitly add a delegate to the event code... The code that
begins the process is the same in the form (behind a button) as in the
Service (behind a timer elapsed event).
{
Dim objBussinessRules as new BusinessRules
objBusinessRules.GetInfo
}
Could anybody tell me what is happening?
Help would be greatly appiciated!!! Thanks in advance!
Rob Smeets
Sinu - 29 Jan 2006 14:11 GMT
If you are running the component as a service then I am sorry you cannot get
visual interface. Why dont you instead log this information of successful or
unsuccessful login intot he event log or any other log file?
Hope this helps.
Thanks

Signature
Shrinivas Reddy.
Systems Analyst
Satyam Computer Services Ltd.
> Hi all,
>
[quoted text clipped - 26 lines]
>
> Rob Smeets
Sinu - 29 Jan 2006 14:11 GMT
If you are running the component as a service then I am sorry you cannot get
visual interface. Why dont you instead log this information of successful or
unsuccessful login intot he event log or any other log file?
Hope this helps.
Thanks

Signature
Shrinivas Reddy.
Systems Analyst
Satyam Computer Services Ltd.
> Hi all,
>
[quoted text clipped - 26 lines]
>
> Rob Smeets