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

C#

 
AnswerRe: how to restore SQL database with SQLxpress? Pin
Christian Graus15-Nov-09 19:43
protectorChristian Graus15-Nov-09 19:43 
QuestionSAP.NET Connector Issue Pin
Vishal Dave15-Nov-09 19:13
Vishal Dave15-Nov-09 19:13 
AnswerRe: SAP.NET Connector Issue Pin
Richard MacCutchan15-Nov-09 21:40
mveRichard MacCutchan15-Nov-09 21:40 
Questionformat the paragraphs using late binding [modified] Pin
Swetha Srinivasan15-Nov-09 17:44
Swetha Srinivasan15-Nov-09 17:44 
Questionusing reflection Pin
mmdullah15-Nov-09 16:26
mmdullah15-Nov-09 16:26 
AnswerRe: using reflection Pin
dybs15-Nov-09 17:06
dybs15-Nov-09 17:06 
GeneralRe: using reflection Pin
mmdullah15-Nov-09 17:23
mmdullah15-Nov-09 17:23 
AnswerRe: using reflection Pin
PIEBALDconsult15-Nov-09 17:07
mvePIEBALDconsult15-Nov-09 17:07 
If it's generic, you must have lost your generic parameters.

You may also want to specify New in the where clause so you can instantiate the class directly rather than use Reflection. But I think one of the main problems is that the constructor's name is ".ctor".

Also, when using Reflection, you may want to cache the MethodInfo rather than get it over and over again.
QuestionApplication.Run()??? Pin
Gjm15-Nov-09 13:28
Gjm15-Nov-09 13:28 
AnswerRe: Application.Run()??? Pin
Luc Pattyn15-Nov-09 13:42
sitebuilderLuc Pattyn15-Nov-09 13:42 
AnswerRe: Application.Run()??? Pin
PIEBALDconsult15-Nov-09 13:43
mvePIEBALDconsult15-Nov-09 13:43 
GeneralRe: Application.Run()??? Pin
Luc Pattyn15-Nov-09 14:37
sitebuilderLuc Pattyn15-Nov-09 14:37 
GeneralRe: Application.Run()??? Pin
PIEBALDconsult15-Nov-09 15:10
mvePIEBALDconsult15-Nov-09 15:10 
GeneralRe: Application.Run()??? Pin
Luc Pattyn15-Nov-09 15:12
sitebuilderLuc Pattyn15-Nov-09 15:12 
GeneralRe: Application.Run()??? Pin
PIEBALDconsult15-Nov-09 15:23
mvePIEBALDconsult15-Nov-09 15:23 
GeneralRe: Application.Run()??? Pin
binhvtt15-Nov-09 15:09
binhvtt15-Nov-09 15:09 
GeneralRe: Application.Run()??? Pin
PIEBALDconsult15-Nov-09 15:24
mvePIEBALDconsult15-Nov-09 15:24 
GeneralRe: Application.Run()??? Pin
binhvtt15-Nov-09 16:50
binhvtt15-Nov-09 16:50 
GeneralRe: Application.Run()??? Pin
PIEBALDconsult15-Nov-09 17:02
mvePIEBALDconsult15-Nov-09 17:02 
AnswerRe: Application.Run()??? Pin
dojohansen15-Nov-09 23:06
dojohansen15-Nov-09 23:06 
QuestionGet/use data in a c# program? Pin
ahlm15-Nov-09 9:44
ahlm15-Nov-09 9:44 
AnswerRe: Get/use data in a c# program? Pin
Abhishek Sur15-Nov-09 10:55
professionalAbhishek Sur15-Nov-09 10:55 
GeneralRe: Get/use data in a c# program? Pin
ahlm15-Nov-09 18:54
ahlm15-Nov-09 18:54 
GeneralRe: Get/use data in a c# program? Pin
Abhishek Sur15-Nov-09 21:02
professionalAbhishek Sur15-Nov-09 21:02 
GeneralRe: Get/use data in a c# program? Pin
Shameel16-Nov-09 3:04
professionalShameel16-Nov-09 3:04 

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.