Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,I want to install DNN 7 but I come up with this error:
Could not load file or assembly 'ClientDependency.Core' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

and it's because I didn't have .Net Farmework 4.now I install it but still have teh same problem.how could I set .net framework 4 in my browser?
Posted

1 solution

You have to change the Application Pool of your site


1.Go to your IIS by simply typing inetmgr in Start.
2.Right click to your site then click Manage Application->Advanced Setting. Then change the DefaultAppPool to ASP.NET V4.0.You are done.
 
Share this answer
 
Comments
behish 26-Sep-13 3:43am    
that problem solved but now I come up with new problem:
Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.TypeLoadException: Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

what should I do now?
behish 26-Sep-13 4:43am    
it's solve.

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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