Click here to Skip to main content
16,021,209 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: payment processor - your experience Pin
Abhijit Jana26-Feb-11 22:18
professionalAbhijit Jana26-Feb-11 22:18 
GeneralRe: payment processor - your experience Pin
Jassim Rahma3-Mar-11 1:12
Jassim Rahma3-Mar-11 1:12 
AnswerRe: payment processor - your experience Pin
N a v a n e e t h27-Feb-11 2:56
N a v a n e e t h27-Feb-11 2:56 
GeneralRe: payment processor - your experience Pin
Vimalsoft(Pty) Ltd28-Feb-11 22:38
professionalVimalsoft(Pty) Ltd28-Feb-11 22:38 
QuestionHow to save Session Data using Oracle? Pin
Member 297299226-Feb-11 8:55
Member 297299226-Feb-11 8:55 
AnswerRe: How to save Session Data using Oracle? Pin
Abhijit Jana26-Feb-11 22:22
professionalAbhijit Jana26-Feb-11 22:22 
QuestionWindows service failing to get the data from Database Pin
indian14325-Feb-11 12:21
indian14325-Feb-11 12:21 
AnswerRe: Windows service failing to get the data from Database Pin
N a v a n e e t h26-Feb-11 14:35
N a v a n e e t h26-Feb-11 14:35 
indian143 wrote:
Its bit urgent please


It's not professional to state urgency on a forum where people help voluntarily.

indian143 wrote:
The Status Message Service service on Local Computer started and then stopped. Some services stop automatically if they are not in use by other services or programs.


Is your service running on a tight loop? If not, the main thread finished execution which will exit the process. You have to do something like,
while(true)
{
  // your code goes here
}
Can't you debug the code and find out why it is not working as expected? You can put Debugger.Launch on the service start up method to attach a debugger.

BTW, you are on a wrong discussion board. Smile | :)
Best wishes,
Navaneeth

AnswerRe: Windows service failing to get the data from Database Pin
coolestCoder28-Feb-11 2:08
coolestCoder28-Feb-11 2:08 
QuestionFinal Year IEEE Projects in Cegonsoft malleshwaram Pin
hema govindaraju25-Feb-11 3:06
hema govindaraju25-Feb-11 3:06 
AnswerRe: Final Year IEEE Projects in Cegonsoft malleshwaram Pin
Richard MacCutchan25-Feb-11 3:13
mveRichard MacCutchan25-Feb-11 3:13 
AnswerRe: Final Year IEEE Projects in Cegonsoft malleshwaram Pin
fjdiewornncalwe25-Feb-11 4:54
professionalfjdiewornncalwe25-Feb-11 4:54 
Questionasp.net security > access rules apply to whole folder rather than single form Pin
Asif Rehman25-Feb-11 0:27
Asif Rehman25-Feb-11 0:27 
AnswerRe: asp.net security > access rules apply to whole folder rather than single form Pin
Shahriar Iqbal Chowdhury/Galib25-Feb-11 1:17
professionalShahriar Iqbal Chowdhury/Galib25-Feb-11 1:17 
GeneralRe: asp.net security > access rules apply to whole folder rather than single form Pin
Asif Rehman25-Feb-11 2:03
Asif Rehman25-Feb-11 2:03 
Questiongridview dropdownlist bind onclick Pin
C#Coudou24-Feb-11 20:24
C#Coudou24-Feb-11 20:24 
AnswerRe: gridview dropdownlist bind onclick Pin
Ali Al Omairi(Abu AlHassan)26-Feb-11 4:55
professionalAli Al Omairi(Abu AlHassan)26-Feb-11 4:55 
QuestionError in installing Windows Service [modified] Pin
indian14324-Feb-11 11:14
indian14324-Feb-11 11:14 
AnswerRe: Error in installing Windows Service Pin
N a v a n e e t h24-Feb-11 16:57
N a v a n e e t h24-Feb-11 16:57 
GeneralRe: Error in installing Windows Service Pin
indian14325-Feb-11 6:50
indian14325-Feb-11 6:50 
GeneralRe: Error in installing Windows Service Pin
N a v a n e e t h26-Feb-11 14:28
N a v a n e e t h26-Feb-11 14:28 
QuestionGet Username for logged in user Pin
dataminers24-Feb-11 6:22
dataminers24-Feb-11 6:22 
AnswerRe: Get Username for logged in user Pin
mcmathys0424-Feb-11 10:20
mcmathys0424-Feb-11 10:20 
GeneralRe: Get Username for logged in user Pin
GenJerDan24-Feb-11 11:07
GenJerDan24-Feb-11 11:07 
QuestionTree View Control Pin
JustWorking24-Feb-11 3:28
JustWorking24-Feb-11 3:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.