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

  • 相关阅读:
    TypeScript 函数
    单链表 C++
    测试用例概念 原则
    TypeScript 类
    TypeScript 接口
    Cellection
    面向对象
    反射
    B树
    无权无向图
  • 原文地址:https://www.cnblogs.com/Tokywu/p/4441090.html
Copyright © 2011-2022 走看看