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

C#

 
GeneralRe: combobox item values? Pin
dazinith14-May-03 8:47
dazinith14-May-03 8:47 
GeneralWYSIWYG HTML Editor Windows Control. Pin
Jonas Follesø8-May-03 22:42
Jonas Follesø8-May-03 22:42 
QuestionHow to extract anchors from applets Pin
benzite8-May-03 19:40
benzite8-May-03 19:40 
GeneralDetecting Connection Pin
Alex Korchemniy8-May-03 19:09
Alex Korchemniy8-May-03 19:09 
GeneralRe: Detecting Connection Pin
J. Dunlap8-May-03 20:11
J. Dunlap8-May-03 20:11 
GeneralBinding Pin
Jon Newman8-May-03 13:57
Jon Newman8-May-03 13:57 
GeneralRe: Binding Pin
David Stone8-May-03 14:21
sitebuilderDavid Stone8-May-03 14:21 
GeneralRe: Binding Pin
Jon Newman9-May-03 5:59
Jon Newman9-May-03 5:59 
Right, firstly thanks for replying, it seems like the right was of doing it and after a bit of MSDNing, i've come up with some AppDomain code.
AppDomain appd = AppDomain.CreateDomain("Plugins");

foreach(Plugin File.....)
{
Assembly a = appd.Load(fileName);
}


OK this isn't all the code but its the only code that is failing. Basically the appdomain isn't loading the files. It throws the following:

File or assembly name <path>\plugins\Plugin.dll, or one of its dependencies, was not found.

For each of the plugin files I try to load. Now when it was trying to load the files in the main appdomain, it loads them fine, but now after trying what you said, I can't get it to load them. They are not bound anywhere else and the full path is given to the appd.Load() method.

Any ideas?


"If you just say porn then you get all manner of chaff and low grade stuff."
- Paul Watson, Lounge 25 Mar 03
"If a man is standing in the middle of the forest speaking and there is no woman around to hear him, is he still wrong?"
- Anon



Jonathan 'nonny' Newman
Homepage [www.nonny.com] [^]
GeneralRe: Binding Pin
leppie9-May-03 7:14
leppie9-May-03 7:14 
GeneralRe: Binding Pin
David Stone9-May-03 11:29
sitebuilderDavid Stone9-May-03 11:29 
QuestionGetTextMetrics in .NET ? Pin
monrobot138-May-03 11:39
monrobot138-May-03 11:39 
AnswerRe: GetTextMetrics in .NET ? Pin
David Stone8-May-03 12:32
sitebuilderDavid Stone8-May-03 12:32 
GeneralRe: GetTextMetrics in .NET ? Pin
monrobot139-May-03 3:31
monrobot139-May-03 3:31 
GeneralDrawing in RichTextEdit Pin
ctescu8-May-03 7:36
ctescu8-May-03 7:36 
GeneralRe: Drawing in RichTextEdit Pin
jhaga8-May-03 7:49
professionaljhaga8-May-03 7:49 
GeneralRe: Drawing in RichTextEdit Pin
ctescu8-May-03 7:53
ctescu8-May-03 7:53 
QuestionHiding/dynamically adding a tab page..?? Pin
vlusardi8-May-03 7:35
vlusardi8-May-03 7:35 
AnswerRe: Hiding/dynamically adding a tab page..?? Pin
ctescu8-May-03 7:43
ctescu8-May-03 7:43 
GeneralRe: Hiding/dynamically adding a tab page..?? Pin
vlusardi8-May-03 7:52
vlusardi8-May-03 7:52 
AnswerRe: Hiding/dynamically adding a tab page..?? Pin
Nick Parker8-May-03 18:30
protectorNick Parker8-May-03 18:30 
GeneralContainer Controls/User Controls Pin
duncanmeech8-May-03 6:53
duncanmeech8-May-03 6:53 
GeneralRe: Container Controls/User Controls Pin
duncanmeech8-May-03 7:42
duncanmeech8-May-03 7:42 
GeneralNavigation Bar Pin
mrc_ita8-May-03 6:31
mrc_ita8-May-03 6:31 
Questionvs2003-- where's the beef? Pin
allancto8-May-03 5:16
allancto8-May-03 5:16 
AnswerRe: vs2003-- where's the beef? Pin
Kevin McFarlane8-May-03 6:50
Kevin McFarlane8-May-03 6:50 

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.