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.




Initial page load after install.

web-app

Well first let me start off with the fact I have to manually run the SQL scripts to get my DB to startup. And just so i know i'm not on the wrong track, you are able to use SQL Express 2005 right?

Now on to my real problem, on initial page load it posts the following error:

Server Error in '/Gemini' 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 type 'Microsoft.Web.Services.ScriptModule'. (C:\Production Sites\Version 5\web.config line 94)

Source Error:

Line 92:   </httpHandlers>
Line 93:   <httpModules>
Line 94:    <add name="ScriptModule" type="Microsoft.Web.Services.ScriptModule"/>
Line 95:   </httpModules>
Line 96:   <!--

Source File: C:\Production Sites\Version 5\web.config    Line: 94

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

Any ideas?

 

Thanks,
Tim

tmeers
· 1
tmeers
Replies (2)
helpful
0
not helpful

Yes, Gemini does work with SQL 2005.

As for your issue, it seems that you have a web.config file in the root site.

So add : <remove name="ScriptModule" /> in the httpModules tag as this is not prart of Gemini at all.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Awsome thanks, all I have to do was comment out that bit of code that was related to an Atlas app I had been useing and it started working perfectly.

Thanks a million

Tim


tmeers
· 1
tmeers