Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
690
Cannot use WebHtmlEditor in Expression Web 2
posted

I am using a WebHtmlEditor control in one of my aspx pages.
If I work on it in Visual Studio, everything works fine - I can edit in both design and source modes.

But if I open the same ASPX page in Expression Web 2 - this happens:

1) The page actually gets modified  - see below for the before and after.
2) Expression Web 2 cannot render the WebHtmlEditor - it displays the error "Literal content (' ') is not allowed within a 'Infragistics.WebUI.WebHtmlEditor.HtmlBoxMenuItem"
3) If I save the page in Expression Web 2 and then try to compile in Visual Studio 2008, I then get the same error.

It seems that the WebHtmlEditor is not compatible with Expression Web 2. 
Does anyone know if there's a workaround to use the WebHtmlEditor in Expression Web 2?

----------------------------------------------------------------------------------------------------------

Before opening the ASPX in Expression Web 2:

                            <ighedit:HtmlBoxMenuItem runat="server" Act="Cut" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False">
                           
<Dialog Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False"></Dialog>
</ighedit:HtmlBoxMenuItem>

After opening the ASPX in Expression Web 2 (notice the added "&nbsp;"):

                            <ighedit:HtmlBoxMenuItem runat="server" Act="Cut" Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False">
                               
                               
                           
                                <Dialog Font-Bold="False" Font-Italic="False" Font-Overline="False" Font-Strikeout="False" Font-Underline="False"></Dialog>
                               
                               
                                &nbsp; </ighedit:HtmlBoxMenuItem>

Parents
  • 24497
    Suggested Answer
    posted

    Hi Ehuna,

    There was a bug submitted for that.

    To test, I installed "Expression Web 2" and experimented with attached application. That application contained WebHtmlEditor which version was different from version on my machine, so I had chance to have various exceptions. After experimenting with that software and reading instructions about local bin, etc. I found that problem with "&nbsp;" was triggered by mismatching version defined in <%@ Register ..> and web.config with version of dlls in GAC (or version in local bin).

    Please ensure that web site references correct versions of dlls. That should fix your issue.

    PS
    Besides autogenerated "&nbsp;"s, I found another strange thing in "Expression Web 2". If website contained local bin with dlls which versions mismatched with aspx-register and machine did not have matching dlls at all, then "Expression Web 2" might show a custom control in Design view without exceptions. I would expect an exception in this situation.
    These features of "Expression Web 2" look to me as bugs.

  • 690
    posted in reply to Emmanuel Huna

    Hi Viktor,

    I made sure I had the correct and matching versions in the GAC, the Web.Config and the <%@ Register ...> tag. 

    Unfortunately, I still see the "Literal content ('&nbsp;') is not allowed within a 'Infragistics.WebUI.WebHtmlEditor.HtmlBoxMenuItem'" error when I open the ASPX page in Expression Web 2 (it continues to work fine in Visual Studio unless I save the page in Expression Web 2).

    Anything else I can do to make this work?

    Below I have details on what I checked and how I made sure the correct versions are in the GAC, the Web.Config file and mypage.aspx.

    Emmanuel

    1) In Web.Config, I have:

    Under <configSections>:

    <section name="infragistics.web" type="System.Configuration.SingleTagSectionHandler,System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>

    Under <system.web><compilation><assemblies>:

                    <add assembly="Infragistics35.WebUI.UltraWebNavigator.v9.1, Version=9.1.20091.2040, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"/>
                    <add assembly="Infragistics35.WebUI.Shared.v9.1, Version=9.1.20091.2040, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"/>
                    <add assembly="Infragistics35.WebUI.UltraWebToolbar.v9.1, Version=9.1.20091.2040, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"/>
                    <add assembly="Infragistics35.WebUI.WebCombo.v9.1, Version=9.1.20091.2040, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"/>
                    <add assembly="Infragistics35.WebUI.WebHtmlEditor.v9.1, Version=9.1.20091.2040, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"/>
                    <add assembly="Infragistics35.WebUI.WebSpellChecker.v9.1, Version=9.1.20091.2040, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb"/>

    2) On mypage.aspx I have:

    <%@ Register assembly="Infragistics35.WebUI.WebHtmlEditor.v9.1, Version=9.1.20091.2040, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.WebUI.WebHtmlEditor" tagprefix="ighedit" %>

    3) In the GAC:

    The moment I read your message I uninstalled older versions of the Infragistics DLLs using Control Panel > Add/Remove Programs.  I wanted to make sure I only had the latest DLLs (9.1.20091.2040) installed.

    I then used GacView (http://www.nirsoft.net/dot_net_tools/gac_viewer.html) and to my surprise I did see that there were still a bunch of DLLs that ended in version 9.1.20091.1015 instead of 9.1.20091.2040 - I deleted them. 

    Here are the Infragistics DLLs now in the GAC:

    Assemblies List

    Created by using GACView

    Assembly Name     Version     Public Key Token     File Version
    Infragistics.License    1.0.5005.10    7dd5c3163f2cd0cb    1.0.5005.10
    Infragistics.Office2007UI.Design.Support.v9.1    1.0.0.0    7dd5c3163f2cd0cb    1.0.0.0
    Infragistics2.Web.Design.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.Web.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Shared.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Win.Misc.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Win.UltraWinDataSource.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Win.UltraWinDock.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Win.UltraWinEditors.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Win.UltraWinExplorerBar.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Win.UltraWinGauge.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Win.UltraWinGrid.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Win.UltraWinListView.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Win.UltraWinMaskedEdit.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Win.UltraWinStatusBar.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Win.UltraWinTabControl.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Win.UltraWinToolbars.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Win.UltraWinTree.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Design.Win.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Documents.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Excel.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Misc.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Misc.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.Shared.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraChart.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraGauge.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebCalcManager.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebCalcManager.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebChart.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebGauge.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebGrid.DocumentExport.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebGrid.DocumentExport.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebGrid.ExcelExport.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebGrid.ExcelExport.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebGrid.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebGrid.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebListbar.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebListbar.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebMenu.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebNavigator.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebTab.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebTab.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebToolbar.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebToolbar.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.UltraWebTree.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebCombo.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebCombo.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebDataInput.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebDataInput.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebDateChooser.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebDateChooser.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebHtmlEditor.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebHtmlEditor.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebNavBar.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebNavBar.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebResizingExtender.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebSchedule.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebSchedule.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebScheduleDataProvider.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebScheduleDataProvider.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebSpellChecker.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics2.WebUI.WebSpellChecker.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics3.Wpf.Chart.v9.1    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Chart.v9.1.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Chart.v9.1.dll.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.DataPresenter.v9.1    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.DataPresenter.v9.1.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.DataPresenter.v9.1.dll.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.DataPresenter.v9.1.dll.VisualStudio.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.DataPresenter.v9.1.VisualStudio.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.DockManager.v9.1    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.DockManager.v9.1.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.DockManager.v9.1.dll.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.DockManager.v9.1.dll.VisualStudio.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.DockManager.v9.1.VisualStudio.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Editors.v9.1    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Editors.v9.1.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Editors.v9.1.dll.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.OutlookBar.v9.1    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.OutlookBar.v9.1.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.OutlookBar.v9.1.dll.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.OutlookBar.v9.1.dll.VisualStudio.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.OutlookBar.v9.1.VisualStudio.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Reporting.v9.1    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Reporting.v9.1.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Reporting.v9.1.dll.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Ribbon.v9.1    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Ribbon.v9.1.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Ribbon.v9.1.dll.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Ribbon.v9.1.dll.VisualStudio.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Ribbon.v9.1.VisualStudio.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Themes.Fall.v9.1    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Themes.ForestGreen.v9.1    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Themes.Leaf.v9.1    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Themes.Lipstick.v9.1    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Themes.Water.v9.1    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.Themes.Wind.v9.1    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.v9.1    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.v9.1.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.v9.1.dll.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.v9.1.dll.VisualStudio.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics3.Wpf.v9.1.VisualStudio.Design    9.1.20091.1006    7dd5c3163f2cd0cb    9.1.20091.1006
    Infragistics35.Web.Design.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.Web.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Shared.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Win.Misc.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Win.UltraWinDataSource.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Win.UltraWinDock.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Win.UltraWinEditors.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Win.UltraWinExplorerBar.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Win.UltraWinGauge.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Win.UltraWinGrid.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Win.UltraWinListView.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Win.UltraWinMaskedEdit.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Win.UltraWinStatusBar.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Win.UltraWinTabControl.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Win.UltraWinToolbars.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Win.UltraWinTree.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Design.Win.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Documents.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Excel.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Misc.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Misc.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.Shared.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraChart.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraGauge.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebCalcManager.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebCalcManager.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebChart.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebGauge.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebGrid.DocumentExport.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebGrid.DocumentExport.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebGrid.ExcelExport.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebGrid.ExcelExport.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebGrid.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebGrid.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebListbar.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebListbar.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebMenu.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebNavigator.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebTab.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebTab.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebToolbar.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebToolbar.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.UltraWebTree.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebCombo.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebCombo.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebDataInput.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebDataInput.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebDateChooser.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebDateChooser.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebHtmlEditor.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebHtmlEditor.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebNavBar.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebNavBar.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebResizingExtender.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebSchedule.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebSchedule.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebScheduleDataProvider.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebScheduleDataProvider.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebSpellChecker.v9.1    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040
    Infragistics35.WebUI.WebSpellChecker.v9.1.Design    9.1.20091.2040    7dd5c3163f2cd0cb    9.1.20091.2040

Reply Children