Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

[8.2] Designer genertates uncompilable code!

Last post 06-17-2008 11:16 by [Infragistics] Mike Dour. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 06-17-2008 5:20

    • piotrs
    • Not Ranked
    • Joined on 01-02-2008
    • Poland
    • Points 115

    [8.2] Designer genertates uncompilable code!

    We've migrated our win-application to IG 8.2. After opening form in designer and changing values of few properties in ToolbarManager or TabbedMdiManager uncompilable code is generated in file *.Designer.cs. This code is connected with FontData (but you don't need to modifcate values connected to FontData to see this code generated):

    ApplyResources(appearance1.FontData, "appearance1.FontData");
    ApplyResources(appearance1, "appearance1");
    appearance1.ForceApplyResources = "FontData|";

    If you edit this code and write "resources" before this line it will build without problems (e.g. resources.ApplyResources(appearance1.FontData, "appearance1.FontData"); ).

    (It's not strictly connected with WinTabbedMdi, but I didn't know where to place it.)

    • Post Points: 20
  • 06-17-2008 11:16 In reply to

    Re: [8.2] Designer genertates uncompilable code!

    This is a bug and I would recommend submitting the issue to the support group: http://www.infragistics.com/gethelp. Also, did you have the same problem with 8.1, or did you skip over that version? I'm just curious because this seems like it might be related to the fix for another issue, BR30315, which was fixed in 8.1 and 8.2.

    • Post Points: 5
Page 1 of 1 (2 items)
Powered by Community Server (Commercial Edition), by Telligent Systems