Build References to a SubFolder
-
Monday, September 17, 2012 1:43 AM
I'm wanting to build a program that is extensible through 3rd party modules. I am intending these modules to be added to a ./Plugins/ subfolder from the application root. There will also be some "Plugins" included with the core package as well. I am trying to get these supplied plugins to build into the Plugins sufolder, and am not having any luck.
I have 3 Projects in my solution currently.Project 1 - Core Application Libraries (Class Library)
Project 2 - Test UI (Windows Forms App)
Project 3 - Test Plugin (Class Library)
Unfortunately, if I set the Test UI as the main app, with references to each of the others, it compiles the other .DLL's into it's main folder, and I can find no way to automatically have the Plugin (Project 3) compile to the Test UI's Plugins subfolder.
- Moved by Shanks ZenMicrosoft Contingent Staff Tuesday, September 18, 2012 6:01 AM To provide better support (From:Visual Basic General)
- Changed Type Ego JiangMicrosoft Contingent Staff, Moderator Monday, October 08, 2012 9:05 AM
All Replies
-
Tuesday, September 18, 2012 5:47 AM
Be aware that a DLL is no plugin, that is from the time before OOP when we got linked libraries to call. Now in .Net the DLL is a Class Library from which the resulting objects are implemented in the main application.
Success
Cor- Edited by Cor LigthertMVP Tuesday, September 18, 2012 5:48 AM
-
Tuesday, September 18, 2012 6:01 AM
Hi CraziFuzzy,
According to your description, I supposed you're using VSIX Project. We have a forum http://social.msdn.microsoft.com/Forums/en-US/vsx/threads for this issue. In order to provide support, I will move thread.
Thanks for understanding!
Shanks Zen
MSDN Community Support | Feedback to us
-
Wednesday, September 19, 2012 9:43 AMModerator
Hi CraziFuzzy,
Did you set the wrong output file in your project.
Can you upload your package project SkyDriver and post link here?
Best regards,
Ego [MSFT]
MSDN Community Support | Feedback to us
-
Monday, October 08, 2012 9:05 AMModerator
Hi CraziFuzzy,
We are changing the issue type to “Comment” because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question” by editing your initial post and changing the radio button at the top of the post editor window. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.
Thanks,
Ego [MSFT]
MSDN Community Support | Feedback to us

