Server Error in '/ADService' Application. - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

Server Error in '/ADService' Application.

Last post 01-18-2007 01:57 PM by jimbob. 8 replies.
Page 1 of 1 (9 items)
Sort Posts: Previous Next
  • 01-17-2007 11:18 AM

    Server Error in '/ADService' Application.

    Went through all the setup steps but getting this error.
    Chris

    Configuration Error
    Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

    Parser Error Message: File or assembly name Microsoft.BusinessFramework, or one of its dependencies, was not found.

    Source Error:


    Line 79: <add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" />
    Line 80: <!-- <add name="Session" type="System.Web.SessionState.SessionStateModule"/>-->
    Line 81: <add name="EnterpriseInitializationModule" type="Microsoft.BusinessFramework.Security.EnterpriseInitializationModule,Microsoft.BusinessFramework" />
    Line 82: <add name="BPHomeRedirectModule" type="Microsoft.BusinessFramework.Portal.Shell.BPHomeRedirectModule,Microsoft.BusinessFramework.Portal" />
    Line 83: <add name="Session" type="System.Web.SessionState.SessionStateModule" />


    Source File: c:\inetpub\wwwroot\web.config Line: 81
    Christopher Sorel
    IT Manager
    csorel@imra.com
  • 01-17-2007 02:35 PM In reply to

    Re: Server Error in '/ADService' Application.

    Hi CSorel,

    Thanks for logging this. We're going to look at it now. We will respond to this thread in a couple hours with more information. This is the first time we have seen this error.

    Can you please let us know what kind of a machine you are installing it on?

    Thanks
    Patrick Halstead
    Project Manager at Qdabra
  • 01-17-2007 02:48 PM In reply to

    • jimbob
    • Top 500 Contributor
    • Joined on 11-25-2004
    • USA
    • Posts 32

    Re: Server Error in '/ADService' Application.

    The web.config noted in the error is the root of the website. The ADService installer does not update this file.

    Are you able to access other parts of the website?
    What version (1.1.4322 or 2.0.50727) of the .NET Framework is the website configured to use? (Use the ASP.NET tab in the IIS admin tool)
    Jim Cantwell
    InfoPathDev - Redmond
  • 01-18-2007 08:25 AM In reply to

    Re: Server Error in '/ADService' Application.

    I installed this on a Windows 2003 server SP2. The server host sharepoint services along with SQL server and Microsoft Business Portal (BP) for Dynamics. I have same setup with another server that is my test box so I tried it on it. Same problem, so I removed BP from it and and manually remove business portal out of web.config file things begin to work on the test box. Are you aware of problem with using your product with BP?

    ASP.NET is currently set to 1.1.4322 but I also tried 2.0.50727.
    Christopher Sorel
    IT Manager
    csorel@imra.com
  • 01-18-2007 08:42 AM In reply to

    • Shyam
    • Not Ranked
    • Joined on 08-02-2005
    • Posts 10

    Re: Server Error in '/ADService' Application.

    Seems like ADService is working on your test box.

    Now coming to the issue with BP: Even though ADService has not been tested with BP, there is nothing in ADService that should stop it from working along with BP. Have you tired ASP.NET 2.0 on ADService when BP is also installed on the server?
    Shyam
    InfoPath Dev
    India
  • 01-18-2007 11:32 AM In reply to

    Re: Server Error in '/ADService' Application.

    Yes I tried with with ASP.NET 2.0 on either box with BP. Once I remove BP from the test box it began to work. So then I removed BP from the production box as well and it is working.

    BP is a few months out still but have to get these infopath forms done.

    Chris
    Christopher Sorel
    IT Manager
    csorel@imra.com
  • 01-18-2007 01:01 PM In reply to

    • jimbob
    • Top 500 Contributor
    • Joined on 11-25-2004
    • USA
    • Posts 32

    Re: Server Error in '/ADService' Application.

    Have you tried editing the ADService web.config to remove BP from just the ADService? You should locate the remove under the same node hierarchy as the add in the parent web.config.
    <remove name="EnterpriseInitializationModule">
    Jim Cantwell
    InfoPathDev - Redmond
  • 01-18-2007 01:50 PM In reply to

    Re: Server Error in '/ADService' Application.

    The web.config file in ADService does not contain anything about BP - business portal at all.
    Christopher Sorel
    IT Manager
    csorel@imra.com
  • 01-18-2007 01:57 PM In reply to

    • jimbob
    • Top 500 Contributor
    • Joined on 11-25-2004
    • USA
    • Posts 32

    Re: Server Error in '/ADService' Application.

    The web.config is additive. All the entries in the parent will apply to the child. Add the following to your ADService web.config (put the <httpModules> section under the existing <system.web> section

    <system.web>
    <httpModules>
    <remove name="EnterpriseInitializationModule"/>
    <remove name="BPAdminRedirectModule" />
    </httpModules>
    </system.web>
    Jim Cantwell
    InfoPathDev - Redmond
Page 1 of 1 (9 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.