Actually i was looking for background process to deliver mails if certain condition met in database so i posted a question last week and got reply from one of our group member suggested me to go to Windows services and am really thankful to him.
Unfortunatly I never worked with windows services so i created a small service and installed it without any trouble. But i am not able to start it. When am trying to start its giving be alert box saying "This service has been started and stopped. Some service stop automatically if they have no work to do."
But i have created the service with timer to trigger every 30 sec to write an entry to a database table.
Looks like i cannot start the service at all. Also i tried to debug it but i could not find my service.exe in the list to attach since it is not running. {instead i found explorer.exe which is new and from the same path my service.exe exists. But physically explorer.exe is not existing in that folder)
please some one help me in fixing this. Am i missing something?
Thanks in advance Renu
Hi all,
Actually i was looking for background process to deliver mails if certain condition met in database so i posted a question last week and got reply from one of our group member suggested me to go to Windows services and am really thankful to him.
Unfortunatly I never worked with windows services so i created a small service and installed it without any trouble. But i am not able to start it. When am trying to start its giving be alert box saying "This service has been started and stopped. Some service stop automatically if they have no work to do."
But i have created the service with timer to trigger every 30 sec to write an entry to a database table.
Looks like i cannot start the service at all. Also i tried to debug it but i could not find my service.exe in the list to attach since it is not running. {instead i found explorer.exe which is new and from the same path my service.exe exists. But physically explorer.exe is not existing in that folder)
please some one help me in fixing this. Am i missing something?
Hi Renu I have the same requirement to send email reminder to people after checking from the database , if they didn't update their information. But i am not able to figure out how to do it. Can you please send me the code how you did that? I am new to window service development. Please help me its urgent. My email id is
Thanks Gagan <BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> Hi all,
I solved this problem with the help of other group members and like to share the solution in case someone need it.
I just added code to create new thread in my OnStart method. It helps the service stay running and avoid stopping without doing anything.
I hope this may be helpful to few entry level .Net programmers.
Hi Renu I have the same requirement to send email reminder to people after checking from the database , if they didn't update their information. But i am not able to figure out how to do it. Can you please send me the code how you did that? I am new to window service development. Please help me its urgent. My email id is
Thanks Gagan <BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> Hi all,
I solved this problem with the help of other group members and like to share the solution in case someone need it.
I just added code to create new thread in my OnStart method. It helps the service stay running and avoid stopping without doing anything.
I hope this may be helpful to few entry level .Net programmers.
When a graph is drawn, the focus is kept on the actual underlying competing figures that constitute the graph. Sometimes it is difficult to make assumptions just by looking at these graphs. When looking at a geographical map of data you immediately see exactly where things are happening. This article presents a .NET geographical mapping solution that will illustrate a fairly simple way of implementing these maps.
Have you, as a web developer or designer ever been on sites where the site seems more of a puzzle then a tool to find the information you where looking for? Or are you looking to improve your web design skills? Then read on!
Design & Accessibility
This e-Book will teach you how to become a truly professional developer or designer. By taking usability and accessibility issues in account when designing your websites or applications you can make the difference and avoid a lot of (user) frustration.
Inside ASP.NET is a comprehensive guide to ASP.NET development using Microsoft's .NET development framework. This book presents information on the .NET framework that is of specific interest to Internet and intranet developers, and is split into the following sections: Introducing ASP.NET, Core ASP.NET, ASP.NET and Data Access, Advanced Technologies, Advanced Web Forms, and Putting It All Together
Each chapter tackles a specific area of ASP.NET development, first by giving a detailed overview, then presenting a series of code examples and walk-throughs that illustrate various applications of ASP.NET