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.




3.5.4 on Windows 2008 installation problem

web-app

I'm performing a clean install on windows 2008 and after performing all the steps in the installation manual, I get this error message when trying to bring up the site:

Server Error in '/Gemini' 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: Could not load type 'CounterSoft.Gemini.Web.Global'.

Source Error:

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

Source File: /Gemini/global.asax Line: 1


Version Information: Microsoft .NET Framework Version:2.0.50727.4016; ASP.NET Version:2.0.50727.4016

Detroit Matt
· 1
Detroit Matt
Replies (6)
helpful
0
not helpful

Can you please verify that the bin folder of your Gemini virtual directory contains CounterSoft Dlls?

Also, please make sure that the ASP.NET worker process has access to the directory.


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Here's the list of DLL's in the BIN Directory:

09/15/2009 10:18 AM 5,120 Castle.Components.Common.TemplateEngine.dll 09/15/2009 10:18 AM 9,728 Castle.Components.Common.TemplateEngine.NVelocityTemplateEngine.dll 09/15/2009 10:18 AM 73,728 Castle.Core.dll 09/15/2009 10:18 AM 106,496 Castle.DynamicProxy2.dll 09/15/2009 10:18 AM 25,088 ComponentGo.Core.dll 09/15/2009 10:18 AM 204,800 ComponentGo.Web.dll 09/15/2009 10:18 AM 228,352 ComponentGo.Web.Schedulers.dll 09/15/2009 10:18 AM 241,664 CounterSoft.Gemini.Business.dll 09/15/2009 10:18 AM 282,624 CounterSoft.Gemini.Commons.dll 09/15/2009 10:18 AM 61,440 CounterSoft.Gemini.Controls.dll 09/15/2009 10:18 AM 307,200 CounterSoft.Gemini.DataProvider.dll 09/15/2009 10:18 AM 7,168 CounterSoft.Gemini.Logging.dll 09/15/2009 10:18 AM 16,384 CounterSoft.Gemini.Mail.dll 09/15/2009 10:18 AM 147,456 CounterSoft.Gemini.Presenter.dll 09/15/2009 10:18 AM 131,072 CounterSoft.Gemini.Reporting.dll 09/15/2009 10:18 AM 200,704 CounterSoft.Gemini.Utility.dll 09/15/2009 10:18 AM 679,936 CounterSoft.Gemini.Web.dll 09/15/2009 10:18 AM 241,664 GemBox.Spreadsheet.dll 09/15/2009 10:18 AM 32,768 Iesi.Collections.dll 09/15/2009 10:18 AM 53,248 Infralution.Licensing.dll 09/15/2009 10:18 AM 391,168 Ionic.Zip.dll 09/15/2009 10:59 AM 0 list.txt 09/15/2009 10:18 AM 270,336 log4net.dll 09/15/2009 10:18 AM 688,128 MailBee.NET.dll 09/15/2009 10:18 AM 204,800 Newtonsoft.Json.dll 09/15/2009 10:18 AM 1,638,400 NHibernate.dll 09/15/2009 10:18 AM 249,856 NVelocity.dll 09/15/2009 10:18 AM plugins 09/15/2009 10:18 AM 111,104 RssToolkit.dll 09/15/2009 10:18 AM 81,920 System.Web.DataVisualization.Design.dll 09/15/2009 10:18 AM 1,728,512 System.Web.DataVisualization.dll 09/15/2009 10:18 AM 540,672 Telerik.Web.Design.dll 09/15/2009 10:18 AM 12,983,808 Telerik.Web.UI.dll

I also verified that asp.net, network service and local system have full access to the directory.


Detroit Matt
· 1
Detroit Matt
helpful
0
not helpful

Do you have another web.config above the Gemini app? Also, are you running Sharepoint on the same server?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

No, Gemini is at the root folder. No sharepoint on the server.


Detroit Matt
· 1
Detroit Matt
helpful
0
not helpful

Ok. I have it working now.

When the app first installed it installed as a virtual directory and was throwing an error in regards to the assemblies section in web.config. It said you couldn't load system.web twice. I had added a to the top of the assemblies section.

I've since moved it to the root folder and now I remove the and it works fine now.

Thanks.


Detroit Matt
· 1
Detroit Matt
helpful
0
not helpful

Good news, thanks for the update.


Mark Wing
· 9108
Mark Wing