Click here to Skip to main content
15,888,600 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Problem with collection Pin
Kevin McFarlane27-Apr-07 10:47
Kevin McFarlane27-Apr-07 10:47 
Question.NET 3.0 Pin
Talal Sultan26-Apr-07 21:35
Talal Sultan26-Apr-07 21:35 
AnswerRe: .NET 3.0 Pin
szukuro26-Apr-07 21:55
szukuro26-Apr-07 21:55 
GeneralRe: .NET 3.0 Pin
Talal Sultan26-Apr-07 22:20
Talal Sultan26-Apr-07 22:20 
GeneralRe: .NET 3.0 Pin
szukuro26-Apr-07 22:43
szukuro26-Apr-07 22:43 
GeneralRe: .NET 3.0 Pin
Kevin McFarlane27-Apr-07 3:21
Kevin McFarlane27-Apr-07 3:21 
AnswerRe: .NET 3.0 Pin
Kevin McFarlane27-Apr-07 3:30
Kevin McFarlane27-Apr-07 3:30 
QuestionPlugins and Assembly References Pin
Steven M Hunt26-Apr-07 8:26
Steven M Hunt26-Apr-07 8:26 
Hello. I am designing an application that will make use of plugins (.net assemblies loaded at runtime containing classes implemented from a common interface). The issue is, i would like to be able to put these DLLs in a folder other than the application's folder, so it could be in a folder like \Plugins\ or something. It works fine sometimes, the problem is that when a plugin references a local assembly, it tries to find it in the application's folder and not the plugin's folder. For instance, if one of the plugins is loading XLS files and I have an XLS file reader class in a seperate assembly along with the plugin, I will get an error since the application is trying to load the assembly from its location and not the plugin's location. Is there any way to get around this without dumping my assemblies in the GAC?

-- Steven Hunt

AnswerRe: Plugins and Assembly References Pin
Eugene Ciloci27-Apr-07 12:15
Eugene Ciloci27-Apr-07 12:15 
GeneralRe: Plugins and Assembly References Pin
Steven M Hunt27-Apr-07 12:24
Steven M Hunt27-Apr-07 12:24 
Questionscroll bar issue in MDI Pin
sarah_malik26-Apr-07 5:04
sarah_malik26-Apr-07 5:04 
AnswerRe: scroll bar issue in MDI Pin
Dave Kreskowiak26-Apr-07 5:58
mveDave Kreskowiak26-Apr-07 5:58 
GeneralRe: scroll bar issue in MDI Pin
sarah_malik27-Apr-07 4:38
sarah_malik27-Apr-07 4:38 
QuestionAddin trouble shoot Pin
veron71226-Apr-07 2:46
veron71226-Apr-07 2:46 
QuestionDynamic crystal report in .net Pin
prash.dark25-Apr-07 23:17
prash.dark25-Apr-07 23:17 
QuestionLong operation [modified] Pin
sarah_malik25-Apr-07 15:35
sarah_malik25-Apr-07 15:35 
AnswerRe: Long operation Pin
Brady Kelly25-Apr-07 19:26
Brady Kelly25-Apr-07 19:26 
GeneralRe: Long operation Pin
Luc Pattyn26-Apr-07 1:28
sitebuilderLuc Pattyn26-Apr-07 1:28 
GeneralRe: Long operation Pin
Brady Kelly26-Apr-07 1:38
Brady Kelly26-Apr-07 1:38 
GeneralRe: Long operation Pin
sarah_malik26-Apr-07 3:09
sarah_malik26-Apr-07 3:09 
AnswerRe: Long operation Pin
pbraun27-Apr-07 5:13
pbraun27-Apr-07 5:13 
GeneralRe: Long operation Pin
sarah_malik27-Apr-07 9:11
sarah_malik27-Apr-07 9:11 
GeneralRe: Long operation Pin
pbraun27-Apr-07 9:28
pbraun27-Apr-07 9:28 
GeneralRe: Long operation Pin
sarah_malik27-Apr-07 10:28
sarah_malik27-Apr-07 10:28 
QuestionAbout multi-threading Pin
Diego F.25-Apr-07 4:51
Diego F.25-Apr-07 4:51 

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.