Click here to Skip to main content
15,896,496 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.. Friends,

I have migrate my project from .net 3.5 to .net 4.0. My project is working fine. Now I want to deploy my project. I mean to say I want to make .dll file of my all my .cs code as we use webdeploymentsetup tools in 3.5 but, I cant understand how to make same .dll file for .net 4.0 web application.

Thanks & Regards
Parveen Rathi
Posted
Comments
Jameel VM 31-Jan-13 6:48am    
use latest version of Assembly

1 solution

Change the framework version in project properties. Then rebuild and publish the solution to the desired location. Do remember to change the mode to 'Release'.

If you need help with these tasks, Google for them and there are articles in MSDN explaining how you do it.
 
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