Hi all!
First of all let me say you did a great work in Prometheus. Controls are absolutely amazing, I have never seen anything like this in my life! Very good work.
Unfortunately I have two issues:
1. The RadEditor is not rendered properly as you can see below. Don't know why, but others browsers are ok. I'll try another skin, but this my favour.
IE 7 Version: 7.0.6001.18000
Chrome: 1.0.154.43
Firefox: 3.0.5
http://www.amdreality.cz/IE.jpg
http://www.amdreality.cz/firefox.jpg
http://www.amdreality.cz/chrome.jpg
2. The second problem makes me crazy for a long time! When I use VS 2008 and debug the website I can open the image manager and others dialogs without any problem. But, when I deploy my solution to MOSS 2007 I'm not able to open any dialogs which are handled by DialogHandler. I know, i know, there were few threads about registering the handlers in Web.Config. I saw all of them and tried everything but nothing :((
Here is part of my web.config:
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<modules>
<remove name="ScriptModule" />
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</modules>
<handlers>
<remove name="WebServiceHandlerFactory-Integrated" />
<remove name="ScriptHandlerFactory" />
<remove name="ScriptHandlerFactoryAppServices" />
<remove name="ScriptResource" />
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3856AD364E35" />
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="Telerik.Web.UI.WebResource" path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2008.3.1125.35, Culture=neutral,
PublicKeyToken=121fae78165ba3d4" />
<add name="Telerik.Web.UI.DialogHandler" path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Version=2008.3.1125.35, Culture=neutral,
PublicKeyToken=121fae78165ba3d4" />
</handlers>
</system.webServer>
But as I said before everything is ok when I use asp .net development server (cause web.config of sharepoint is different then web.config of my web application, i know, but the registration code is same in both files). What's wrong?
Thank you very much for your help
First of all let me say you did a great work in Prometheus. Controls are absolutely amazing, I have never seen anything like this in my life! Very good work.
Unfortunately I have two issues:
1. The RadEditor is not rendered properly as you can see below. Don't know why, but others browsers are ok. I'll try another skin, but this my favour.
IE 7 Version: 7.0.6001.18000
Chrome: 1.0.154.43
Firefox: 3.0.5
http://www.amdreality.cz/IE.jpg
http://www.amdreality.cz/firefox.jpg
http://www.amdreality.cz/chrome.jpg
2. The second problem makes me crazy for a long time! When I use VS 2008 and debug the website I can open the image manager and others dialogs without any problem. But, when I deploy my solution to MOSS 2007 I'm not able to open any dialogs which are handled by DialogHandler. I know, i know, there were few threads about registering the handlers in Web.Config. I saw all of them and tried everything but nothing :((
Here is part of my web.config:
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<modules>
<remove name="ScriptModule" />
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
</modules>
<handlers>
<remove name="WebServiceHandlerFactory-Integrated" />
<remove name="ScriptHandlerFactory" />
<remove name="ScriptHandlerFactoryAppServices" />
<remove name="ScriptResource" />
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31BF3856AD364E35" />
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0,
Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
<add name="Telerik.Web.UI.WebResource" path="Telerik.Web.UI.WebResource.axd" verb="*" type="Telerik.Web.UI.WebResource, Telerik.Web.UI, Version=2008.3.1125.35, Culture=neutral,
PublicKeyToken=121fae78165ba3d4" />
<add name="Telerik.Web.UI.DialogHandler" path="Telerik.Web.UI.DialogHandler.aspx" verb="*" type="Telerik.Web.UI.DialogHandler, Telerik.Web.UI, Version=2008.3.1125.35, Culture=neutral,
PublicKeyToken=121fae78165ba3d4" />
</handlers>
</system.webServer>
But as I said before everything is ok when I use asp .net development server (cause web.config of sharepoint is different then web.config of my web application, i know, but the registration code is same in both files). What's wrong?
Thank you very much for your help