Click here to Skip to main content
15,889,595 members
Home / Discussions / C#
   

C#

 
AnswerRe: Threading and system.diagnostics Pin
Bernhard Hiller20-Feb-14 22:12
Bernhard Hiller20-Feb-14 22:12 
QuestionDll libraries Pin
Blubbo20-Feb-14 3:37
Blubbo20-Feb-14 3:37 
AnswerRe: Dll libraries Pin
Alan N20-Feb-14 6:53
Alan N20-Feb-14 6:53 
AnswerRe: Dll libraries Pin
Richard MacCutchan20-Feb-14 6:55
mveRichard MacCutchan20-Feb-14 6:55 
QuestionDShow.Net Problem With Opening Camera Pin
BBatts20-Feb-14 2:59
BBatts20-Feb-14 2:59 
AnswerRe: DShow.Net Problem With Opening Camera Pin
Simon_Whale20-Feb-14 3:30
Simon_Whale20-Feb-14 3:30 
GeneralRe: DShow.Net Problem With Opening Camera Pin
BBatts20-Feb-14 3:56
BBatts20-Feb-14 3:56 
GeneralRe: DShow.Net Problem With Opening Camera Pin
Simon_Whale20-Feb-14 4:06
Simon_Whale20-Feb-14 4:06 
GeneralRe: DShow.Net Problem With Opening Camera Pin
BBatts20-Feb-14 4:25
BBatts20-Feb-14 4:25 
AnswerRe: DShow.Net Problem With Opening Camera Pin
Eddy Vluggen20-Feb-14 8:06
professionalEddy Vluggen20-Feb-14 8:06 
GeneralRe: DShow.Net Problem With Opening Camera Pin
BBatts20-Feb-14 8:08
BBatts20-Feb-14 8:08 
QuestionJoystick Driver Project Pin
uddajay20-Feb-14 2:51
uddajay20-Feb-14 2:51 
AnswerRe: Joystick Driver Project Pin
Richard MacCutchan20-Feb-14 2:55
mveRichard MacCutchan20-Feb-14 2:55 
AnswerRe: Joystick Driver Project Pin
Dave Kreskowiak20-Feb-14 3:32
mveDave Kreskowiak20-Feb-14 3:32 
QuestionHow to read view permission groups from DFS link objects? Pin
RolandZ19-Feb-14 23:15
RolandZ19-Feb-14 23:15 
Questionpublished c# application cannot start Pin
emma.sun.sts19-Feb-14 20:04
emma.sun.sts19-Feb-14 20:04 
AnswerRe: published c# application cannot start Pin
OriginalGriff19-Feb-14 21:06
mveOriginalGriff19-Feb-14 21:06 
Trouble is, it could be anything: My code will throw ArgumentException errors when one of my routines checks it's parameters and finds it to be invalid - so it could be system code that throws it, or yours.

Start by looking at your setup app, and see if you throw the exception in your code there. otherwise, you are down to adding try-catch blocks to your code in the setup to try and work out where the problem is coming from.

Not a lot we can do to help, I'm afraid.
Those who fail to learn history are doomed to repeat it. --- George Santayana (December 16, 1863 – September 26, 1952)
Those who fail to clear history are doomed to explain it. --- OriginalGriff (February 24, 1959 – ∞)

GeneralRe: published c# application cannot start Pin
emma.sun.sts23-Feb-14 13:58
emma.sun.sts23-Feb-14 13:58 
AnswerRe: published c# application cannot start Pin
Richard Deeming20-Feb-14 1:53
mveRichard Deeming20-Feb-14 1:53 
GeneralRe: published c# application cannot start Pin
emma.sun.sts23-Feb-14 14:00
emma.sun.sts23-Feb-14 14:00 
QuestionHow to make POS payments to bank? Pin
Member 1059798819-Feb-14 15:13
Member 1059798819-Feb-14 15:13 
AnswerRe: How to make POS payments to bank? Pin
Dave Kreskowiak19-Feb-14 16:40
mveDave Kreskowiak19-Feb-14 16:40 
AnswerRe: How to make POS payments to bank? Pin
OriginalGriff19-Feb-14 21:09
mveOriginalGriff19-Feb-14 21:09 
GeneralMessage Closed Pin
20-Feb-14 0:49
professionalJubayer Ahmed20-Feb-14 0:49 
GeneralRe: How to make POS payments to bank? Pin
Eddy Vluggen20-Feb-14 4:58
professionalEddy Vluggen20-Feb-14 4:58 

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.