Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need easy way to write plugin Pin
leppie4-Jul-02 0:16
leppie4-Jul-02 0:16 
GeneralRe: Need easy way to write plugin Pin
leppie4-Jul-02 2:19
leppie4-Jul-02 2:19 
GeneralRe: Need easy way to write plugin Pin
James T. Johnson4-Jul-02 4:20
James T. Johnson4-Jul-02 4:20 
GeneralRe: Need easy way to write plugin Pin
leppie4-Jul-02 5:54
leppie4-Jul-02 5:54 
GeneralRe: Need easy way to write plugin Pin
leppie4-Jul-02 10:41
leppie4-Jul-02 10:41 
GeneralRe: Need easy way to write plugin Pin
James T. Johnson4-Jul-02 14:46
James T. Johnson4-Jul-02 14:46 
GeneralRe: Need easy way to write plugin Pin
leppie4-Jul-02 20:22
leppie4-Jul-02 20:22 
GeneralRe: Need easy way to write plugin Pin
leppie5-Jul-02 3:13
leppie5-Jul-02 3:13 
OK I was just about to give up, when I made a breakthru Smile | :) )

Plugin loads now in a new AppDomain, but I get a problem about "Serialization will not deserialize delegates to non-public methods."

All I know, this prevents my events from calling private methods. And changing them to public just prevents the Exception from being thrown. Confused | :confused:

Any suggestions?

I see this as well:
'Plugin': Loaded 'c:\documents and settings\lep\local settings\application data\assembly\dl\1231bdf657cfa4b58247156af46a487b\0c35d18d\008c64c0_2524c201\sampleinterface.dll', Symbols loaded.
Thats OK, assembly loaded in Plugin domain. BUT (big one Smile | :) )
I get this too:
'IrcBotUI.exe': Loaded 'c:\develop\ircbotui\bin\debug\sampleinterface.dll', Symbols loaded.
This is my main program domain. Should this happens as well? Is it because the "plugin" inherites from MarshalByRefObject?

TGIF
GeneralEUREKA I HAVE FOUND IT Pin
leppie5-Jul-02 4:45
leppie5-Jul-02 4:45 
QuestionResources... how??? Pin
3-Jul-02 7:43
suss3-Jul-02 7:43 
AnswerRe: Resources... how??? Pin
James T. Johnson3-Jul-02 10:28
James T. Johnson3-Jul-02 10:28 
GeneralMouseLeave Pin
SHaroz3-Jul-02 7:38
SHaroz3-Jul-02 7:38 
GeneralRe: MouseLeave Pin
NormDroid6-Jul-02 2:13
professionalNormDroid6-Jul-02 2:13 
GeneralListing Items Alphabetically in TreeView Pin
cAptHiDDeN3-Jul-02 4:48
cAptHiDDeN3-Jul-02 4:48 
GeneralTransparent User Controls Pin
2-Jul-02 11:21
suss2-Jul-02 11:21 
GeneralLocalization in ASP.NET Pin
2-Jul-02 5:08
suss2-Jul-02 5:08 
GeneralTEXTBOX Pin
vikramlinux2-Jul-02 3:32
vikramlinux2-Jul-02 3:32 
GeneralRe: TEXTBOX Pin
Chris Rickard2-Jul-02 4:11
Chris Rickard2-Jul-02 4:11 
GeneralRe: TEXTBOX Pin
vikramlinux2-Jul-02 5:48
vikramlinux2-Jul-02 5:48 
GeneralRe: TEXTBOX Pin
Sorin Comanescu3-Jul-02 22:42
Sorin Comanescu3-Jul-02 22:42 
GeneralJoining two DataTables to a CheckListBox control... Pin
Andrew Connell2-Jul-02 3:28
Andrew Connell2-Jul-02 3:28 
GeneralAll treenodes in a treeView Pin
2-Jul-02 1:20
suss2-Jul-02 1:20 
GeneralRe: All treenodes in a treeView Pin
James T. Johnson3-Jul-02 8:58
James T. Johnson3-Jul-02 8:58 
GeneralThe C# using operator Pin
Chris Maunder1-Jul-02 15:47
cofounderChris Maunder1-Jul-02 15:47 
GeneralRe: The C# using operator Pin
Andy Smith1-Jul-02 16:03
Andy Smith1-Jul-02 16:03 

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.