Click here to Skip to main content
15,887,273 members
Home / Discussions / C#
   

C#

 
SuggestionRe: Learning for intermediate learner Pin
Richard MacCutchan6-Feb-15 6:03
mveRichard MacCutchan6-Feb-15 6:03 
AnswerRe: Learning for intermediate learner Pin
Ron Nicholson6-Feb-15 6:52
professionalRon Nicholson6-Feb-15 6:52 
AnswerRe: Learning for intermediate learner Pin
ZurdoDev6-Feb-15 8:58
professionalZurdoDev6-Feb-15 8:58 
AnswerRe: Learning for intermediate learner Pin
harsimranb7-Feb-15 7:44
harsimranb7-Feb-15 7:44 
QuestionVirtual - Ovverride -> Drive me Crazy ... help pliz! Pin
Emanuele Bonin6-Feb-15 1:08
Emanuele Bonin6-Feb-15 1:08 
AnswerRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
OriginalGriff6-Feb-15 2:34
mveOriginalGriff6-Feb-15 2:34 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
Emanuele Bonin6-Feb-15 7:46
Emanuele Bonin6-Feb-15 7:46 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
OriginalGriff6-Feb-15 8:12
mveOriginalGriff6-Feb-15 8:12 
Deriving another class and instantiating that shouldn't make any difference (and doesn't, I just tested it)

Using it from "another dll with same namespace" opens up some possibilities though.
The first one which springs to mind is does the BrowseForm exist in the "main" Assembly as well as in the DLL? Because if it does there is a good chance the system will be calling that one rather than the DLL version. If that doesn't override ExecuteOK, it would give the results you get.

The second is simpler: has the other DLL been compiled since the ExecuteOK was added, and are you using the correct version? I have to say, using the same namespace in two different assemblies is not something I'd want to do: To my mind, it's going to be confusing to coders, never mind the system!
I generally keep to "one assembly, one namespace", and although occasionally I'll have more than one namespace in an assembly, I don't like it, and wouldn't want to "split" a namespace across assemblies.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...

GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
Emanuele Bonin6-Feb-15 8:54
Emanuele Bonin6-Feb-15 8:54 
GeneralRe: Virtual - Ovverride -> Drive me Crazy ... help pliz! Pin
OriginalGriff6-Feb-15 9:09
mveOriginalGriff6-Feb-15 9:09 
QuestionHow to solve ? Pin
Member 114321975-Feb-15 23:40
Member 114321975-Feb-15 23:40 
AnswerRe: How to solve ? Pin
BillWoodruff5-Feb-15 23:44
professionalBillWoodruff5-Feb-15 23:44 
AnswerRe: How to solve ? Pin
V.5-Feb-15 23:54
professionalV.5-Feb-15 23:54 
AnswerRe: How to solve ? Pin
Keith Barrow6-Feb-15 0:55
professionalKeith Barrow6-Feb-15 0:55 
Questionhow to add an edit button on first row in gridview Pin
upendra shahi5-Feb-15 21:27
upendra shahi5-Feb-15 21:27 
AnswerRe: how to add an edit button on first row in gridview Pin
Richard MacCutchan5-Feb-15 22:00
mveRichard MacCutchan5-Feb-15 22:00 
QuestionECC implementation Pin
Member 114315045-Feb-15 19:14
Member 114315045-Feb-15 19:14 
AnswerRe: ECC implementation Pin
DelphiCoder5-Feb-15 20:24
DelphiCoder5-Feb-15 20:24 
Questionmultilanguage support by windows application using C# Pin
Member 114314135-Feb-15 18:58
Member 114314135-Feb-15 18:58 
AnswerRe: multilanguage support by windows application using C# Pin
V.5-Feb-15 20:15
professionalV.5-Feb-15 20:15 
QuestionTable Adapter Pin
Member 114310155-Feb-15 12:49
Member 114310155-Feb-15 12:49 
SuggestionRe: Table Adapter Pin
Richard MacCutchan5-Feb-15 21:59
mveRichard MacCutchan5-Feb-15 21:59 
QuestionReorganise algorithm Pin
sebyku5-Feb-15 11:27
sebyku5-Feb-15 11:27 
AnswerRe: Reorganise algorithm Pin
DelphiCoder5-Feb-15 17:24
DelphiCoder5-Feb-15 17:24 
QuestionImport C function from DLL with passing FILE stream pointer as parameter Pin
Miloš Križan5-Feb-15 9:26
Miloš Križan5-Feb-15 9:26 

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.