配置错误? [英] Configuration Error?

查看:50
本文介绍了配置错误?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

任何人都可以帮我修复以下错误吗? pleaseee

Can any one help me to fix the following error? pleaseee

when
我在框架4.0版本中运行一个应用程序(ms crm),在发布到IIS之后出现以下错误,从VS 2010开始,它的 
抱怨   fine。

When am running an application(ms crm) in framework 4.0 version am getting following error after publish to IIS, from VS 2010 its complaining fine.

 错误:

Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.

Source Error:

Line 6: <configuration>
Line 7: 	<system.web>
Line 8: 		<compilation debug="true" targetFramework="4.0">
Line 9: 		</compilation>
Line 10: 		<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/></system.web>


Source File: C:\inetpub\wwwroot\MSCRM\web.config Line: 8


  ;

 

MS CRM应用程序不支持框架3.5(最好的我的知识),如果我将项目转换为3.5然后构建falied错误来了。

MS CRM applications will not support framework 3.5(to the best of my knowledge), if i convert the project into 3.5 then build falied error came.

我想在IIS上的框架4.0中运行我的应用程序,但它通过 以上错误。

i want to run my application in framework 4.0 on IIS but it through the above error.

我已经在我的电脑上安装了框架4.0版本。使用VS2010。

I have installed framework 4.0 version in my pc. using VS2010.

我该怎么办?任何人都可以帮助我吗? pleaseeeeeee

What can i do? can any one help me in this? pleaseeeeeee

推荐答案

我不相信这个是一个CR问题,主持人可以将其移至VS 2010论坛。

I don't believe this is a CR issue, one of the Moderators can move this to the VS 2010 forum.

好奇,如果手动更改"3.5",会发生什么?到"4.0"

Curious, what happens if you manually change the "3.5" to "4.0"

您是否已将应用程序池设置为使用4.0框架?

And have you set your app pool to use 4.0 framework?

Don


这篇关于配置错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆