Alistair
05-05-2005, 12:56 AM
Hi
As suggested in another thread, I'm using Spring.Web.UI.Page as the base for my pages. However, when making changes to the page in the designer, I get two Spring related errors:
Code generation for property 'SupportedFeatures' failed. Error was: 'Object reference not set to an instance of an object.'
Code generation for property 'UserLocale' failed. Error was: 'Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive'
I've looked at these properties in the Spring Page class but am not sure what is causing the error. Is there something I need to do in my page, or do these properties not work correctly when being accessed by the designer?
The page I am experimenting with is very simple - I have a couple of TextBox controls on it bound using Spring binding to properties of the page and that's about it.
Thanks
Alistair
As suggested in another thread, I'm using Spring.Web.UI.Page as the base for my pages. However, when making changes to the page in the designer, I get two Spring related errors:
Code generation for property 'SupportedFeatures' failed. Error was: 'Object reference not set to an instance of an object.'
Code generation for property 'UserLocale' failed. Error was: 'Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive'
I've looked at these properties in the Spring Page class but am not sure what is causing the error. Is there something I need to do in my page, or do these properties not work correctly when being accessed by the designer?
The page I am experimenting with is very simple - I have a couple of TextBox controls on it bound using Spring binding to properties of the page and that's about it.
Thanks
Alistair