Click here to Skip to main content
15,891,951 members
Home / Discussions / C#
   

C#

 
AnswerRe: Sort and get element Pin
nagendrathecoder21-Oct-09 22:53
nagendrathecoder21-Oct-09 22:53 
GeneralRe: Sort and get element Pin
abbd21-Oct-09 22:57
abbd21-Oct-09 22:57 
GeneralRe: Sort and get element Pin
nagendrathecoder21-Oct-09 23:24
nagendrathecoder21-Oct-09 23:24 
AnswerRe: Sort and get element Pin
stancrm21-Oct-09 23:29
stancrm21-Oct-09 23:29 
QuestionWindows programming in C# - API and All? Pin
CelestialCoder21-Oct-09 22:08
CelestialCoder21-Oct-09 22:08 
AnswerRe: Windows programming in C# - API and All? Pin
Richard MacCutchan21-Oct-09 22:49
mveRichard MacCutchan21-Oct-09 22:49 
QuestionClient Server Application C# Pin
Anjum12321-Oct-09 22:03
Anjum12321-Oct-09 22:03 
AnswerRe: Client Server Application C# Pin
SeMartens21-Oct-09 22:22
SeMartens21-Oct-09 22:22 
QuestionIEnumerable<t></t> Pin
mehran.asg21-Oct-09 20:18
mehran.asg21-Oct-09 20:18 
AnswerRe: IEnumerable Pin
SeMartens21-Oct-09 20:32
SeMartens21-Oct-09 20:32 
GeneralRe: IEnumerable Pin
mehran.asg21-Oct-09 20:39
mehran.asg21-Oct-09 20:39 
AnswerRe: IEnumerable Pin
Abhishek Sur21-Oct-09 21:17
professionalAbhishek Sur21-Oct-09 21:17 
AnswerRe: IEnumerable Pin
Lutosław21-Oct-09 21:59
Lutosław21-Oct-09 21:59 
QuestionType.GetType() Error Pin
Christopher Perumal21-Oct-09 19:54
Christopher Perumal21-Oct-09 19:54 
AnswerRe: Type.GetType() Error Pin
SeMartens21-Oct-09 20:35
SeMartens21-Oct-09 20:35 
Hi,

you are passing "null" as the first parameter to method.Invoke. But the first parameter is the required instance that the method will be executed on. The instance must be an object of the type you loaded dynamically. So before calling invoke you have to create an object from the type "myClassLibrary.myClass". This can be done by reflection also, using the constructor.

Have a look here:
http://msdn.microsoft.com/en-us/library/system.type.getconstructor.aspx[^]

Regards
Sebastian

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

QuestionRe: Type.GetType() Error Pin
Christopher Perumal21-Oct-09 21:57
Christopher Perumal21-Oct-09 21:57 
AnswerRe: Type.GetType() Error Pin
SeMartens21-Oct-09 22:19
SeMartens21-Oct-09 22:19 
GeneralRe: Type.GetType() Error [Solved] Pin
Christopher Perumal21-Oct-09 23:07
Christopher Perumal21-Oct-09 23:07 
AnswerRe: Type.GetType() Error Pin
0x3c021-Oct-09 20:39
0x3c021-Oct-09 20:39 
QuestionLinked List with Notepad Database. Pin
Dexter Brylle Matos21-Oct-09 17:54
Dexter Brylle Matos21-Oct-09 17:54 
AnswerRe: Linked List with Notepad Database. Pin
SeMartens21-Oct-09 20:38
SeMartens21-Oct-09 20:38 
GeneralRe: Linked List with Notepad Database. Pin
Dexter Brylle Matos22-Oct-09 19:28
Dexter Brylle Matos22-Oct-09 19:28 
GeneralRe: Linked List with Notepad Database. Pin
Dexter Brylle Matos22-Oct-09 19:43
Dexter Brylle Matos22-Oct-09 19:43 
QuestionRquire PKCS11 Wrapper in C# - Please Help Pin
sreekanth8121-Oct-09 17:35
sreekanth8121-Oct-09 17:35 
AnswerRe: Rquire PKCS11 Wrapper in C# - Please Help Pin
stancrm21-Oct-09 17:40
stancrm21-Oct-09 17:40 

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.