Thursday, March 29, 2012

seperate bthe dll from a project working on multiple dlls

Hi ya,

i am working on a project which includes dll's of many projects

Now i want to seperate my app , because whenever a change is made in any of the included project , i have to recompile my project.

so can anyone suggest me ....how to seperate my application.

Thanks

one Solution file for One Project file is probably the best way to do it.

But maybe i dont understand you properly.

if you have one project, and you reference say, 5 .dll files from other projects. When those projects change, all you have to do is re-compile them, your project that references those ones should not need to be re-compilled, just the new .dll should overwrite the old one.

Creating a Solution with Project Dependancies can also simplify the process, that way if you need to mod a .dll your referencing, you already have the project in your solution.

HTH,

mcm

0 comments:

Post a Comment