Bugzilla – Bug 324638
[PATCH] fix default ASP.NET Web Application project template
Last modified: 2007-09-15 21:23:51 UTC
---- Reported by jurek@gentoo.org 2007-06-28 09:27:38 MST ---- The template Extras/AspNetAddIn/Templates/WebApplication.xpt.xml lacks declaration of WebControls used in .aspx. A patch will follow ---- Additional Comments From jurek@gentoo.org 2007-06-28 09:28:18 MST ---- Created an attachment (id=172218) ASP.NET Web Application project template fix ---- Additional Comments From m.j.hutchinson@gmail.com 2007-07-14 15:34:59 MST ---- Thanks for the patch, but the issue is a little more complicated. MD should autogenerate this when the project's compiles, but IIRC the autogeneration is turned off by default in older versions of MD. I've recently committed code to generate members in partial classes whenever they're present, so I'll instead add a partial class to the template. However, this then means we need a way for templates to change depending whether the project language supports partial classes. ---- Additional Comments From m.j.hutchinson@gmail.com 2007-09-06 12:18:51 MST ---- Fixed in SVN. Templates now use partial classes in which the members are generated at compilation time. Imported an attachment (id=172218) Unknown operating system unknown. Setting to default OS "Other".