Click here to Skip to main content
15,902,737 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to uncompress zip file into a folder without external dependencies like Interop.Shell32.dll or 3rd-Party Assemblies? Pin
Kerem Guemruekcue12-Jul-18 1:13
Kerem Guemruekcue12-Jul-18 1:13 
GeneralRe: How to uncompress zip file into a folder without external dependencies like Interop.Shell32.dll or 3rd-Party Assemblies? Pin
Eddy Vluggen12-Jul-18 1:17
professionalEddy Vluggen12-Jul-18 1:17 
GeneralRe: How to uncompress zip file into a folder without external dependencies like Interop.Shell32.dll or 3rd-Party Assemblies? Pin
Kerem Guemruekcue12-Jul-18 1:32
Kerem Guemruekcue12-Jul-18 1:32 
GeneralRe: How to uncompress zip file into a folder without external dependencies like Interop.Shell32.dll or 3rd-Party Assemblies? Pin
Eddy Vluggen12-Jul-18 1:42
professionalEddy Vluggen12-Jul-18 1:42 
GeneralRe: How to uncompress zip file into a folder without external dependencies like Interop.Shell32.dll or 3rd-Party Assemblies? Pin
Kerem Guemruekcue12-Jul-18 1:50
Kerem Guemruekcue12-Jul-18 1:50 
AnswerRe: How to uncompress zip file into a folder without external dependencies like Interop.Shell32.dll or 3rd-Party Assemblies? Pin
Richard Deeming12-Jul-18 2:43
mveRichard Deeming12-Jul-18 2:43 
GeneralRe: How to uncompress zip file into a folder without external dependencies like Interop.Shell32.dll or 3rd-Party Assemblies? Pin
Kerem Guemruekcue12-Jul-18 3:22
Kerem Guemruekcue12-Jul-18 3:22 
QuestionCommunicate With MEF Plugin From Another App Pin
Kevin Marois11-Jul-18 6:29
professionalKevin Marois11-Jul-18 6:29 
I have a MEF plugin that runs test for a medical instrument. The instrument starts the test service, and that service loads the MEF plugin and calls it's Execute method. This all runs in another thread.

The MEF plugin gets its settings from a Config file. Changes are made to the Config file using an editor designed for it. This editor is a stand alone EXE not connected to the instrument in any way.

The configuration can be set to run the tests for [n] times. This gives techs time to look at the instrument while its running.

1) Instrument starts the test process.
2) Test process loads the MEF plugin.
3) MEF plugin reads config file.
4) Tests inside the plugin execute using settings from config file.
5) At end of test, start next iteration until [n] is reached. Goto step 4.

What I'm wondering is this... Is it possible for an external EXE to somehow get data from the MEF plugin in real time? And, it also could commands be sent into the plugin, such as stop, pause, etc?

Thanks
If it's not broken, fix it until it is.
Everything makes sense in someone's mind.
Ya can't fix stupid.

AnswerRe: Communicate With MEF Plugin From Another App Pin
Pete O'Hanlon11-Jul-18 7:19
mvePete O'Hanlon11-Jul-18 7:19 
GeneralRe: Communicate With MEF Plugin From Another App Pin
Kevin Marois11-Jul-18 7:40
professionalKevin Marois11-Jul-18 7:40 
GeneralRe: Communicate With MEF Plugin From Another App Pin
Nathan Minier12-Jul-18 1:10
professionalNathan Minier12-Jul-18 1:10 
GeneralRe: Communicate With MEF Plugin From Another App Pin
Pete O'Hanlon12-Jul-18 1:40
mvePete O'Hanlon12-Jul-18 1:40 
QuestionPredicateBuilder Usage Pin
Kevin Marois10-Jul-18 17:45
professionalKevin Marois10-Jul-18 17:45 
AnswerRe: PredicateBuilder Usage Pin
Gerry Schmitz10-Jul-18 20:51
mveGerry Schmitz10-Jul-18 20:51 
GeneralRe: PredicateBuilder Usage Pin
Kevin Marois11-Jul-18 5:15
professionalKevin Marois11-Jul-18 5:15 
AnswerRe: PredicateBuilder Usage Pin
Mycroft Holmes10-Jul-18 22:48
professionalMycroft Holmes10-Jul-18 22:48 
GeneralRe: PredicateBuilder Usage Pin
Kevin Marois11-Jul-18 5:14
professionalKevin Marois11-Jul-18 5:14 
AnswerRe: PredicateBuilder Usage Pin
Keviniano Gayo11-Jul-18 1:38
Keviniano Gayo11-Jul-18 1:38 
QuestionHow to Sorting the No in C# Pin
Member 173685110-Jul-18 4:40
Member 173685110-Jul-18 4:40 
AnswerRe: How to Sorting the No in C# Pin
Pete O'Hanlon10-Jul-18 5:20
mvePete O'Hanlon10-Jul-18 5:20 
AnswerRe: How to Sorting the No in C# Pin
Gerry Schmitz10-Jul-18 9:51
mveGerry Schmitz10-Jul-18 9:51 
Questioni have problem to create diffie hellman Pin
Member 138380639-Jul-18 16:44
Member 138380639-Jul-18 16:44 
AnswerRe: i have problem to create diffie hellman Pin
OriginalGriff9-Jul-18 19:16
mveOriginalGriff9-Jul-18 19:16 
AnswerRe: i have problem to create diffie hellman Pin
Eddy Vluggen10-Jul-18 1:26
professionalEddy Vluggen10-Jul-18 1:26 
QuestionAsking Credential on every time in C# windows application that contains Crystal Report Pin
Member 139029998-Jul-18 16:21
Member 139029998-Jul-18 16:21 

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.