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.




gemini 3.6.5

web-app

hi , I followed the instrcution in the installation manual , but it didnt work , an error message appear when i want to run Gemini on the web confige file:

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: Unrecognized attribute 'type'.

Source Error:

Line 2: Line 3: Line 4: Line 5: Line 6:

Source File: D:\CounterSoft\CounterSoft Gemini Issue Tracker\Gemini Web Application\web.config Line: 4


Version Information: Microsoft .NET Framework Version:1.1.4322.2443; ASP.NET Version:1.1.4322.2407

lgsegura
· 1
lgsegura
Replies (10)
helpful
0
not helpful

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: Unrecognized attribute 'type'.

Source Error:

Line 2: Line 3: Line 4: Line 5: Line 6:

Source File: D:\CounterSoft\CounterSoft Gemini Issue Tracker\Gemini Web Application\web.config Line: 4


Version Information: Microsoft .NET Framework Version:1.1.4322.2443; ASP.NET Version:1.1.4322.2407


lgsegura
· 1
lgsegura
helpful
0
not helpful

This is the line 4:

sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"


lgsegura
· 1
lgsegura
helpful
0
not helpful

Please set the Gemini site to run under ASP.NET 2.0 in IIS and make sure that you have .NET 3.5 SP1 installed on the web server.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thank you!! I resolved the problem, but I have a new problem.

A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

This is the line of the ConnectionState:

sessionState mode="SQLServer" stateConnectionString="tcpip=127.0.0.1:42424" sqlConnectionString="data source=127.0.0.1;user id=sa;password=sa" cookieless="false" timeout="20"/


lgsegura
· 1
lgsegura
helpful
0
not helpful

You don't have to use SQL server state, use InProc.

The connection string for Gemini can be found under the connectionstrings tag towards the top of the web.config file:

 <connectionStrings>
  <add name="Gemini" connectionString="Server=localhost; Initial Catalog=GeminiSample; uid=sa; pwd=gemini"/>
 </connectionStrings>


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanks again Saar, but the problem persist.

I have a question: if a have SQL2005EXPRESS with an instance, I have to detail it in the web.config?

The instance name is

"servername"\SQLEXPRESS_GEM


lgsegura
· 1
lgsegura
helpful
0
not helpful

Yes, make sure that the database, username and password are correct.

Aslo, make sure that the server allows TCP/IP connections.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

oks! The Gemini App is runnig perfect now.

THANKS SAAR for your time.


lgsegura
· 1
lgsegura
helpful
0
not helpful

Sorry Guys, but a have a new problem and I can´t resolve it:

This is the error page when i try to logme in the app:

El nombre de columna 'logindate' no es válido. El nombre de columna 'previouslogindate' no es válido. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: El nombre de columna 'logindate' no es válido. El nombre de columna 'previouslogindate' no es válido


lgsegura
· 1
lgsegura
helpful
0
not helpful

Have you upgarded from a previous version? If so then make sure you have run the upgrade 3.6.sql script.


Saar Cohen
· 5000
Saar Cohen