Click here to Skip to main content
15,912,329 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've a visual studio 2010 application(say appln.sln) I need this application to run automatically for every 10 mins in background.
I've seen task scheduler, powershell and SQL server agent and I got confused. Can anyone share me the link" how to schedule a task to execute my sln file".

Thanks in advance ......
Posted
Comments
Maciej Los 29-Nov-13 2:20am    
Why do you want to open project every 10 minutes?
Sriram Ramachandran 29-Nov-13 2:39am    
I am actually fetching mails from mail server. I wrote the application as like when it opens, mails will be fetched from mail server and put it in SQL server DB. So if the application opens automatically for 10 mins, mails will be fetched frequently and put in server DB.
This is the reason....
Maciej Los 29-Nov-13 2:48am    
So... why do you want to execute sln file instead an exe?
Sriram Ramachandran 29-Nov-13 3:03am    
yeah ok ... just tell me the other way....
Or how abt writing web services defining time to execute automatically ???? is that good way
Maciej Los 29-Nov-13 3:10am    
I think that it is a good idea!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900