Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
QuestionEffective Coding Style to build a Class Library Pin
Bikash Prakash Dash8-May-13 9:55
Bikash Prakash Dash8-May-13 9:55 
AnswerRe: Effective Coding Style to build a Class Library Pin
Eddy Vluggen8-May-13 10:48
professionalEddy Vluggen8-May-13 10:48 
QuestionHelp with mutex, cannot get mutex to work Pin
turbosupramk38-May-13 7:06
turbosupramk38-May-13 7:06 
AnswerRe: Help with mutex, cannot get mutex to work Pin
Jasmine25018-May-13 7:38
Jasmine25018-May-13 7:38 
GeneralRe: Help with mutex, cannot get mutex to work Pin
turbosupramk38-May-13 7:49
turbosupramk38-May-13 7:49 
AnswerRe: Help with mutex, cannot get mutex to work Pin
Dave Kreskowiak8-May-13 8:10
mveDave Kreskowiak8-May-13 8:10 
GeneralRe: Help with mutex, cannot get mutex to work Pin
turbosupramk38-May-13 8:31
turbosupramk38-May-13 8:31 
GeneralRe: Help with mutex, cannot get mutex to work Pin
Jasmine25018-May-13 8:35
Jasmine25018-May-13 8:35 
turbosupramk3 wrote:
Am I overlooking something possibly?


There is quite a bit more in that example code, than what you have implemented in yours. The issue I was thinking about is the different exception types... you are using Pokemon exception handling (catch 'em all) - but the example catches each exception type and handles it differently.

However, your exception (no handle exists with that name) is telling us the problem, and it's what Dave said it was - it doesn't exist, and you aren't trying to create it, you're trying to "get" it.
GeneralRe: Help with mutex, cannot get mutex to work Pin
Dave Kreskowiak8-May-13 8:53
mveDave Kreskowiak8-May-13 8:53 
GeneralRe: Help with mutex, cannot get mutex to work Pin
turbosupramk310-May-13 1:58
turbosupramk310-May-13 1:58 
GeneralRe: Help with mutex, cannot get mutex to work Pin
Dave Kreskowiak10-May-13 2:17
mveDave Kreskowiak10-May-13 2:17 
Questionlogin authentication Pin
geo thomas8-May-13 0:08
professionalgeo thomas8-May-13 0:08 
AnswerRe: login authentication Pin
Sivaraman Dhamodharan8-May-13 0:22
Sivaraman Dhamodharan8-May-13 0:22 
GeneralRe: login authentication Pin
geo thomas8-May-13 0:30
professionalgeo thomas8-May-13 0:30 
GeneralRe: login authentication Pin
Dave Kreskowiak8-May-13 2:05
mveDave Kreskowiak8-May-13 2:05 
GeneralRe: login authentication Pin
geo thomas8-May-13 20:06
professionalgeo thomas8-May-13 20:06 
GeneralRe: login authentication Pin
Dave Kreskowiak9-May-13 1:37
mveDave Kreskowiak9-May-13 1:37 
GeneralRe: login authentication Pin
geo thomas9-May-13 19:00
professionalgeo thomas9-May-13 19:00 
Questionrunning asp.net website in a windows application Pin
mrkeivan7-May-13 22:25
mrkeivan7-May-13 22:25 
AnswerRe: running asp.net website in a windows application Pin
Dave Kreskowiak8-May-13 2:06
mveDave Kreskowiak8-May-13 2:06 
AnswerRe: running asp.net website in a windows application Pin
Abhinav S8-May-13 21:22
Abhinav S8-May-13 21:22 
QuestionIIS security settings and different permission Pin
ashabhatt27077-May-13 19:52
ashabhatt27077-May-13 19:52 
SuggestionRe: IIS security settings and different permission Pin
Richard MacCutchan7-May-13 21:14
mveRichard MacCutchan7-May-13 21:14 
Questionsave time with the desired date Pin
demoninside97-May-13 18:38
demoninside97-May-13 18:38 
AnswerRe: save time with the desired date Pin
demoninside97-May-13 20:05
demoninside97-May-13 20:05 

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.