http://bugzilla.novell.com/show_bug.cgi?id=494245
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=494245#c1 --- Comment #1 from Matthias Hryniszak <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
