Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I created two mvc web app, now I want to merge both in one solution, I make a .dll of second web app and and it into first web app as reference but the mvc version of my second web app in its references is higher than first one(and i must have to use that higher version in second web app ) so it is firing a error. how to deal with this problem?


thanks in advance.
Posted
Comments
aarif moh shaikh 23-Sep-15 7:10am    
change your first MVC App Version then create .dll again
Member 11922776 23-Sep-15 7:14am    
I already did this,its not works.

1 solution

you have to upgrade your first project MVC into second project MVC version.
This link may help you.

https://www.nuget.org/packages/UpgradeMvc3ToMvc4[^]
 
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