Current filter:
                                You should refresh the page.
                                0
                                  • 1. Drag and drop ASPxRoundPanel
                                    2. Drag any control into the PanelContent

                                    Regards,
                                    Krzysztof

                                0

                                Hello Krzysztof,

                                Thank you for the report. I've tried to reproduce your issue in a sample project, but failed. Please take a look at the screencast.
                                I assume that you get an exception, because you haven't registered the ASPxPanel namespace:

                                	
                                [ASPx]
                                <%@ Register Assembly="DevExpress.Web.v9.3, Version=9.3.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web.ASPxPanel" TagPrefix="dx" %>

                                If your issue isn't solved, please send me a small example which reproduces it.

                                Thanks,
                                Vest

                                ok.zip
                                0

                                Hello Vest,

                                I've seen your video but i think it's not the same. Please review my screencast.

                                I read breaking changes again. I've solved this issue by removing the panelcontrent variables from designer files. Second I removed added reference tag (dx) and changed PanelContent to another prefix dxp (which I have registered in my web.config). My project runs but still there is an issue which was recorded in my video.

                                Regards,
                                Krzysztof

                                bug.7z
                                0

                                Hello Krzysztof,

                                Yes, I've reproduced the issue with v2009 vol 3.2 version of DX controls. The ASPxRoundPanel (and other panel-kind controls like the ASPxCallbackPanel) doesn't register the ASPxPanel namespace when you first put the control into the "Source" view. Even if you switch to the designer and change the panel's content, the ASPxPanel isn't registered.
                                The temporary workaround is:
                                - you should put the ASPxPanel near the ASPxRoundPanel (to register the appropriate namespace). You can then safely remove it.
                                - or, you should put the ASPxRoundPanel (the first time) in "Design" view. The control registers two namespaces correctly.

                                Actually, this behavior should be thoroughly examined. I've forwarded this report to our developers for a detailed examination. Sorry for any delay.

                                Thanks,
                                Vest

                                0

                                Hello Krzysztof,

                                We are sorry for the delay.
                                We've examined this issue thoroughly, and found its inconsistent behavior. Actually the Visual Studio 2008 doesn't register additional namespace when the ASPxRoundPanel (and other panels) is used. The ASPxPanel isn't registered for all latest versions of DX controls: v2009 vol 1, v2009 vol 2 and v2009 vol 3. We think that this is an IDE specific issue. I'm sorry, but we couldn't even find any exceptions or unexpected behavior of namespace registering mechanism.
                                A possible solution was proposed in the previous report.

                                Thanks,
                                Vest

                                0

                                Hello Vest,

                                Thank you for the explanation.
                                If you found and also think that this is an VS2008 inconsistent behavior please report it to Microsoft.

                                Regards,
                                Krzysztof

                                0

                                Hello Krzysztof,

                                Unfortunately we can't add any report related to this issue to Microsoft. Actually MS VS2008 was released a long ago, and we aren't sure that the bug will be fixed in this version. You can also test a similar behavior in MSVS2010 which is still a beta and inform us if glitches appear.
                                Anyway, I've forwarded this report to our developer team, so that they can report it to Microsoft. This might take time, so, I can't say when an appropriate report will be created. I'll provide any further information when it becomes available.
                                Please bear with us.

                                Thanks,
                                Vest

                                0

                                Hello Krzysztof,

                                We've reproduced and examined the issue in detail. Unfortunately, we can't do anything in our code to overcome it. The registration of tag prefixes is performed by Visual Studio code, so we are sure that this issue is related to it.

                                We've debugged the "Design time", but haven't caught any exception of the IDE. That is why we can't report to Microsoft.

                                We've decided to close this report with the "Won't fix" status. We'll reactivate this report when any further information becomes available.

                                Thanks,
                                Vest

                                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.