Current filter:
                                You should refresh the page.
                                We apologize for the inconvenience. Our ordering system and the support center may be offline for a few hours on Sunday, May 19 due to maintenance tasks.
                                0
                                  • After installation of v9.3, I ran a conversion on one of my projects. The project failed to compile with the following errors: "The type or namespace name 'PanelContent' does not exist in the namespace 'DevExpress.Web.ASPxRoundPanel' (are you missing an assembly reference?)".

                                    The error is occurring in the designer.cs file, at the following section:

                                     /// <summary>
                                            /// PanelContent1 control.
                                            /// </summary>
                                            /// <remarks>
                                            /// Auto-generated field.
                                            /// To modify move field declaration from designer file to code-behind file.
                                            /// </remarks>
                                            protected global::DevExpress.Web.ASPxRoundPanel.PanelContent PanelContent1;

                                    I checked the page in error, and the reference has been changed to:

                                    <%@ Register Assembly="DevExpress.Web.v9.3, Version=9.3.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a"
                                        Namespace="DevExpress.Web.ASPxRoundPanel" TagPrefix="dxrp" %>

                                    The project reference has also been change to the v9.3 version by the conversion tool.

                                    Steps to Reproduce:

                                    Run the v9.3 conversion tool on a project containing an ASPxRoundPanel.

                                    Actual Results:

                                    Failed compile after conversion.

                                    Expected Results:

                                    Succesful compile after conversion.

                                0

                                I tried modifying the page and saving it again in order to have the designer.cs file updated, but that didn't work. I then manually edited the designer.cs file to remove the offending section, and that solved the compile failure without (seemingly) creating any other problems.

                                0

                                Hello John,

                                Thank you for the report. I've tried to reproduce this issue with a sample project made with version v2009 vol 2 and converted it to v2009 vol 3. Everything works fine.
                                I assume that your issue is similar to that described in this report Generation of designer file failed: Unknown server tag 'dx:PanelContent'..
                                All tag prefixes have been changed since v2009 vol 3. Maybe that is why you have this exception.
                                If you give me your sample created with an earlier version of DX controls, and then converted to the latest version, I'll examine it and provide you more detailed results.

                                Thanks,
                                Vest

                                B143252.zip
                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.