Click here to Skip to main content
15,883,705 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need suggestions for C# project Pin
Alan Balkany30-Jul-13 4:35
Alan Balkany30-Jul-13 4:35 
QuestionDoes this code is object oriented or not ? Pin
stmk6929-Jul-13 1:05
stmk6929-Jul-13 1:05 
GeneralRe: Does this code is object oriented or not ? Pin
harold aptroot29-Jul-13 1:15
harold aptroot29-Jul-13 1:15 
GeneralRe: Does this code is object oriented or not ? Pin
ZurdoDev29-Jul-13 4:42
professionalZurdoDev29-Jul-13 4:42 
AnswerRe: Does this code is object oriented or not ? Pin
Eddy Vluggen29-Jul-13 9:05
professionalEddy Vluggen29-Jul-13 9:05 
QuestionC# Reflection Pin
KamranJavidSolutions29-Jul-13 0:25
KamranJavidSolutions29-Jul-13 0:25 
AnswerRe: C# Reflection Pin
Pete O'Hanlon29-Jul-13 1:54
mvePete O'Hanlon29-Jul-13 1:54 
GeneralRe: C# Reflection Pin
KamranJavidSolutions29-Jul-13 2:23
KamranJavidSolutions29-Jul-13 2:23 
Thanks for the info Pete.

That unfortunately is the trouble in Paradise because I am trying to use the properties of this assembly without referencing anything explicitly and the assembly in question has an entry point that is quite complex as it uses other referenced assemblies that connect to a database. plus there are lots of associated namespaces and associated functionality. a Framework - if you like...

Anyway - although it is a structured environment I want to do this dynamically. As I said without referencing. this is because this is a standalone application and I want to scan, not load the whole external app and its associated framework... Also if I do explicitly reference the required assemblies it will become a pain to manage further versions of my application as the external application it is supposed to reflect is a strongly typed application that is not backwards compatible i.e version 2 is not compatible with version 1 etc so each release will need to be recompiled...

I know it is possibly but it will just take me too much time to make it so at this point!

I am going to investigate the hashtable fields for key names... hopefully that will do it!! Big Grin | :-D
AnswerRe: C# Reflection Pin
Manfred Rudolf Bihy29-Jul-13 2:30
professionalManfred Rudolf Bihy29-Jul-13 2:30 
QuestionError: External table is not in the expected format Pin
NarVish28-Jul-13 21:26
NarVish28-Jul-13 21:26 
AnswerRe: Error: External table is not in the expected format Pin
Richard MacCutchan28-Jul-13 22:29
mveRichard MacCutchan28-Jul-13 22:29 
GeneralRe: Error: External table is not in the expected format Pin
NarVish28-Jul-13 23:49
NarVish28-Jul-13 23:49 
GeneralRe: Error: External table is not in the expected format Pin
Richard MacCutchan29-Jul-13 0:01
mveRichard MacCutchan29-Jul-13 0:01 
GeneralRe: Error: External table is not in the expected format Pin
NarVish29-Jul-13 0:14
NarVish29-Jul-13 0:14 
GeneralRe: Error: External table is not in the expected format Pin
Richard MacCutchan29-Jul-13 0:20
mveRichard MacCutchan29-Jul-13 0:20 
GeneralRe: Error: External table is not in the expected format Pin
NarVish29-Jul-13 0:52
NarVish29-Jul-13 0:52 
QuestionScrollViewer adjusting HorizontalOffset in VirtualizingStackPanel Pin
Revolty28-Jul-13 3:39
Revolty28-Jul-13 3:39 
QuestionNeed help to use powershell script with two foreach in c# Pin
Member 981625927-Jul-13 19:37
Member 981625927-Jul-13 19:37 
AnswerRe: Need help to use powershell script with two foreach in c# Pin
Richard MacCutchan28-Jul-13 1:04
mveRichard MacCutchan28-Jul-13 1:04 
QuestionHow to use powershell hash table in c#. Pin
Member 981625927-Jul-13 19:36
Member 981625927-Jul-13 19:36 
QuestionDisplay RichTextBox string in RDLC report Pin
cdpsource25-Jul-13 23:38
cdpsource25-Jul-13 23:38 
AnswerRe: Display RichTextBox string in RDLC report Pin
Richard Deeming26-Jul-13 1:44
mveRichard Deeming26-Jul-13 1:44 
GeneralRe: Display RichTextBox string in RDLC report Pin
cdpsource26-Jul-13 2:10
cdpsource26-Jul-13 2:10 
GeneralRe: Display RichTextBox string in RDLC report Pin
Richard Deeming26-Jul-13 2:32
mveRichard Deeming26-Jul-13 2:32 
Questionabout browsers Pin
DTSFI25-Jul-13 22:47
DTSFI25-Jul-13 22:47 

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.