Re: [Mono-dev] TemplateControlCompiler.cs

2006-04-11 Thread Chris Toshok
This looks fine, but please wrap the if/else in #if NET_2_0: #if NET_2_0 if (parser.IsPartial) typeString = ... else #endif typeString = parser.ClassName; Chris On Sun, 2006-04-09 at 06:41 -0700, Andrew Skiba wrote: > Hi, Chris. > > At revision 56619 you introduced the following c

RE: [Mono-dev] TemplateControlCompiler.cs

2006-04-11 Thread Chris Toshok
t; > Of Andrew Skiba > > Sent: Sunday, April 09, 2006 16:41 > > To: [EMAIL PROTECTED] > > Cc: Mono-devel-list@lists.ximian.com > > Subject: [Mono-dev] TemplateControlCompiler.cs > > > > Hi, Chris. > > > > At revision 56619 you introduced the

RE: [Mono-dev] TemplateControlCompiler.cs

2006-04-11 Thread Andrew Skiba
As no one replied, I will commit the patch. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Andrew Skiba > Sent: Sunday, April 09, 2006 16:41 > To: [EMAIL PROTECTED] > Cc: Mono-devel-list@lists.ximian.com

[Mono-dev] TemplateControlCompiler.cs

2006-04-09 Thread Andrew Skiba
Hi, Chris. At revision 56619 you introduced the following code at TemplateControlCompiler.cs:176 if (builder is RootBuilder) { typeString = parser.ClassName; } In my flow, parser.ClassName == "Default_aspx", which is unresolved, but parser.PartialClassName has the correct value of "_Defa