line,36:"/>

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




after install Gemini web app will not start, errors

web-app

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.

dbaguy
· 1
dbaguy
Replies (4)
helpful
0
not helpful

Sorry, what is the actual error?


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

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


dbaguy
· 1
dbaguy
helpful
0
not helpful

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
· 212
Harvey Kandola
helpful
0
not helpful

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.



dbaguy
· 1
dbaguy