Current filter:
                                You should refresh the page.
                                0
                                  • Hi,


                                    I am using the HTMLEditor in a page and locally that works fine. But as soon as I deploy the site to the web server than that specific page remain blank (it does not load). Am I doing something wrong? And if so, what?


                                    In the aspx I use:


                                    <%@ Register Assembly="DevExpress.Web.ASPxHtmlEditor.v11.2, Version=11.2.11.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web.ASPxHtmlEditor" TagPrefix="dx" %>


                                    <%@ Register Assembly="DevExpress.Web.v11.2, Version=11.2.11.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web.ASPxPanel" TagPrefix="dx" %>


                                    <%@ Register Assembly="DevExpress.Web.v11.2, Version=11.2.11.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web.ASPxCallbackPanel" TagPrefix="dx" %>


                                    <%@ Register Assembly="DevExpress.Web.ASPxEditors.v11.2, Version=11.2.11.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web.ASPxEditors" TagPrefix="dx" %>


                                    <%@ Register Assembly="DevExpress.Web.ASPxGridView.v11.2, Version=11.2.11.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" Namespace="DevExpress.Web.ASPxGridView" TagPrefix="dx" %>


                                    <%@ Register assembly="DevExpress.Web.v11.2, Version=11.2.11.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.Web.ASPxClasses" tagprefix="dx" %>



                                    And in thr web,config I use


                                    <configSections>


                                        <sectionGroup name="devExpress">


                                          <section name="settings" type="DevExpress.Web.ASPxClasses.SettingsConfigurationSection, DevExpress.Web.v11.2, Version=11.2.11.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/>


                                          <section name="compression" type="DevExpress.Web.ASPxClasses.CompressionConfigurationSection, DevExpress.Web.v11.2, Version=11.2.11.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/>


                                          <section name="themes" type="DevExpress.Web.ASPxClasses.ThemesConfigurationSection, DevExpress.Web.v11.2, Version=11.2.11.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/>


                                          <section name="errors" type="DevExpress.Web.ASPxClasses.ErrorsConfigurationSection, DevExpress.Web.v11.2, Version=11.2.11.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" requirePermission="false"/>


                                        </sectionGroup>


                                        <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">


                                          <section name="CgEPD2021.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>


                                        </sectionGroup>


                                      </configSections>


                                      <connectionStrings>


                                        <clear/>


                                        <add name="Database" connectionString="data source=development.vtdserver.nl;Initial Catalog=CgEPD2021;User ID=Supervisor;Password=DrI0302WrAuO;" providerName="System.Data.SqlClient"/>


                                        <add name="ApplicationServices" connectionString="data source=development.vtdserver.nl;Initial Catalog=aspnetdb;User ID=Supervisor;Password=DrI0302WrAuO;" providerName="System.Data.SqlClient"/>


                                      </connectionStrings>


                                      <system.web>


                                        <compilation debug="true" optimizeCompilations="true" targetFramework="4.0">


                                          <assemblies>


                                            <add assembly="DevExpress.Web.ASPxGridView.v11.2, Version=11.2.11.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>


                                            <add assembly="DevExpress.Web.ASPxEditors.v11.2, Version=11.2.11.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>


                                            <add assembly="DevExpress.Data.v11.2, Version=11.2.11.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>


                                            <add assembly="DevExpress.Web.ASPxHtmlEditor.v11.2, Version=11.2.11.0, Culture=neutral, PublicKeyToken=B88D1754D700E49A"/>


                                         </assemblies>


                                        </compilation>



                                    (TTe latter is only a part of the entire web.config



                                You must  log in  or  register  to leave comments

                                1 Solution

                                0

                                Hello Jonathan,

                                Thank you for contacting us. Please make sure that you have:
                                - Deployed all assemblies specified within the "assemblies" section (via the GAC or "Bin" folder) - Deployment - ASPxHtmlEditor Suite;
                                - Registered the ASPxHttpHandlerModule Web.config entry (see the How to: Manually Register a HttpHandler Module help topic for more information).

                                If this does not help, please describe the issue you have encountered in greater detail?
                                - What does the issue look like? Would you please make a detailed screencast that illustrates how to reproduce this issue from scratch? For example, use the Jing tool for this purpose;
                                - If this issue is browser-specific, specify the browser family/version.

                                Your time and cooperation are greatly appreciated.

                                • Jonathan Bakker 06.01.2012

                                  Thank you. This was indeed what I was looking for but was not able to find.

                                • Thank you for informing us that the problem has been resolved. We are glad to hear that our assistance was helpful.
                                  You can mark the answer as a Solution and close the Question:
                                  SC2 FAQ

                                You must  log in  or  register  to leave comments
                                You must  log in  or  register  to leave an answer

                                Is your intention to post an answer to your own question?

                                • If so, then proceed.
                                • If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
                                • If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.