[Mono-bugs] [Bug 494245] ASP.NET Pages not accepting base class with generic type

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Apr 12 20:16:11 EDT 2009


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

User padcom at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=494245#c1





--- Comment #1 from Matthias Hryniszak <padcom at gmail.com>  2009-04-12 18:16:08 MDT ---
There's a typo in the text:

instead of:

This throws the exception below:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Index.aspx.cs"
Inherits="MyBlog.Views.Home.Index<MyBlog.Models.BlogList" %>

should be:

This throws the exception below:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Index.aspx.cs"
Inherits="MyBlog.Views.Home.Index<MyBlog.Models.BlogList>" %>

(a missing angle bracket in generic definition).

This doesn't affect the outcome which is that an exception is being thrown and
generic view don't work as expected.

Best regards,
Matthias.

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


More information about the mono-bugs mailing list