| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Hello developers, After migrating my web project application (using the old model) to .Net Framework 3.5 and Ajax Control Toolkit release 20820 the Accordion control no longer works correctly. In certain cases (only) it renders but is dead - does not initialize. Before the migration it worked, no changes have been made. Here is the complete scenario description: 1. There are two nested master pages, ScriptManager is defined within the grand master page, no ScriptManagerProxy. 2. There are two content pages using Accordion control. Accordion control works fine on whatever page opens first when the application starts (tested with both pages), but does not work when I navigate to the other page. 3. The page where it does not work is missing Accordion initialization script: Sys.Application.add_init(function() { $create(AjaxControlToolkit.AccordionBehavior 4. All the control html tags render correctly, so the Accordion shows up but is dead - panes cannot be expanded/collapsed. 5. All the other Ajax Toolkit Controls on this content page render and initialize. Only the Accordion control does not. It seems that ScriptManager thinks this script is already rendered. It can also be some kind of caching problem. I am clueless. Thanks, Tomasz |
|
#2
| |||
| |||
| Hi Tomasz, From your description the Accordion initialization script is not rendered in a nested master page scenario, correct? Is there a ScriptManagerProxy put in the content page where the Accordion resides? Could you send a demo project to me that can reproduce this problem? My email is v-alchen@microsoft.com. I'll try to repro it on my side to see what the root cause of this behavior is. Regards, Allen Chen Microsoft Online Support Delighting our customers is our #1 priority. We welcome your comments and suggestions about how we can improve the support we provide to you. Please feel free to let my manager know what you think of the level of service provided. You can send feedback directly to my manager at: msdnmg@microsoft.com. ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscripti...ult.aspx#notif ications. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscripti...t/default.aspx. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. -------------------- | From: "Tomasz J" <oegweb@nospam.nospam> | Subject: Accordion (Ajax Control Toolkit relelase 20820) problem after migration to .Net 3.5 | Date: Thu, 28 Aug 2008 18:01:42 +0200 | Lines: 30 | MIME-Version: 1.0 | Content-Type: text/plain; | format=flowed; | charset="iso-8859-1"; | reply-type=original | Content-Transfer-Encoding: 7bit | X-Priority: 3 | X-MSMail-Priority: Normal | X-Newsreader: Microsoft Windows Mail 6.0.6001.18000 | X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 | Message-ID: <OA7wedSCJHA.4932@TK2MSFTNGP03.phx.gbl> | Newsgroups: microsoft.public.dotnet.framework.aspnet | NNTP-Posting-Host: bwz5.internetdsl.tpnet.pl 83.18.233.5 | Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP03.phx.gbl | Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.dotnet.framework.aspnet:74835 | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet | | Hello developers, | | After migrating my web project application (using the old model) to .Net | Framework 3.5 and Ajax Control Toolkit release 20820 the Accordion control | no longer works correctly. In certain cases (only) it renders but is dead - | does not initialize. Before the migration it worked, no changes have been | made. | | Here is the complete scenario description: | | 1. There are two nested master pages, ScriptManager is defined within the | grand master page, no ScriptManagerProxy. | 2. There are two content pages using Accordion control. Accordion control | works fine on whatever page opens first when the application starts (tested | with both pages), but does not work when I navigate to the other page. | 3. The page where it does not work is missing Accordion initialization | script: | Sys.Application.add_init(function() { | $create(AjaxControlToolkit.AccordionBehavior | 4. All the control html tags render correctly, so the Accordion shows up but | is dead - panes cannot be expanded/collapsed. | 5. All the other Ajax Toolkit Controls on this content page render and | initialize. Only the Accordion control does not. | | It seems that ScriptManager thinks this script is already rendered. It can | also be some kind of caching problem. I am clueless. | | Thanks, | Tomasz | | |
|
#3
| |||
| |||
| Hi Chen, I sent the repro vie the email. TJ |
|
#4
| |||
| |||
| Hi Tomasz, Thanks for your project. I'm now investigating this issue. In the mean time you're appreciated to send me a concise demo that can repro this problem. I think it can help to speed up my troubleshooting progress. Regards, Allen Chen Microsoft Online Support -------------------- | From: "Tomasz J" <oegweb@nospam.nospam> | References: <OA7wedSCJHA.4932@TK2MSFTNGP03.phx.gbl> <Fyt62gaCJHA.1688@TK2MSFTNGHUB02.phx.gbl> | In-Reply-To: <Fyt62gaCJHA.1688@TK2MSFTNGHUB02.phx.gbl> | Subject: Re: Accordion (Ajax Control Toolkit relelase 20820) problem after migration to .Net 3.5 | Date: Fri, 29 Aug 2008 22:42:59 +0200 | Lines: 3 | MIME-Version: 1.0 | Content-Type: text/plain; | format=flowed; | charset="iso-8859-1"; | reply-type=original | Content-Transfer-Encoding: 7bit | X-Priority: 3 | X-MSMail-Priority: Normal | X-Newsreader: Microsoft Windows Mail 6.0.6001.18000 | X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 | Message-ID: <OE0IXfhCJHA.3268@TK2MSFTNGP03.phx.gbl> | Newsgroups: microsoft.public.dotnet.framework.aspnet | NNTP-Posting-Host: bwz5.internetdsl.tpnet.pl 83.18.233.5 | Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP03.phx.gbl | Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.dotnet.framework.aspnet:74937 | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet | | Hi Chen, | I sent the repro vie the email. | TJ | |
|
#5
| |||
| |||
| Hi Allen, I sent more concise demo via email. TJ "Allen Chen [MSFT]" <v-alchen@online.microsoft.com> wrote in message news:aThLkLODJHA.3896@TK2MSFTNGHUB02.phx.gbl... > Hi Tomasz, > > Thanks for your project. I'm now investigating this issue. In the mean > time > you're appreciated to send me a concise demo that can repro this problem. > I > think it can help to speed up my troubleshooting progress. > > Regards, > Allen Chen > Microsoft Online Support > > -------------------- > | From: "Tomasz J" <oegweb@nospam.nospam> > | References: <OA7wedSCJHA.4932@TK2MSFTNGP03.phx.gbl> > <Fyt62gaCJHA.1688@TK2MSFTNGHUB02.phx.gbl> > | In-Reply-To: <Fyt62gaCJHA.1688@TK2MSFTNGHUB02.phx.gbl> > | Subject: Re: Accordion (Ajax Control Toolkit relelase 20820) problem > after migration to .Net 3.5 > | Date: Fri, 29 Aug 2008 22:42:59 +0200 > | Lines: 3 > | MIME-Version: 1.0 > | Content-Type: text/plain; > | format=flowed; > | charset="iso-8859-1"; > | reply-type=original > | Content-Transfer-Encoding: 7bit > | X-Priority: 3 > | X-MSMail-Priority: Normal > | X-Newsreader: Microsoft Windows Mail 6.0.6001.18000 > | X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 > | Message-ID: <OE0IXfhCJHA.3268@TK2MSFTNGP03.phx.gbl> > | Newsgroups: microsoft.public.dotnet.framework.aspnet > | NNTP-Posting-Host: bwz5.internetdsl.tpnet.pl 83.18.233.5 > | Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP03.phx.gbl > | Xref: TK2MSFTNGHUB02.phx.gbl > microsoft.public.dotnet.framework.aspnet:74937 > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet > | > | Hi Chen, > | I sent the repro vie the email. > | TJ > | > |
|
#6
| |||
| |||
| Hi Tomasz, Thanks for your project. I found the problem will happen if the output cache in the UserControl is applied and your ImageLink control is added in it. To work it around I suggest you remove the output cache in this UserControl. I agree that it's indeed a strange behavior. I suggest you submit a feedback on our connect (http://connect.microsoft.com/VisualStudio/Feedback). Our development team engineer can get noticed of such issue and other community members can also vote on the same issue. I have sent you a concise demo project that can reproduce this problem. Regards, Allen Chen Microsoft Online Support -------------------- | From: "Tomasz J" <oegweb@nospam.nospam> | References: <OA7wedSCJHA.4932@TK2MSFTNGP03.phx.gbl> <Fyt62gaCJHA.1688@TK2MSFTNGHUB02.phx.gbl> <OE0IXfhCJHA.3268@TK2MSFTNGP03.phx.gbl> <aThLkLODJHA.3896@TK2MSFTNGHUB02.phx.gbl> | In-Reply-To: <aThLkLODJHA.3896@TK2MSFTNGHUB02.phx.gbl> | Subject: Re: Accordion (Ajax Control Toolkit relelase 20820) problem after migration to .Net 3.5 | Date: Tue, 2 Sep 2008 15:28:46 +0200 | Lines: 51 | MIME-Version: 1.0 | Content-Type: text/plain; | format=flowed; | charset="iso-8859-1"; | reply-type=original | Content-Transfer-Encoding: 7bit | X-Priority: 3 | X-MSMail-Priority: Normal | X-Newsreader: Microsoft Windows Mail 6.0.6001.18000 | X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 | Message-ID: <OjZnS$PDJHA.3432@TK2MSFTNGP05.phx.gbl> | Newsgroups: microsoft.public.dotnet.framework.aspnet | NNTP-Posting-Host: bwz5.internetdsl.tpnet.pl 83.18.233.5 | Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP05.phx.gbl | Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.dotnet.framework.aspnet:75088 | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet | | Hi Allen, | I sent more concise demo via email. | TJ | | "Allen Chen [MSFT]" <v-alchen@online.microsoft.com> wrote in message | news:aThLkLODJHA.3896@TK2MSFTNGHUB02.phx.gbl... | > Hi Tomasz, | > | > Thanks for your project. I'm now investigating this issue. In the mean | > time | > you're appreciated to send me a concise demo that can repro this problem. | > I | > think it can help to speed up my troubleshooting progress. | > | > Regards, | > Allen Chen | > Microsoft Online Support | > | > -------------------- | > | From: "Tomasz J" <oegweb@nospam.nospam> | > | References: <OA7wedSCJHA.4932@TK2MSFTNGP03.phx.gbl> | > <Fyt62gaCJHA.1688@TK2MSFTNGHUB02.phx.gbl> | > | In-Reply-To: <Fyt62gaCJHA.1688@TK2MSFTNGHUB02.phx.gbl> | > | Subject: Re: Accordion (Ajax Control Toolkit relelase 20820) problem | > after migration to .Net 3.5 | > | Date: Fri, 29 Aug 2008 22:42:59 +0200 | > | Lines: 3 | > | MIME-Version: 1.0 | > | Content-Type: text/plain; | > | format=flowed; | > | charset="iso-8859-1"; | > | reply-type=original | > | Content-Transfer-Encoding: 7bit | > | X-Priority: 3 | > | X-MSMail-Priority: Normal | > | X-Newsreader: Microsoft Windows Mail 6.0.6001.18000 | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 | > | Message-ID: <OE0IXfhCJHA.3268@TK2MSFTNGP03.phx.gbl> | > | Newsgroups: microsoft.public.dotnet.framework.aspnet | > | NNTP-Posting-Host: bwz5.internetdsl.tpnet.pl 83.18.233.5 | > | Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP03.phx.gbl | > | Xref: TK2MSFTNGHUB02.phx.gbl | > microsoft.public.dotnet.framework.aspnet:74937 | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet | > | | > | Hi Chen, | > | I sent the repro vie the email. | > | TJ | > | | > | | |
|
#7
| |||
| |||
| Hi Allen, Thanks for your help. There are many more instances of my ImageLink control on those pages, so I am not sure why removing one of them makes a difference. Anyway, I will do as you suggested - report a bug. T "Allen Chen [MSFT]" <v-alchen@online.microsoft.com> wrote in message news:TySb3mwDJHA.1696@TK2MSFTNGHUB02.phx.gbl... > Hi Tomasz, > > Thanks for your project. I found the problem will happen if the output > cache in the UserControl is applied and your ImageLink control is added in > it. To work it around I suggest you remove the output cache in this > UserControl. > > I agree that it's indeed a strange behavior. I suggest you submit a > feedback on our connect > (http://connect.microsoft.com/VisualStudio/Feedback). Our development team > engineer can get noticed of such issue and other community members can > also > vote on the same issue. I have sent you a concise demo project that can > reproduce this problem. > > Regards, > Allen Chen > Microsoft Online Support > > -------------------- > | From: "Tomasz J" <oegweb@nospam.nospam> > | References: <OA7wedSCJHA.4932@TK2MSFTNGP03.phx.gbl> > <Fyt62gaCJHA.1688@TK2MSFTNGHUB02.phx.gbl> > <OE0IXfhCJHA.3268@TK2MSFTNGP03.phx.gbl> > <aThLkLODJHA.3896@TK2MSFTNGHUB02.phx.gbl> > | In-Reply-To: <aThLkLODJHA.3896@TK2MSFTNGHUB02.phx.gbl> > | Subject: Re: Accordion (Ajax Control Toolkit relelase 20820) problem > after migration to .Net 3.5 > | Date: Tue, 2 Sep 2008 15:28:46 +0200 > | Lines: 51 > | MIME-Version: 1.0 > | Content-Type: text/plain; > | format=flowed; > | charset="iso-8859-1"; > | reply-type=original > | Content-Transfer-Encoding: 7bit > | X-Priority: 3 > | X-MSMail-Priority: Normal > | X-Newsreader: Microsoft Windows Mail 6.0.6001.18000 > | X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 > | Message-ID: <OjZnS$PDJHA.3432@TK2MSFTNGP05.phx.gbl> > | Newsgroups: microsoft.public.dotnet.framework.aspnet > | NNTP-Posting-Host: bwz5.internetdsl.tpnet.pl 83.18.233.5 > | Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP05.phx.gbl > | Xref: TK2MSFTNGHUB02.phx.gbl > microsoft.public.dotnet.framework.aspnet:75088 > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet > | > | Hi Allen, > | I sent more concise demo via email. > | TJ > | > | "Allen Chen [MSFT]" <v-alchen@online.microsoft.com> wrote in message > | news:aThLkLODJHA.3896@TK2MSFTNGHUB02.phx.gbl... > | > Hi Tomasz, > | > > | > Thanks for your project. I'm now investigating this issue. In the mean > | > time > | > you're appreciated to send me a concise demo that can repro this > problem. > | > I > | > think it can help to speed up my troubleshooting progress. > | > > | > Regards, > | > Allen Chen > | > Microsoft Online Support > | > > | > -------------------- > | > | From: "Tomasz J" <oegweb@nospam.nospam> > | > | References: <OA7wedSCJHA.4932@TK2MSFTNGP03.phx.gbl> > | > <Fyt62gaCJHA.1688@TK2MSFTNGHUB02.phx.gbl> > | > | In-Reply-To: <Fyt62gaCJHA.1688@TK2MSFTNGHUB02.phx.gbl> > | > | Subject: Re: Accordion (Ajax Control Toolkit relelase 20820) problem > | > after migration to .Net 3.5 > | > | Date: Fri, 29 Aug 2008 22:42:59 +0200 > | > | Lines: 3 > | > | MIME-Version: 1.0 > | > | Content-Type: text/plain; > | > | format=flowed; > | > | charset="iso-8859-1"; > | > | reply-type=original > | > | Content-Transfer-Encoding: 7bit > | > | X-Priority: 3 > | > | X-MSMail-Priority: Normal > | > | X-Newsreader: Microsoft Windows Mail 6.0.6001.18000 > | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18049 > | > | Message-ID: <OE0IXfhCJHA.3268@TK2MSFTNGP03.phx.gbl> > | > | Newsgroups: microsoft.public.dotnet.framework.aspnet > | > | NNTP-Posting-Host: bwz5.internetdsl.tpnet.pl 83.18.233.5 > | > | Path: > TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP03.phx.gbl > | > | Xref: TK2MSFTNGHUB02.phx.gbl > | > microsoft.public.dotnet.framework.aspnet:74937 > | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet > | > | > | > | Hi Chen, > | > | I sent the repro vie the email. > | > | TJ > | > | > | > > | > | > |
|
#8
| |||
| |||
| Bug has been reported via Microsoft Connect, item ID 366191 https://connect.microsoft.com/Visual...dbackID=366191 TJ |
|
#9
| |||
| |||
| For the record: I finally compiled the latest version of Ajax Toolkit Framework under .Net Framework 2.0 and changed website configuration so it uses .Net 2.0 - it solved the problem, so it seems the problem is with the ..Net framework 3.5, not the newest Ajax Control Toolkit 20820. TJ |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.