Click here to Skip to main content
15,867,835 members
Home / Discussions / C#
   

C#

 
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 
Questionhow to manager the uri in C# Pin
silva10321-Oct-09 16:36
silva10321-Oct-09 16:36 
AnswerRe: how to manager the uri in C# Pin
stancrm21-Oct-09 17:34
stancrm21-Oct-09 17:34 
GeneralRe: how to manager the uri in C# Pin
silva10321-Oct-09 17:46
silva10321-Oct-09 17:46 
AnswerRe: how to manager the uri in C# Pin
silva10322-Oct-09 4:03
silva10322-Oct-09 4:03 
QuestionUsing keyboard's key instead of the buttom. Pin
niammirzaei21-Oct-09 16:22
niammirzaei21-Oct-09 16:22 
AnswerRe: Using keyboard's key instead of the buttom. Pin
Richard Andrew x6421-Oct-09 16:47
professionalRichard Andrew x6421-Oct-09 16:47 
GeneralRe: Using keyboard's key instead of the buttom. Pin
niammirzaei21-Oct-09 18:58
niammirzaei21-Oct-09 18: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.