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.5 Installation Problem

web-app

Hi,

I've just been in the process of installing a copy of Gemini 3.5 on a new server. However when I first try to load the site to configure the admin settings, i'm getting the following exception:


Exception information:
    Exception type: TypeInitializationException
    Exception message: The type initializer for 'CounterSoft.Gemini.DataProvider.BaseProvider' threw an exception.

Any ideas?

The database is setup on a default instance of SQL2005 on another machine using the sample database, with neccessary permissions, and TCP/IP and named pipes enabled on the instance.

Thanks,

John

JohnH
· 1
JohnH
Replies (3)
helpful
0
not helpful

Please check that the connection string setting in the web.config is set correctly.

Check the server, database, user and password.


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Thanks for the reply SaarCohen.

The connection string it turned out was ok, I discovered the problem was infact that because I'd been running the website under a different domain identity in the app pool, it didn't have permissions to access the c:\windows\temp directory, for I believe the .NET JIT compiller (I may be wrong on the use of this directory here).

Giving my app pool identity read/write access to the temp directory solved this problem.

John


JohnH
· 1
JohnH
helpful
0
not helpful

Glad it all works now. Thanks for posting your solution here.


Saar Cohen
· 5000
Saar Cohen