Windows Service

g_uma

New member
Joined
Oct 20, 2005
Messages
3
Programming Experience
1-3
Hi all,

In VB.Net, I have created a class library with a function to send an email.I have created windows service and included the dll created in the class library. Then i have called the sendmail function in the dll. Then I built the windows service and installed the service. I have started the service. Up to this every thing works fine.

But I am not receiving the mail, and service is also running. At the same time log file is also not created.

My requirement is to include a dll file and call the functions written in the dll file in a windows service in VB.net.

Since i am new to vb.net, i am not able to find out the problem. Can any one help to solve this problem?

Thanks in advance
 
Back
Top