I am early in the book.
After "running the page" as described on pg16 (w C#) I clicked on a different date the calendar (towards the end of the History webpage) thinking that it was "neat" and I got an error. I believe it is the same one I now continuously get:
Quote:
|
quote:Generating user instances in SQL Server is disabled. Use sp_configure 'user instances enabled' to generate user instances.
|
The error was caught at (111):
Code:
public virtual string Theme {
get {
return ((string)(this.GetPropertyValue("Theme")));
}
set {
this.SetPropertyValue("Theme", value);
}
}
How do I go back to where it compiles correctly without an error?