简体   繁体   English

解析器错误消息:无法加载文件或程序集'DevExpress.Web.v15.2,

[英]Parser Error Message: Could not load file or assembly 'DevExpress.Web.v15.2,

My project is asp.net web forms version 4.5.1 hosted on a web server with plesk cpanel. 我的项目是使用plesk cpanel托管在Web服务器上的ASP.NET Web窗体版本4.5.1。

i have deployed my site using visual studio "publish website" option from "Build" menu in visual studio. 我已经使用Visual Studio中“构建”菜单中的Visual Studio“发布网站”选项部署了我的网站。

everything is fine on local. 在本地一切都很好。

now when i try to access my first page that is in a root folder everything is OK but when I want to access a page that is within a sub folder I got this error.(mentioned in the question title) 现在当我尝试访问根文件夹中的第一页时一切正常,但是当我要访问子文件夹中的页面时,出现此错误。(在问题标题中提到)

this is one of those pages with error. 是有错误的页面之一。

DX is really annoying and I think it is not worth to use it. DX确实很烦人,我认为不值得使用它。 adding a button component from DX adds a table with lots of JS script while you could do it with a single html input element. 从DX添加按钮组件会添加带有很多JS脚本的表,而您可以使用单个html输入元素来完成此操作。 never mind. 没关系。

错误截图

please guide me. 请指导我。 thanks. 谢谢。

There is a special tool in DevExpress that generates all the needed assemblies for ASP.NET in order to be copied to the directory when the website is Deployed. DevExpress中有一个特殊的工具,可以为ASP.NET生成所有必需的程序集,以便在部署网站时将其复制到目录中。

Source : Devexpress 资料来源: Devexpress

The "Could not load file or assembly 'X'" error message appears Problem Description: 出现“无法加载文件或程序集'X'”错误消息问题描述:

Ensure that you have copied all required DevExpress assemblies into the web site's Bin folder after deploying it to the production machine. 在将所有必需的DevExpress程序集部署到生产计算机后,请确保已将其复制到网站的Bin文件夹中。 A detailed description of the deployment process, as well as the list of assemblies required by the ASP.NET and MVC products can be found in the Redistributable Assemblies (ASP.NET and MVC Deployment ) documentation article. 可在“可再发行程序集(ASP.NET和MVC部署 )”文档中找到有关部署过程的详细说明以及ASP.NET和MVC产品所需的程序集列表。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在已部署的应用程序中发生“无法加载文件或程序集'DevExpress.Web.ASPxGridView.v11.1'”错误 - The “Could not load file or assembly 'DevExpress.Web.ASPxGridView.v11.1'” error occurs in a deployed application 解析器错误消息:无法加载程序集'App_Web__XXXXX'。 在访问页面之前,请确保已对其进行编译 - Parser Error Message: Could not load the assembly 'App_Web__XXXXX'. Make sure that it is compiled before accessing the page 解析器错误消息:无法加载类型'ObamPortal.Web.MvcApplication' - Parser Error Message: Could not load type 'ObamPortal.Web.MvcApplication' 解析器错误消息:无法加载类型:母版页的文件 - Parser Error Message: Could not load type : the file of the master page WIA 错误“消息=无法加载文件或程序集‘Interop.WIA’ - WIA error "Message=Could not load file or assembly 'Interop.WIA" 无法加载文件或程序集或其依赖项之一,错误消息已更改 - Could not load file or assembly or one of its dependencies, error message changing 解析器错误消息:无法加载类型“网络营销” - Parser Error Message: Could not load type 'webmarketing' 无法加载文件或程序集 'System.Web.Helpers,错误 IIS 8 - Could not load file or assembly 'System.Web.Helpers, error on IIS 8 错误:“无法加载文件或程序集System.Web.WebPages.Razor” - Error: “Could not load file or assembly System.Web.WebPages.Razor” 解析器错误消息:无法加载类型 - Parser Error Message: Could not load type
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM