Click here to Skip to main content
15,893,663 members
Home / Discussions / C#
   

C#

 
Questionc# captureparms Pin
danf884-Feb-10 23:25
danf884-Feb-10 23:25 
QuestionClarification in WPF Pin
Joe Rozario4-Feb-10 23:09
Joe Rozario4-Feb-10 23:09 
AnswerRe: Clarification in WPF Pin
OriginalGriff4-Feb-10 23:25
mveOriginalGriff4-Feb-10 23:25 
GeneralRe: Clarification in WPF Pin
Joe Rozario4-Feb-10 23:27
Joe Rozario4-Feb-10 23:27 
AnswerRe: Clarification in WPF Pin
V.5-Feb-10 0:58
professionalV.5-Feb-10 0:58 
GeneralRe: Clarification in WPF Pin
Joe Rozario5-Feb-10 1:02
Joe Rozario5-Feb-10 1:02 
QuestionShort cut key Problem in c# User Control Pin
shashank35254-Feb-10 23:05
shashank35254-Feb-10 23:05 
QuestionModule based software Pin
Eduard Keilholz4-Feb-10 21:11
Eduard Keilholz4-Feb-10 21:11 
Hey guys!

I have a question and I think the answer is 'Remoting', but I want to know for sure. I want to write an application which contains modules. Customers buy the 'base' software. If required, they buy additional modules which enables the software to 'do more'. Now all these modules are seperate projects (and thus seperate dll's). I want the software to check if a module is 'active', and then check for the existance of the dll, if both are OK, the system can reference the dll and use it.

Ofcource all modules are available at design time so referencing the dll's is no problem, but when starting the system with one or more dll's missing i'll receive a JIT Debugger message. Is there a way to not deliver all modules, but only deliver the 'active' modules and change that (change db values and copy the module dll's) without having to compile the software again?

And... Can I also accomplish this without module versioning? What I mean here, is that I may want to change (update or fix) modules which result in a new module dll (and a new version). Can I still use that dll from the 'base' system without having to decompile? (I am aware here, that I need to be very carefull what to change and not change (for example) return value types or so).

Hrmmm... a fairly large story, but I wanted to explain exactly what I want to get a satisfying answer. Since English is a foreign language for me I may have used some unneeded words Wink | ;) Cheers guys!

.: I love it when a plan comes together :.
http://www.zonderpunt.nl

AnswerRe: Module based software Pin
Not Active4-Feb-10 21:20
mentorNot Active4-Feb-10 21:20 
Questionmultithreaded application Pin
Member 5903104-Feb-10 19:31
Member 5903104-Feb-10 19:31 
AnswerRe: multithreaded application Pin
Not Active4-Feb-10 20:12
mentorNot Active4-Feb-10 20:12 
AnswerRe: multithreaded application Pin
Calla4-Feb-10 20:52
Calla4-Feb-10 20:52 
Questionhow can i select null instances using datacontext.tablename.select ? Pin
tonyonlinux4-Feb-10 19:13
tonyonlinux4-Feb-10 19:13 
AnswerRe: how can i select null instances using datacontext.tablename.select ? Pin
Not Active4-Feb-10 20:10
mentorNot Active4-Feb-10 20:10 
GeneralRe: how can i select null instances using datacontext.tablename.select ? Pin
tonyonlinux4-Feb-10 20:21
tonyonlinux4-Feb-10 20:21 
GeneralRe: how can i select null instances using datacontext.tablename.select ? Pin
Not Active4-Feb-10 20:48
mentorNot Active4-Feb-10 20:48 
QuestionInheritance/Polymorphism [modified] Pin
Sundeepan Sen4-Feb-10 18:26
Sundeepan Sen4-Feb-10 18:26 
AnswerRe: Inheritance/Polymorphism Pin
Not Active4-Feb-10 20:07
mentorNot Active4-Feb-10 20:07 
GeneralRe: Inheritance/Polymorphism Pin
Sundeepan Sen4-Feb-10 20:28
Sundeepan Sen4-Feb-10 20:28 
AnswerRe: Inheritance/Polymorphism Pin
Wamuti4-Feb-10 21:58
Wamuti4-Feb-10 21:58 
AnswerRe: Inheritance/Polymorphism Pin
PIEBALDconsult5-Feb-10 3:19
mvePIEBALDconsult5-Feb-10 3:19 
GeneralRe: Inheritance/Polymorphism Pin
Sundeepan Sen5-Feb-10 7:04
Sundeepan Sen5-Feb-10 7:04 
GeneralRe: Inheritance/Polymorphism Pin
PIEBALDconsult5-Feb-10 7:50
mvePIEBALDconsult5-Feb-10 7:50 
GeneralRe: Inheritance/Polymorphism Pin
Sundeepan Sen5-Feb-10 9:24
Sundeepan Sen5-Feb-10 9:24 
AnswerRe: Inheritance/Polymorphism Pin
Keith Barrow5-Feb-10 5:23
professionalKeith Barrow5-Feb-10 5:23 

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.