开发者

Problem with deploying ASP.NET MVC3 app

开发者 https://www.devze.com 2023-03-25 03:03 出处:网络
This question is related to this: Problem with bin Deploying ASP.NET MVC 3 I erase the line with targetFramework=\"4.开发者_如何转开发0\" but now I have another problem. It says:

This question is related to this: Problem with bin Deploying ASP.NET MVC 3 I erase the line with targetFramework="4.开发者_如何转开发0" but now I have another problem. It says:

Could not load file or assembly 'EntityFramework' or one of its dependencies. This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.

I can´t get access to IIS server because it is from provider of my hosting. It´s weird because one of my website is running on this server (MVC3 too) and now I am trying add next and it is not working. Thanks for every help.


Have you made sure your provider has .NET 4.0 installed on their server?

It sounds like you are trying to run a .NET 4.0 application on a server that only has .NET 3.5 installed

0

精彩评论

暂无评论...
验证码 换一张
取 消