Click here to Skip to main content
15,893,564 members
Home / Discussions / C#
   

C#

 
GeneralRe: Update Dataset Pin
sjs4u18-Mar-10 2:50
sjs4u18-Mar-10 2:50 
QuestionShow the id in 5 Digits Pin
GauravGupta21217-Mar-10 20:25
GauravGupta21217-Mar-10 20:25 
AnswerRe: Show the id in 5 Digits Pin
ali_reza_zareian17-Mar-10 20:36
ali_reza_zareian17-Mar-10 20:36 
GeneralRe: Show the id in 5 Digits Pin
GauravGupta21217-Mar-10 20:47
GauravGupta21217-Mar-10 20:47 
AnswerRe: Show the id in 5 Digits Pin
Xmen Real 17-Mar-10 20:41
professional Xmen Real 17-Mar-10 20:41 
AnswerRe: Show the id in 5 Digits Pin
#realJSOP17-Mar-10 21:55
mve#realJSOP17-Mar-10 21:55 
AnswerRe: Show the id in 5 Digits Pin
Luc Pattyn18-Mar-10 4:18
sitebuilderLuc Pattyn18-Mar-10 4:18 
QuestionException has been thrown by the target of an invocation Pin
Hari Om Prakash Sharma17-Mar-10 19:24
Hari Om Prakash Sharma17-Mar-10 19:24 
i have a c# dll containing a public function
<br />
public double[,] sum(double[,] a,double[,] b)<br />
{<br />
//do a[,]+b[,] sum and returns the result.<br />
}<br />



in and dynamic code execution, i am passing an array (double[,]) to the above function using reflection.
assigning Type to theMethod => parameterType=typeof(double[,]),
when executing the following statement, i got an error Exception has been thrown by the target of an invocation".
<br />
theMethod.Invoke(this, userParameters);<br />


any help please. thanks in advance

First and the Foremost: FIGHT TO WIN


MySite:
HariOmPrakash.InFo

GeneralRe: Exception has been thrown by the target of an invocation Pin
AspDotNetDev17-Mar-10 19:58
protectorAspDotNetDev17-Mar-10 19:58 
AnswerRe: Exception has been thrown by the target of an invocation Pin
Luc Pattyn18-Mar-10 4:20
sitebuilderLuc Pattyn18-Mar-10 4:20 
GeneralRe: Exception has been thrown by the target of an invocation [SOLVED] Pin
Hari Om Prakash Sharma18-Mar-10 5:08
Hari Om Prakash Sharma18-Mar-10 5:08 
QuestionHow to Save bitmap as emf ImageFormat? Pin
Piyush Vaishnav17-Mar-10 19:13
Piyush Vaishnav17-Mar-10 19:13 
AnswerRe: How to Save bitmap as emf ImageFormat? Pin
Xmen Real 17-Mar-10 20:43
professional Xmen Real 17-Mar-10 20:43 
QuestionNested DataGridView Pin
Mahdi 8216102117-Mar-10 16:22
Mahdi 8216102117-Mar-10 16:22 
AnswerRe: Nested DataGridView Pin
Xmen Real 17-Mar-10 20:45
professional Xmen Real 17-Mar-10 20:45 
QuestionSerial port open is not throwing exception Pin
greg_martin17-Mar-10 11:13
greg_martin17-Mar-10 11:13 
AnswerRe: Serial port open is not throwing exception Pin
Richard MacCutchan17-Mar-10 12:24
mveRichard MacCutchan17-Mar-10 12:24 
GeneralRe: Serial port open is not throwing exception Pin
greg_martin17-Mar-10 13:42
greg_martin17-Mar-10 13:42 
AnswerRe: Serial port open is not throwing exception Pin
PIEBALDconsult17-Mar-10 13:02
mvePIEBALDconsult17-Mar-10 13:02 
GeneralRe: Serial port open is not throwing exception Pin
Luc Pattyn17-Mar-10 13:43
sitebuilderLuc Pattyn17-Mar-10 13:43 
QuestionDataGridView.DataSource WM_MOUSEMOVE [modified] Pin
DaveyM6917-Mar-10 10:55
professionalDaveyM6917-Mar-10 10:55 
QuestionDynamically Add Rows to html table from code behind [modified] Pin
Ali Rashid17-Mar-10 8:56
Ali Rashid17-Mar-10 8:56 
AnswerRe: Dynamically Add Rows to html table from code behind Pin
Dave Kreskowiak17-Mar-10 9:12
mveDave Kreskowiak17-Mar-10 9:12 
GeneralRe: Dynamically Add Rows to html table from code behind Pin
Ali Rashid17-Mar-10 9:18
Ali Rashid17-Mar-10 9:18 
AnswerRe: Dynamically Add Rows to html table from code behind Pin
Saksida Bojan17-Mar-10 9:13
Saksida Bojan17-Mar-10 9: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.