Click here to Skip to main content
15,910,661 members
Home / Discussions / C#
   

C#

 
AnswerRe: iframe in MasterPage Pin
Dave Kreskowiak30-Jul-10 9:47
mveDave Kreskowiak30-Jul-10 9:47 
AnswerRe: iframe in MasterPage Pin
Xmen Real 31-Jul-10 6:34
professional Xmen Real 31-Jul-10 6:34 
Question[MOSS 2007 C# WebPart] Timer/UpdatePanel, help please... Pin
crosslink0630-Jul-10 5:07
crosslink0630-Jul-10 5:07 
AnswerRe: [MOSS 2007 C# WebPart] Timer/UpdatePanel, help please... Pin
Luc Pattyn30-Jul-10 5:53
sitebuilderLuc Pattyn30-Jul-10 5:53 
AnswerRe: [MOSS 2007 C# WebPart] Timer/UpdatePanel, help please... Pin
Not Active30-Jul-10 7:33
mentorNot Active30-Jul-10 7:33 
GeneralRe: [MOSS 2007 C# WebPart] Timer/UpdatePanel, help please... Pin
crosslink0630-Jul-10 23:50
crosslink0630-Jul-10 23:50 
GeneralRe: [MOSS 2007 C# WebPart] Timer/UpdatePanel, help please... Pin
crosslink0631-Jul-10 4:36
crosslink0631-Jul-10 4:36 
GeneralRe: [MOSS 2007 C# WebPart] Timer/UpdatePanel, help please... Pin
Not Active31-Jul-10 13:44
mentorNot Active31-Jul-10 13:44 
GeneralRe: [MOSS 2007 C# WebPart] Timer/UpdatePanel, help please... [modified] Pin
crosslink061-Aug-10 2:08
crosslink061-Aug-10 2:08 
GeneralRe: [MOSS 2007 C# WebPart] Timer/UpdatePanel, help please... Pin
Not Active1-Aug-10 5:59
mentorNot Active1-Aug-10 5:59 
GeneralRe: [MOSS 2007 C# WebPart] Timer/UpdatePanel, help please... [modified] Pin
crosslink061-Aug-10 12:39
crosslink061-Aug-10 12:39 
GeneralRe: [MOSS 2007 C# WebPart] Timer/UpdatePanel, help please... Pin
Not Active1-Aug-10 16:35
mentorNot Active1-Aug-10 16:35 
GeneralRe: [MOSS 2007 C# WebPart] Timer/UpdatePanel, help please... [modified] Pin
crosslink062-Aug-10 23:45
crosslink062-Aug-10 23:45 
GeneralRe: [MOSS 2007 C# WebPart] Timer/UpdatePanel, help please... Pin
crosslink065-Aug-10 7:47
crosslink065-Aug-10 7:47 
QuestionSQL Query On DataTable Pin
cdpace30-Jul-10 4:07
cdpace30-Jul-10 4:07 
AnswerRe: SQL Query On DataTable Pin
Yusuf30-Jul-10 5:43
Yusuf30-Jul-10 5:43 
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 

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.