Installation Error 2869 - InfoPath Dev
in

InfoPath Dev

Use our Google Custom Search for best site search results.

Installation Error 2869

Last post 03-28-2011 01:40 PM by Ted Fitch. 5 replies.
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 03-14-2011 02:27 PM

    Installation Error 2869

    Trying to install for testing.  Windows 2003 server running SharePoint 2007 and a backend server running Windows 2003 with Sql 2005.  I've done some looking and tried some of the suggestions and also double checked accounts, ports, etc.  Looks like the error is related to Silverlight.  Not sure why it's unable to find Silverlight, but this is our dev server and not necessairly the cleanest environment. 

    Error text:

    Event Type: Error
    Event Source: Database Accelerator
    Event Category: None
    Event ID: 0
    Date:  3/14/2011
    Time:  12:56:34 PM
    User:  N/A
    Computer: ROLLSPLAVM3
    Description:
    Error bootstrapping system doctypes
    Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
    The request failed with the error message:
    --
    <html>
        <head>
            <title>Configuration Error</title>
            <style>
             body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
             p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
             b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
             H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
             H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
             pre {font-family:"Lucida Console";font-size: .9em}
             .marker {font-weight: bold; color: black;text-decoration: none;}
             .version {color: gray;}
             .error {margin-bottom: 10px;}
             .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
            </style>
        </head>

        <body bgcolor="white">

                <span><H1>Server Error in '/QdabraWebService' Application.<hr width=100% size=1 color=silver></H1>

                <h2> <i>Configuration Error</i> </h2></span>

                <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

                <b> Description: </b>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.
                <br><br>

                <b> Parser Error Message: </b>Could not load file or assembly 'System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.<br><br>

                <b>Source Error:</b> <br><br>

                <table width=100% bgcolor="#ffffcc">
                   <tr>
                      <td>
                          <code><pre>

    Line 173:        <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
    Line 174:        <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
    <font color=red>Line 175:        <add assembly="System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
    </font>Line 176:        <add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
    Line 177:        <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" /></pre></code>

                      </td>
                   </tr>
                </table>

                <br>

                <b> Source File: </b> C:\Inetpub\wwwroot\wss\VirtualDirectories\DevRollNet.roll.ad80\web.config<b>    Line: </b> 175
                <br><br>

                <b>Assembly Load Trace:</b> The following information can be helpful to determine why the assembly 'System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded.<br><br>

                <table width=100% bgcolor="#ffffcc">
                   <tr>
                      <td>
                          <code><pre>

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    </pre></code>

                      </td>
                   </tr>
                </table>

                <br>

                <hr width=100% size=1 color=silver>

                <b>Version Information:</b> Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3053

                </font>

        </body>
    </html>
    <!--
    [FileNotFoundException]: Could not load file or assembly 'System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
       at System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
       at System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection)
       at System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
       at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
       at System.Reflection.Assembly.Load(String assemblyString)
       at System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective)
    [ConfigurationErrorsException]: Could not load file or assembly 'System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\wss\VirtualDirectories\DevRollNet.roll.ad80\web.config line 175)
       at System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective)
       at System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai)
       at System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig)
       at System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName)
       at System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp)
       at System.Web.Compilation.BuildManager.CompileGlobalAsax()
       at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
    [HttpException]: Could not load file or assembly 'System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\wss\VirtualDirectories\DevRollNet.roll.ad80\web.config line 175)
       at System.Web.Compilation.BuildManager.ReportTopLevelCompilationException()
       at System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled()
       at System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters)
    [HttpException]: Could not load file or assembly 'System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. (C:\Inetpub\wwwroot\wss\VirtualDirectories\DevRollNet.roll.ad80\web.config line 175)
       at System.Web.HttpRuntime.FirstRequestInit(HttpContext context)
       at System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context)
       at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
    -->
    --. encountered a critical error and needs attention.


     

    Filed under: ,
  • 03-14-2011 02:52 PM In reply to

    Re: Installation Error 2869

    Hello,

    Sorry to hear about this issue. Thanks for the detailed logs.

    When installing on the SharePoint server, which site are you selecting? We recommend using the Sharepoint port 80 website.

    Also, are you able to open the main SharePoint page via Internet Explorer?

    Ernesto Machado
    Qdabra® Software/ InfoPathDev.com
    The InfoPath Experts – Streamline data gathering to turn process into knowledge.™


  • 03-14-2011 03:10 PM In reply to

    Re: Installation Error 2869

    Hi Ernesto, 

     

    Thanks for the quick response.  I am selecting our main sharePoint site whichi s on port 80 and I am able to pull the site up in Internet Explorer.

  • 03-15-2011 09:46 AM In reply to

    Re: Installation Error 2869

    There are likely some settings in the parent web.config which are being inherited and will need to be explicity excluded for the QdabraWebService directory.  Can you send the web.config from the SharePoint site to support at qdabra.com?  We can take a look to determine what specific entries are causing this.

  • 03-21-2011 08:04 PM In reply to

    Re: Installation Error 2869

    Add a location section like below in your root web.config (the folder where the QdabraWebService folder is), just before the enclosing </configuration>.  This should prevent the attempted compilation of the Silverlight dll when accessing DBXL. 

    <location path="QdabraWebService">
      <system.web>
        <compilation>
          <assemblies>
            <remove assembly="System.Web.Silverlight, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />      
          </assemblies>
        </compilation>  
      </system.web>
    </location>

    </configuration>

     

     

  • 03-28-2011 01:40 PM In reply to

    Re: Installation Error 2869

    Can you let us know if Jim's exclusion to the web.config solved the issue for you?

    Thanks

    Ted

Page 1 of 1 (6 items)
Copyright © 2003-2019 Qdabra Software. All rights reserved.
View our Terms of Use.