Click here to Skip to main content
15,890,512 members
Home / Discussions / C#
   

C#

 
AnswerRe: Insert Multi Rows from Datagridview to another datagridview Pin
Richard MacCutchan20-Feb-14 23:27
mveRichard MacCutchan20-Feb-14 23:27 
GeneralRe: Insert Multi Rows from Datagridview to another datagridview Pin
haipt23221-Feb-14 0:08
haipt23221-Feb-14 0:08 
SuggestionRe: Insert Multi Rows from Datagridview to another datagridview Pin
Eddy Vluggen21-Feb-14 0:28
professionalEddy Vluggen21-Feb-14 0:28 
GeneralRe: Insert Multi Rows from Datagridview to another datagridview Pin
Richard MacCutchan21-Feb-14 0:30
mveRichard MacCutchan21-Feb-14 0:30 
QuestionHow do i load a XML data to a Combobox? Pin
Member 1061426220-Feb-14 22:24
Member 1061426220-Feb-14 22:24 
AnswerRe: How do i load a XML data to a Combobox? Pin
Wayne Gaylard20-Feb-14 22:37
professionalWayne Gaylard20-Feb-14 22:37 
QuestionThreading and system.diagnostics Pin
Syed Ata-Ur-Rehman20-Feb-14 9:56
Syed Ata-Ur-Rehman20-Feb-14 9:56 
AnswerRe: Threading and system.diagnostics Pin
Dave Kreskowiak20-Feb-14 13:15
mveDave Kreskowiak20-Feb-14 13:15 
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 – ∞)

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.