asp .net图表控制问题 [英] asp .net chart control problem

查看:79
本文介绍了asp .net图表控制问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在asp.net3.5应用程序中使用了Chart控件,并且已经上传了这些文件
到服务器,然后生成错误消息.
"xyzfile.aspx"尚未预编译

请解决这些错误.

感谢

I have used Chart control in my asp.net3.5 application and I have upload these files
to server then it generate an error message.
"xyzfile.aspx" has not been pre-compiled

Please solve these error.

Thanks

推荐答案

当在web.config中指定了引用并且部署文件夹/站点不包含系统中安装的这些dll或bin文件夹中未包含这些dll时,将出现此错误包含它们(如果它们是私有程序集).
<add assembly="Namespace1.NameSpace2, Version=x.x.x.x, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
如果您的web.config包含任何此类程序集,并且已部署的服务器在bin或GAC中不包含这些组件,则将发生此错误.

参考: http: //forums.asp.net/t/956297.aspx/2/10?Web+Deployment+Project+quot+has+not+been+pre+compiled+quot+ [
This error will come when a reference is specified in web.config and deployment folder/site does not contain these dlls installed in the system or bin folder does not contain them(if they are private assemblies).
<add assembly="Namespace1.NameSpace2, Version=x.x.x.x, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
If your web.config contains any assemblies like this and deployed server doesnot contain these assembiles in bin or GAC, then this error will occur.

Ref:http://forums.asp.net/t/956297.aspx/2/10?Web+Deployment+Project+quot+has+not+been+pre+compiled+quot+[^]


这篇关于asp .net图表控制问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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