[Mono-list] Xsp2, ConfigurationManager in the context of MasterPage

Atsushi Eno atsushi at ximian.com
Fri Aug 11 00:07:58 EDT 2006


Hi,

ConfigurationManager is implemented. The reason why ASP.NET compiler 
cannot find it would be because it is not referenced by the compiler. 
The reason why it is not referenced would be because it is not specified 
in 2.0 machine.config unlike 1.0 machine.config (see XML path 
<system.web><compilation><assemblies>). The reason why they are not in 
2.0 config would be because because the configuration system is
significantly different from that of 1.x and maybe configuration support 
classes in System.Web.dll are not finished yet, or they might just not 
be there as probably they should not be.

Anyways it would be great if you file this bug on bugzilla.ximian.com so 
that someone can have a look at and/or fix the issue.

Atsushi Eno

Nicolas Cornu wrote:
> Hello,
> 
> I get this error:
> MasterPage.master.cs(26,13) : error CS0103: The name 
> `ConfigurationManager' does not exist in the context of `MasterPage'
> 
> I tihnk it is not implemented cause it work fine on the visual studio 
> 2005 webserver.
> Can someone confirm this ?
> 
> Thanks in advance,
> 
> Cornu Nicolas
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 



More information about the Mono-list mailing list