.net - Can I build 2 or more dlls from C# project in Visual Studio 2008? -


Because I used Silverlight & amp; I am working on creating RIA framework; C#. So I have to use the rich features of Silverlight such as dynamic loading but I found that Visual Studio will merge all the class library (same namespace or difference namespace) into one DL.

Do you have any idea of ​​making 2 or more DLLs from the C # project? I only prepare 1 project for 1 child page, so if I have 100 children in my solution, then I will prepare 100+ projects for this solution which does not mean it.

Thanks

Different assemblies (DLS ) Just get additional projects within your solution to get it.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -