Bug Report B134512
Visible to All Users

Global themes not compiling - Compiler Error Message: CS0012: The type 'DevExpress.XtraScheduler.Native.IDateNavigatorControllerOwner' is defined in an assembly that is not referenced.

created 16 years ago

I updated B133019 witrh the following info.
There appears to be a problem in the 8.3.4 install.
However im getting the following error after installing the new theme skin files
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0012: The type 'DevExpress.XtraScheduler.Native.IDateNavigatorControllerOwner' is defined in an assembly that is not referenced. You must add a reference to assembly 'DevExpress.XtraScheduler.v8.3.Core, Version=8.3.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a'.
Source Error:
Line 341: this.@__controlSkins[@__BuildControl__control11_skinKey] = new System.Web.UI.ControlSkin(typeof(DevExpress.Web.ASPxDataView.ASPxDataView), new System.Web.UI.ControlSkinDelegate(this.@__BuildControl__control11));
Line 342: this.@__controlSkins[@__BuildControl__control23_skinKey] = new System.Web.UI.ControlSkin(typeof(DevExpress.Web.ASPxEditors.ASPxDateEdit), new System.Web.UI.ControlSkinDelegate(this.@__BuildControl__control23));
Line 343: this.@__controlSkins[@__BuildControl__control25_skinKey] = new System.Web.UI.ControlSkin(typeof(DevExpress.Web.ASPxScheduler.ASPxDateNavigator), new System.Web.UI.ControlSkinDelegate(this.@__BuildControl__control25));
Line 344: this.@__controlSkins[@__BuildControl__control26_skinKey] = new System.Web.UI.ControlSkin(typeof(DevExpress.Web.ASPxEditors.ASPxFilterControl), new System.Web.UI.ControlSkinDelegate(this.@__BuildControl__control26));
Line 345: this.@__controlSkins[@__BuildControl__control29_skinKey] = new System.Web.UI.ControlSkin(typeof(DevExpress.Web.ASPxGridView.ASPxGridView), new System.Web.UI.ControlSkinDelegate(this.@__BuildControl__control29));

Source File: c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\crm\4d81fe47\9ac8edd6\App_GlobalTheme_Office2003 Blue.2saptb9x.0.cs Line: 343
Steps to Reproduce:
add themes to global using the tool supplied with the product.
Actual Results:
Skin wont compile
There seems to be a reference to 'DevExpress.XtraScheduler.v8.3.Core, Version=8.3.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a'.
however this dll doest exist on my computer.
Expected Results:
Skin to compile

Show previous comments (12)
D D
DAF Software A .NET 16 years ago

    I down loaded 3.6 and it still wont compile.
    The aspxscheduler.skin now includes the following:
    <%@ Register TagPrefix="dx" Namespace="DevExpress.Data" Assembly="DevExpress.Data.v8.3, Version=8.3.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
    <%@ Register TagPrefix="dxwschs" Namespace="DevExpress.Web.ASPxScheduler" Assembly="DevExpress.Web.ASPxScheduler.v8.3, Version=8.3.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
    <%@ Register TagPrefix="dxscore" Assembly="DevExpress.XtraScheduler.v8.3.Core, Version=8.3.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.XtraScheduler" %>
    <dxwschs:ASPxScheduler runat="server">
    and PivoitGrid.skin includes:
    <%@ Register TagPrefix="dx" Namespace="DevExpress.Data" Assembly="DevExpress.Data.v8.3, Version=8.3.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
    <%@ Register Assembly="DevExpress.Web.ASPxPivotGrid.v8.3, Version=8.3.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web.ASPxPivotGrid" TagPrefix="dxwpg" %>
    <%@ Register Assembly="DevExpress.XtraPivotGrid.v8.3.Core, Version=8.3.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.XtraPivotGrid" TagPrefix="dxwpgcore" %>
    <dxwpg:ASPxPivotGrid runat="server">
    And it is compiling the skin files ok.

    DevExpress Support Team 16 years ago

      Hi Michael,
      Thank you for informing us about this problem. Indeed, the problem persists in v8.3.6. Please accept our apologies for this mishap, and thank you for your patience. You'll be notified via email when the issue is fixed.
      With best regards,
      Dmitry

      D D
      DAF Software A .NET 14 years ago

        This issue was logged by a previous employee but I inherited his log in, so I am closing this issue.

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.