Click here to Skip to main content
15,916,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have hosted my site on shared remote hosting but whenever i try to access my domain url i am getting the below error.
Could not load file or assembly or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

i have developed my application in asp.net mvc and hosted on windows hosting. i have tried a lot to sole this but invain. pls help me out
Posted
Comments
[no name] 21-Jun-14 13:51pm    
You need to talk to your hosting provider customer service people.
Sergey Alexandrovich Kryukov 22-Jun-14 0:11am    
The message is straightforward. It should tell you which assembly it could be. It could be anything. Not enough information to tell you much more than that.
—SA
Kornfeld Eliyahu Peter 22-Jun-14 2:22am    
It sounds that you build your code with older framework that the one supported by the host - check with host!!!

1 solution

reads like you built your application using a newer .NET-Framework (e.g. 4.5) than your hosting provider supports. Check with your provider what .NET-Framework Versions are supported and change the platform-Target of your application (maybe your provider is also capable of upgrading the .NET-Framework itself)
 
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