I just downloaded the Q3 2007 release of Prometheus. I'm running VS Express 2008 on WinXP SP2.
When I opened the "Live Demos" in VS, it asked me if I wanted to convert to .NET 3.5, so I said yes, not sure if that was unwise or not, but it didn't appear to give me any choice. I created a backup though.
Anyway when I attempt to run any of the demos, I get a fatal error in web.config:
"It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS."
Am I doing anything wrong? I did note that this line in web.config may have a problem in that there does not appear to be a "TechEd.xml" file in the ~/App_Data directory:
<add name="TechEd" type="Telerik.Web.UI.XmlSchedulerProvider" fileName="~/App_Data/TechEd.xml" persistChanges="true" />
but perhaps that's a red herring. I can obviously create a dummy teched.xml file but that may be pointless if it's something else...
Thanks in advance,
-- bill
When I opened the "Live Demos" in VS, it asked me if I wanted to convert to .NET 3.5, so I said yes, not sure if that was unwise or not, but it didn't appear to give me any choice. I created a backup though.
Anyway when I attempt to run any of the demos, I get a fatal error in web.config:
"It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS."
Am I doing anything wrong? I did note that this line in web.config may have a problem in that there does not appear to be a "TechEd.xml" file in the ~/App_Data directory:
<add name="TechEd" type="Telerik.Web.UI.XmlSchedulerProvider" fileName="~/App_Data/TechEd.xml" persistChanges="true" />
but perhaps that's a red herring. I can obviously create a dummy teched.xml file but that may be pointless if it's something else...
Thanks in advance,
-- bill