I want to build a samples website that has a single index (home) page that lists and runs (locally) all the telerik sample solutions I have modified. The idea is I want to be able to list all my samples on one page with a description so I can text search for some keyword to find a specific sample. Then I want to be able to run that sample solution right from the description by linking to the sample's Default.aspx.
My problem is each sample contains its own copy of the 17MB "Telerik.Web.UI.dll". So if I build my site with 10 samples (for example) I will end up with 10 copies of the dll or 170MB. I realize I could build all the samples into a single website, but I want each one to be a stand alone solution (expect for the centrally located bin folder).
How can I modify a sample solution to call one instance of the dll from some bin folder that is shared by all the samples?
Thanks!
- Robert
My problem is each sample contains its own copy of the 17MB "Telerik.Web.UI.dll". So if I build my site with 10 samples (for example) I will end up with 10 copies of the dll or 170MB. I realize I could build all the samples into a single website, but I want each one to be a stand alone solution (expect for the centrally located bin folder).
How can I modify a sample solution to call one instance of the dll from some bin folder that is shared by all the samples?
Thanks!
- Robert