home | products | customer | support | forums | contact
Sign in | Join |
in
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 07-15-2010 9:37

    Problems with install: fssps.aspx throws error

    MOSS 2007 Install;wsp installed without error, feature enabled, but when I click on quicklaunch link the error below draws. 

    The base class includes the field 'MenuUpdatePanel', but its type (System.Web.UI.UpdatePanel) is not compatible with the type of control (System.Web.UI.UpdatePanel).

    Stacktrace:---

       at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildFieldDeclaration(ControlBuilder builder)
       at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse)
       at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse)
       at System.Web.Compilation.BaseTemplateCodeDomTreeGenerator.BuildSourceDataTreeFromBuilder(ControlBuilder builder, Boolean fInTemplate, Boolean topLevelControlInTemplate, PropertyEntry pse)
       at System.Web.Compilation.TemplateControlCodeDomTreeGenerator.BuildMiscClassMembers()
       at System.Web.Compilation.PageCodeDomTreeGenerator.BuildMiscClassMembers()
       at System.Web.Compilation.BaseCodeDomTreeGenerator.BuildSourceDataTree()
       at System.Web.Compilation.BaseCodeDomTreeGenerator.GetCodeDomTree(CodeDomProvider codeDomProvider, StringResourceBuilder stringResourceBuilder, VirtualPath virtualPath)
       at System.Web.Compilation.BaseTemplateBuildProvider.GenerateCode(AssemblyBuilder assemblyBuilder)
       at System.Web.Compilation.AssemblyBuilder.AddBuildProvider(BuildProvider buildProvider)

    URL: http://intranet.sd43.bc.ca/DataIllusion/FeedbackServer/fssps.aspx

  • 07-15-2010 10:39 In reply to

    • Tom
    • Top 10 Contributor
    • Joined on 05-19-2007
    • Switzerland
    • Data Illusion

    Re: Problems with install: fssps.aspx throws error

    Hi,

    Did you properly installed the .net 3.5SP1 framework on SPS using the documentation of the MOSS install folder ? It looks like there are some older ajax 1.0 extension config left in your web.config and that the new 3.5SP1 ajax extension were not setup within the sps web.config.

  • 07-15-2010 12:07 In reply to

    Re: Problems with install: fssps.aspx throws error

    Yes, I have run through that section and I have tried to edit the web.config accordingly, but it throws a 500-Internal Error

    I am assuming you are referring to the following ( MOSSDOTNET35):

    http://www.dataillusion.com/demo/FeedbackServer/help/index.html?page=FSCONFIG.htm

     

  • 07-15-2010 15:41 In reply to

    • Tom
    • Top 10 Contributor
    • Joined on 05-19-2007
    • Switzerland
    • Data Illusion

    Re: Problems with install: fssps.aspx throws error

    Hi,

    yes thats the correct file. If you had a 500 internal error you may change following settings in your web.config to display the full error message :

    CallStack=”false” changed to CallStack=”true”

    and the element

    <customErrors mode=”On” /> changed to <customErrors mode=”Off” />

    if you are running IE make sure also to disable IE's show friendly message from the IE settings advanced tab

  • 07-15-2010 18:10 In reply to

    Re: Problems with install: fssps.aspx throws error

    What I did do is run the .NET compliation in IIS under Application Development and as I did I was able to remove the duplicate sections: I added the items to current sections instead.

    I was able to the it to comply, but now I am getting the following...obviously, I have removed something that shouldn't have been removed.

    How would add the necessary sections without creating duplicates?

     

    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: The server tag 'asp:UpdatePanel' is ambiguous. Please modify the associated registration that is causing ambiguity and pick a new tag prefix.

    Source Error:

    [No relevant source lines]


    Source File: none Line: 0

  • 07-16-2010 11:36 In reply to

    • Tom
    • Top 10 Contributor
    • Joined on 05-19-2007
    • Switzerland
    • Data Illusion

    Re: Problems with install: fssps.aspx throws error

    Hi,

    could you please send us a copy of your web.config file at support[at]dataillusion.com ? This way we can have directly a look at the web.config and see if there is anything wrong in it.

Page 1 of 1 (6 items)
(c) 2008 Data Illusion. All Rights Reserved.