CounterSoft Community Server

Welcome to CounterSoft Community Server Sign in | Join | Help
Home Forums

after install Gemini web app will not start, errors

Last post 08-13-2008, 5:39 PM by dbaguy. 4 replies.
Sort Posts:
  •  08-12-2008, 10:44 PM

    after install Gemini web app will not start, errors

    Line 35: <add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
    Line 36: <add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
     
    Line 37: <add assembly="System.Configuration, Version=2.0.0.0, Cseulture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
    Line 38: <add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> Line 39: <add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

    I manually installed Gemini wep app 3.0 on win server 2003 sp2 running ii6. I installed all the prereqs, separate application pool, etc. When I try to start Gemini I get the above error. Other asp.net 2.0 apps on this server are running fine so I don't think it is a dotnet issue. Any help of where to look would be greatly appreciated.
  •  08-12-2008, 11:40 PM

    Re: after install Gemini web app will not start, errors

    Sorry, what is the actual error?
  •  08-13-2008, 3:30 PM

    Re: after install Gemini web app will not start, errors

    Configuration Error 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; }

    Server Error in '/geminiweb' Application.

    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: Could not load file or assembly 'System.Configuration, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

    Source Error:

    Line 35: 				<add assembly="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
    Line 36: 				<add assembly="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
    Line 37: 				<add assembly="System.Configuration, Version=2.0.0.0, Cseulture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
    Line 38: 				<add assembly="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
    Line 39: 				<add assembly="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>

    Source File: C:\Webapps\GeminiWebApplication\web.config    Line: 37

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Configuration, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a' could not be loaded.

    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].
    


    Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
  •  08-13-2008, 4:09 PM

    Re: after install Gemini web app will not start, errors

    I am not sure, but it did you change the web.config?

    "Cseulture=neutral" --> Should say "Culture=neutral"?

    Line 37 as highlighted in RED above.

    Harvey Kandola
    CounterSoft™
  •  08-13-2008, 5:39 PM

    Re: after install Gemini web app will not start, errors

    That was it, thanks.

    I was looking at the web.config in an editor I was not all that familiar with and must have entered something without knowing it. Plus I discovered the editor was set to autosave the file every so many minutes.


View as RSS news feed in XML