[Mono-bugs] [Bug 625321] New: AjaxControlToolkit v3.5 Sample website fails to display in xsp2

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Jul 24 00:00:15 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=625321

http://bugzilla.novell.com/show_bug.cgi?id=625321#c0


           Summary: AjaxControlToolkit v3.5 Sample website fails to
                    display in xsp2
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.6.x
          Platform: i386
        OS/Version: Windows Vista
            Status: NEW
          Severity: Major
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: jason.height at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US)
AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4

When navigating to some samples in the AjaxControlToolkit for dot net v3.5
sample website mono fails to parse and run the page correctly.

According to http://www.mono-project.com/Compatibility, ASP 3.5 should be
implemented, so i presume that this is a genuine bug.

Reproducible: Always

Steps to Reproduce:
1. Download AjaxControlToolkit.Binary.NET35.zip from
http://ajaxcontroltoolkit.codeplex.com/releases/view/43475
2. Extract to desktop, and then Extract the AjaxControlToolkitSampleSite.zip to
a Website folder
3. Right click on the Website folder to start xsp2
4. Hit : http://localhost:8081/Accordion/Accordion.aspx
   Get following error:
Parser Error
Description: Error parsing a resource required to service this request. Review
your source file and modify it to fix this error. 

Parser Error Message: Unrecognized attribute: id

Source Error: 

Line 11:     TagPrefix="ajaxToolkit" %>
Line 12: <asp:Content ContentPlaceHolderID="SampleContent" Runat="Server">
Line 13:     <ajaxToolkit:ToolkitScriptManager runat="server"
ID="ScriptManager1" />
Line 14:     <div class="demoarea">
Line 15:         <div class="demoheading">Accordion Demonstration</div>



Source File:
C:\Users\Jason\Desktop\AjaxControlToolkitSamples3.5\Accordion\Accordion.aspx 
Lines: 13, 13

5. Hit (again) : http://localhost:8081/Accordion/Accordion.aspx
Get different error:

Could not load type 'AjaxControlToolkit.ToolkitScriptManager' from assembly
'AjaxControlToolkit, Version=3.5.40412.0, Culture=neutral,
PublicKeyToken=28f01b0e84b6d53e'.
Description: HTTP 500. Error processing request.

Stack Trace: 

System.TypeLoadException: Could not load type
'AjaxControlToolkit.ToolkitScriptManager' from assembly 'AjaxControlToolkit,
Version=3.5.40412.0, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e'.  at
(wrapper managed-to-native) System.Reflection.Assembly:InternalGetType
(System.Reflection.Module,string,bool,bool)  at
System.Reflection.Assembly.GetType (System.String name, Boolean throwOnError,
Boolean ignoreCase) [0x00000] in <filename unknown>:0   at
System.Web.Compilation.AspComponentFoundry+AssemblyFoundry.GetType
(System.String componentName, System.String& source, System.String& ns)
[0x00000] in <filename unknown>:0   at
System.Web.Compilation.AspComponentFoundry.CreateComponent
(System.Web.Compilation.Foundry foundry, System.String tagName, System.String
prefix, System.String tag) [0x00000] in <filename unknown>:0   at
System.Web.Compilation.AspComponentFoundry.GetComponent (System.String tagName)
[0x00000] in <filename unknown>:0   at
System.Web.UI.RootBuilder.GetChildControlType (System.String tagName,
IDictionary attribs) [0x00000] in <filename unknown>:0   at
System.Web.UI.ControlBuilder.CreateSubBuilder (System.String tagid, IDictionary
atts, System.Type childType, System.Web.UI.TemplateParser parser, ILocation
location) [0x00000] in <filename unknown>:0   at
System.Web.Compilation.AspGenerator.ProcessTag (ILocation location,
System.String tagid, System.Web.Compilation.TagAttributes atts, TagType
tagtype, System.Boolean& ignored) [0x00000] in <filename unknown>:0  

Actual Results:  
Error messages as above.

Expected Results:  
Expected to see the accordion sample.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list