Click here to Skip to main content
15,889,595 members
Home / Discussions / C#
   

C#

 
QuestionProgrammatically set the admin only permission to event viewer file in window 7 Pin
vinaykhin30-Jul-10 1:29
vinaykhin30-Jul-10 1:29 
AnswerRe: Programmatically set the admin only permission to event viewer file in window 7 Pin
vinaykhin17-Aug-10 21:59
vinaykhin17-Aug-10 21:59 
QuestionCOM server containing bulk insert impl called from Matlab Pin
devvvy29-Jul-10 23:51
devvvy29-Jul-10 23:51 
QuestionReflection to load an assembly application wide (like referencing it) Pin
hoernchenmeister29-Jul-10 23:38
hoernchenmeister29-Jul-10 23:38 
AnswerRe: Reflection to load an assembly application wide (like referencing it) Pin
PIEBALDconsult30-Jul-10 6:00
mvePIEBALDconsult30-Jul-10 6:00 
GeneralRe: Reflection to load an assembly application wide (like referencing it) Pin
hoernchenmeister1-Aug-10 20:42
hoernchenmeister1-Aug-10 20:42 
GeneralRe: Reflection to load an assembly application wide (like referencing it) Pin
PIEBALDconsult2-Aug-10 2:58
mvePIEBALDconsult2-Aug-10 2:58 
GeneralRe: Reflection to load an assembly application wide (like referencing it) Pin
hoernchenmeister2-Aug-10 3:42
hoernchenmeister2-Aug-10 3:42 
Actually that is exactly what I am trying to do.
The Third-Party-Tool (ref. TPT) requires an Interface to interact with.

Now I use MEF to import all available classes that explicitly export this Interface and store them in a catalogue (Assembly-Catalogue).
So far so good, everything works fine as long as I stick to the current assembly to build the catalogue from.
Now I've added other dll's that expose (export) the above mentioned Interface. The path of this dll is stored in a XML file in order to retrieve them later and add the found dlls to the Cataloge (its now a mix of the Assembly and the added dll's).

Now I can populate additional "actions"... till here, everything is fine.

The TPT stores the name of the dll (when an action is selected) and when it tries to "grab" it again later (when the action is executed) it tries to resolve the dll, which fails.
Here is the point where I have already overwritten (extended) the methods for Object-Retrival used in the TPT.

That's the story so far Wink | ;)
GeneralRe: Reflection to load an assembly application wide (like referencing it) Pin
PIEBALDconsult2-Aug-10 3:54
mvePIEBALDconsult2-Aug-10 3:54 
GeneralRe: Reflection to load an assembly application wide (like referencing it) Pin
hoernchenmeister2-Aug-10 4:59
hoernchenmeister2-Aug-10 4:59 
GeneralRe: Reflection to load an assembly application wide (like referencing it) Pin
PIEBALDconsult2-Aug-10 12:28
mvePIEBALDconsult2-Aug-10 12:28 
GeneralRe: Reflection to load an assembly application wide (like referencing it) Pin
hoernchenmeister2-Aug-10 20:29
hoernchenmeister2-Aug-10 20:29 
AnswerRe: Reflection to load an assembly application wide (like referencing it) Pin
Bernhard Hiller1-Aug-10 22:01
Bernhard Hiller1-Aug-10 22:01 
GeneralRe: Reflection to load an assembly application wide (like referencing it) Pin
hoernchenmeister2-Aug-10 1:20
hoernchenmeister2-Aug-10 1:20 
QuestionUpperBound of Dynamic array Pin
Enobong Adahada29-Jul-10 22:36
Enobong Adahada29-Jul-10 22:36 
AnswerRe: UpperBound of Dynamic array Pin
Sathesh Sakthivel29-Jul-10 23:35
Sathesh Sakthivel29-Jul-10 23:35 
AnswerRe: UpperBound of Dynamic array Pin
OriginalGriff29-Jul-10 23:43
mveOriginalGriff29-Jul-10 23:43 
GeneralRe: UpperBound of Dynamic array Pin
riced30-Jul-10 0:29
riced30-Jul-10 0:29 
GeneralRe: UpperBound of Dynamic array Pin
OriginalGriff30-Jul-10 0:33
mveOriginalGriff30-Jul-10 0:33 
GeneralRe: UpperBound of Dynamic array Pin
Keith Barrow30-Jul-10 0:49
professionalKeith Barrow30-Jul-10 0:49 
GeneralRe: UpperBound of Dynamic array Pin
Enobong Adahada2-Aug-10 8:11
Enobong Adahada2-Aug-10 8:11 
AnswerRe: UpperBound of Dynamic array Pin
PIEBALDconsult30-Jul-10 6:08
mvePIEBALDconsult30-Jul-10 6:08 
GeneralRe: UpperBound of Dynamic array Pin
riced30-Jul-10 6:11
riced30-Jul-10 6:11 
QuestionProblem updating data in an MSSQL database Pin
aneuby29-Jul-10 21:57
aneuby29-Jul-10 21:57 
AnswerRe: Problem updating data in an MSSQL database Pin
aneuby29-Jul-10 22:31
aneuby29-Jul-10 22:31 

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.