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.




parser error after installation countersoft

web-app

I've downloaded the latest version of Gemini V2.2.0 and tried to install on a newly installed windows server 2003. Installation finished correct, but after the internet infomation server started and the internet explorer opened, I get the following error:

Address: http://localhost/

Server Error in '/' Application.

Parser error.

description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: clould not load type 'Countersoft.Gemini.Global'

Source error:

line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="CounterSoft.Gemini.Global" %>

Source file: /global.asax   Line: 1

 

Caiperinia
· 1
Caiperinia
Replies (11)
helpful
0
not helpful

Which version of the .NET framework are you running?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Microsoft .NET Framework 2.0


Caiperinia
· 1
Caiperinia
helpful
0
not helpful

Hello,

Some questions:

1. Are you accessing Gemini from a network share?

2. In IIS, right-click Gemini website/virtual directory,go to Directory tab, Application Settings section, ensure that an Application Name has been created.

Do let us know how you get on.

 


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

Hello,

I am accessing Gemini from the server itself and I'm logged in with the administrator.

I typed "countersoft" as Application Name in the applications section, but the same problem persists.

Anything else I can do?


Caiperinia
· 1
Caiperinia
helpful
0
not helpful

Did you try point 2 from Harvey's post?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Yes, I did.

It was blanc so I filled it with "Countersoft".

But I still got the same message :-(


Caiperinia
· 1
Caiperinia
helpful
0
not helpful

Have a look at the button to the right of where you filled in the Application Name. Does the button say "Create" or "Remove"?

If you want, send me a private message and I can remotely login and have a look at your box.


Harvey Kandola
· 212
Harvey Kandola
helpful
0
not helpful

Anybody an idea?


Caiperinia
· 1
Caiperinia
helpful
0
not helpful

I Uninstalled .Net Framework 2.0 and reinstalled it...

I uninstalled Gemini Countersoft and reinstalled it....

another message appeared:

Server Error in '/' Application.

Cannot open database "GEMINI" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.

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: Cannot open database "GEMINI" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:

[SqlException (0x80131904): Cannot open database "GEMINI" requested by the login. The login failed.
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.]
   System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +437
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
   System.Data.SqlClient.SqlConnection.Open() +111
   CounterSoft.Gemini.Commons.GeminiHelper.LogEx(Exception ex, String strOtherInfo) +104

[ADOException: cannot open connection] CounterSoft.Gemini.DataProvider.x73a34067f4cd229a.xdd71a6c437ce97cd(Type x86c43ef36e14f2a3, Object[] xdbd7e0681bb13f72) +469 CounterSoft.Gemini.DataProvider.x73a34067f4cd229a.xc5a6238415274e6d(Type x86c43ef36e14f2a3, Object[] xdbd7e0681bb13f72) +14 CounterSoft.Gemini.DataProvider.x99c4b1798e19cb2e.x1a95834709519378(String x2335cd6458013014) +89 CounterSoft.Gemini.Business.ApplicationSettings.GetGeminiConfiguration() +3259 CounterSoft.Gemini.Business.ApplicationSettings.get_Config() +74 CounterSoft.Gemini.Business.BasePage.OnPreInit(EventArgs e) +64 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1520

Any suggestions?


Caiperinia
· 1
Caiperinia
helpful
0
not helpful

Seems like you are using SQL trusted connection (windows authentication).

You will need to give the network service access to the Gemini database via sql maanager.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Thanks, It works fine now


Caiperinia
· 1
Caiperinia