Click here to Skip to main content
15,912,507 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,
i have an webapplication project in which when i give publish iam not getting the individul dll for the individual .cs file in by bin folder all together iam getting only one dll in my bin folder,iam using VS 2012

could u pls help me out how to get indvidual dll for the invidual .cs files
Posted
Updated 13-Jul-16 15:41pm
Comments
[no name] 9-Jul-13 9:39am    
Are these individual cs files in individual DLL projects?
ashok_89 9-Jul-13 9:58am    
no every one are in the same project
[no name] 9-Jul-13 10:00am    
Then why would you expect separate DLLs?
ashok_89 10-Jul-13 2:44am    
because if i make any changes in individual files i need only those dlls to be uploaded, as we have mutiple copies being worked in our project.

1 solution

This is the way a web app works. All of the code files are compiled into a single dll file for each individual project, not each individual class file.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900