This is a migrated thread and some comments may be shown as answers.

Solution Structure

1 Answer 59 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Vit100
Top achievements
Rank 1
Vit100 asked on 16 Jun 2010, 05:08 PM
Hi.
I have solution with few projects - parts of main business application (eventually all parts will be joined together by MEF or can be used as independent application).
Almost all projects use Telerik components (some RadTreeView, some expander, etc..).
So each project has subfolder with telerik libraries. Looks like it is bad idea - 1. because each xap file has redundand libraries, 2. if I update telerik library I need update it in each project and recompile everything again..3 if dll is different version - conflict.
Anyway how to create solution structure to keep only one copy of telerik DLLs across the solution, and every project will refer to one central location?

1 Answer, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 17 Jun 2010, 06:48 AM
Hi Vit100,

Have you tried placing Telerik binaries in a single folder on the root level of your solution. For example:

MySolution
 - TelerikBinaries
 - Project1
 - Project2

Once you have such setup all of your projects can reference the Telerik assemblies from a single folder.


Regards,
Milan
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
General Discussions
Asked by
Vit100
Top achievements
Rank 1
Answers by
Milan
Telerik team
Share this question
or