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.




Post installation Problem

web-app

Hi,

I am running on MsSQL 2005 express edition and Visual studio 2005 professional edition. I have installed Gemini v2.0.5. The database and web application is setup. Somehow when i run and click on some icon in the Gemini for example "user security", i received the following error.

Gemini Application Error

An application error has occured - please advise the Gemini administrator within your organisation.

View error log

Another problem i like to ask is about the NHibernate.Dialect.MsSqlDialect. I have tried 

<add key="hibernate.dialect" value="NHibernate.Dialect.MsSql2000LDialect"/>  and

<add key="hibernate.dialect" value="NHibernate.Dialect.MsSql2005LDialect"/> and

<add key="hibernate.dialect" value="NHibernate.Dialect.MsSql2005ExpressEditionLDialect"/> and

<add key="hibernate.dialect" value="NHibernate.Dialect.T-SQLDialect"/>

But i still get  the Error Message " Could not instantiate dialect class ........"

Thanks for the help in advance.

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

You should use: NHibernate.Dialect.MsSql2000Dialect


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

ok. Thanks.


zhenwei
· 1
zhenwei