DotNetNuke problems

Discussion in 'ASP.NET / ASP.NET Core' started by vvsharma, Sep 22, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. From the error messages ,it seems that the server control's on that page don't have 'runat' attribute set to 'server' ,which is required for them to work.But this sounds weird.Which DNN module is this?

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  2. Apparently DiscountASp support staff cant help with this problem. Is anyone having problems with DOTNETNUKE?? I have been getting probelms as of last week when trying to use Edit mode of any DNN module. Error message posted for your reference below.

    Thanks.
    ---------------
    > As of a couple days ago, I can no longer use Edit mode of any DotNetNuke module. This was working prior to the server upgrades. Here is a sample error message trying to use Edit mode of the Announcements module just added.



    >


    > Error: Edit Announcements is currently unavailable.


    > DotNetNuke.Services.Exceptions.ModuleLoadException: The Runat


    > attribute must have the value Server. ---> System.Exception: The Runat


    > attribute must have the value Server. --->


    > System.Web.HttpParseException: The Runat attribute must have the value


    > Server. ---> System.Exception: The Runat attribute must have the value


    > Server. ---> System.Web.HttpException: The Runat attribute must have


    > the value Server. at System.Web.UI.TemplateParser.ProcessError(String


    > message) at System.Web.UI.TemplateParser.ProcessAttributes(Match


    > match, ParsedAttributeCollection& attribs, Boolean fDirective, String&


    > duplicateAttribute) at


    > System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String


    > inputText) at System.Web.UI.TemplateParser.ParseStringInternal(String
     
  3. I found the solution on the DNN Forums with this article.


    http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/118/threadid/169785/scope/posts/Default.aspx


    Apparently, with the latest Microsoft Windows Update applied to servers caused a problem with the textedit.ascx file under DNN.


    The ..controls/texteditor.ascx file containsslanted double quotes around the Runatkeyword which needs to be edited to use the standard double quote. Runat="server". There are a couple instances of the slanted double quote that needs to be changed and then the Edit feature of all DNN modules work.


    Thanks for the help!
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page