Click here to Skip to main content
15,910,277 members
Home / Discussions / C#
   

C#

 
QuestionData structure advice Pin
robertwaw14-Dec-09 10:45
robertwaw14-Dec-09 10:45 
AnswerRe: Data structure advice Pin
Dr.Walt Fair, PE14-Dec-09 11:43
professionalDr.Walt Fair, PE14-Dec-09 11:43 
AnswerRe: Data structure advice [modified] Pin
Luc Pattyn14-Dec-09 11:46
sitebuilderLuc Pattyn14-Dec-09 11:46 
QuestionService does not start [modified] Pin
Jordanwb14-Dec-09 10:45
Jordanwb14-Dec-09 10:45 
AnswerRe: Service does not start Pin
Migounette14-Dec-09 11:43
Migounette14-Dec-09 11:43 
GeneralRe: Service does not start Pin
Jordanwb14-Dec-09 12:12
Jordanwb14-Dec-09 12:12 
GeneralRe: Service does not start Pin
Migounette14-Dec-09 12:41
Migounette14-Dec-09 12:41 
GeneralRe: Service does not start Pin
Jimmanuel14-Dec-09 13:15
Jimmanuel14-Dec-09 13:15 
I've tested your code on my 9.10 installation and it works fine, but I was able to reproduce your problem. Whether or not it's the same problem I can't tell, but here's how I figured out what it was:

In addition to writing to the Console, your programs output is sent to the user.log file, you can view it by going to [System -> Administration -> Log File Viewer]. In the list on the left hand side you should be able to find user.log, select it and scroll to the bottom of the log file on the right to see the output from your program.

What I did to screw things up was run mono-service2, then open the System Monitor and kill the mono process. When I tried to run mono-service2 again it put an error message in the user.log file that helped me fix the problem, in my case it had created a lock file that wasn't properly disposed of. All I had to do was delete the lock file and all was back to normal.

Try checking your log file for any errors that might indicate what's wrong.


Badger | [badger,badger,badger,badger...]

GeneralRe: Service does not start [modified] Pin
Jordanwb14-Dec-09 17:15
Jordanwb14-Dec-09 17:15 
GeneralRe: Service does not start Pin
Jimmanuel15-Dec-09 1:01
Jimmanuel15-Dec-09 1:01 
GeneralRe: Service does not start Pin
Jordanwb15-Dec-09 2:18
Jordanwb15-Dec-09 2:18 
GeneralRe: Service does not start Pin
Jimmanuel15-Dec-09 3:26
Jimmanuel15-Dec-09 3:26 
GeneralRe: Service does not start [modified] Pin
Jordanwb15-Dec-09 5:31
Jordanwb15-Dec-09 5:31 
GeneralRe: Service does not start Pin
Jimmanuel15-Dec-09 6:33
Jimmanuel15-Dec-09 6:33 
GeneralRe: Service does not start Pin
Jordanwb15-Dec-09 7:17
Jordanwb15-Dec-09 7:17 
QuestionPerhaps a threading problem? Pin
George Quarton14-Dec-09 10:12
George Quarton14-Dec-09 10:12 
AnswerRe: Perhaps a threading problem? Pin
Luc Pattyn14-Dec-09 11:56
sitebuilderLuc Pattyn14-Dec-09 11:56 
GeneralRe: Perhaps a threading problem? Pin
George Quarton14-Dec-09 12:17
George Quarton14-Dec-09 12:17 
GeneralRe: Perhaps a threading problem? Pin
Luc Pattyn14-Dec-09 12:41
sitebuilderLuc Pattyn14-Dec-09 12:41 
GeneralRe: Perhaps a threading problem? Pin
George Quarton14-Dec-09 12:45
George Quarton14-Dec-09 12:45 
GeneralRe: Perhaps a threading problem? [modified] Pin
Luc Pattyn14-Dec-09 13:00
sitebuilderLuc Pattyn14-Dec-09 13:00 
QuestionTiming-related issue when connecting to a newly created database Pin
vtchris-peterson14-Dec-09 8:38
vtchris-peterson14-Dec-09 8:38 
AnswerRe: Timing-related issue when connecting to a newly created database Pin
Migounette14-Dec-09 20:44
Migounette14-Dec-09 20:44 
GeneralRe: Timing-related issue when connecting to a newly created database Pin
vtchris-peterson15-Dec-09 3:56
vtchris-peterson15-Dec-09 3:56 
QuestionC# RichTextBox strange behaviour Pin
ikurtz14-Dec-09 8:13
ikurtz14-Dec-09 8:13 

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.