[Mono-bugs] [Bug 319016] Unknown attribute: src in <%@Page src='index.aspx.cs' [2.0]

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Jan 31 16:17:35 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=319016

User gert.driesen at pandora.be added comment
https://bugzilla.novell.com/show_bug.cgi?id=319016#c9


Gert Driesen <gert.driesen at pandora.be> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
             Status|RESOLVED                                        |REOPENED
         Resolution|FIXED                                           |




--- Comment #9 from Gert Driesen <gert.driesen at pandora.be>  2008-01-31 14:17:35 MST ---
This is now broken on the 2.0 profile.

You appear to be combining the value of the Src attribute with the
BaseVirtualDir twice in TemplateParser: once in TemplateProcessMainAttributes
(line 589), and once in GetAssemblyFromSource (line 799).

As a result the path is doubled, and hence an exception is thrown because the
file does not exist.

This can be reproduced using the standalone test case mentioned above.


-- 
Configure bugmail: https://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