- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
在我们的解决方案中,我们为多种表单(帐户表单和一些自定义实体的表单)提供自定义 .js 文件。
它们在我们的开发环境中运行良好。
将开发定制导入我们的 QA 环境时,我们会收到有关帐户的错误消息,以及一些(但不是全部)定制实体的表单;
在crm服务器上查看trace日志时,我们看到如下异常:
MSCRM Error Report: -------------------------------------------------------------------------------------------------------- Error: Could not find a web resource with name account.js. Error Number: 0x80040217 Error Message: Could not find a web resource with name account.js. Error Details: Could not find a web resource with name account.js. Source File: Not available Line Number: Not available Request URL: https://server:444/Handlers/WebResource.ashx?name=account.js&ver=935169123 Stack Trace Info: [CrmException: Could not find a web resource with name account.js.] at Microsoft.Crm.Application.Components.Handlers.WebResource.RetrieveWebResource(String webResourceName, String preview) at Microsoft.Crm.Application.Components.Handlers.WebResource.ProcessRequestInternal(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
但是,自定义脚本本身已加载并正常工作。
移除/删除自定义脚本或重新导入自定义项并未解决此问题。
有人知道吗?
最佳答案
看起来您正试图通过不存在的名称“account.js”调用网络资源。如果您尝试从 enableRule 中的某个 customRule 或类似的东西从您的自定义文件中调用它,那么您需要通过它的名称而不是它的显示名称来调用它,例如,如果名称是“new_/scripts/account. js 那么你的电话应该是:
$webresource:new_/scripts/account.js
关于dynamics-crm-2011 - crm 2011 - 资源存在时未找到 Web 资源异常,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14750512/
我有 json 数据: { "products": [ { "productId" : 0, "productImg" : "../img/product-ph
我是一名优秀的程序员,十分优秀!