zoukankan      html  css  js  c++  java
  • AX dynamics 2012 ssrs 开发报错:Native compiler return value: ‘[BC30179]

    具体报错内容如下:

      System.Web.Services.Protocols.SoapException: An unexpected error occurred while compiling expressions.
    Native compiler return value: ‘[BC30179] class 'Textbox34_TextBoxExprHost' and class 'textbox34_TextBoxExprHost' conflict
    in class 'ReportExprHostImpl'.’.
       at Microsoft.ReportingServices.Library.ReportingService2005Impl
    .CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties, Guid batchId, Warning[]& Warnings)
      
    at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition,
     Property[] Properties, Warning[]& Warnings)

    solution:

      重命名控件,因为存在Textbox34与textbox34,系统不能识别;

                                                        by  Tokywu 2015-04-20

  • 相关阅读:
    celery 转自:https://www.cnblogs.com/pyedu/p/12461819.html
    k8s 学习笔记
    linux 学习笔记3
    yaml initc
    vi 块操作
    curl
    知名IT互联网公司
    ajax 上传文件给webapi(带basic认证)
    C# 后台请求api
    mvc 母版页保持不刷新
  • 原文地址:https://www.cnblogs.com/Tokywu/p/4441090.html
Copyright © 2011-2022 走看看