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

I just installed the Gemini Software to be able to test and play with it to see if it is something our organization can use.  Unfortunatly after installing the App, when I try to browse to the Website I get the following error....     Server Error in '/Gemini' Application.
--------------------------------------------------------------------------------   The path '/Gemini/AppGlobalResources/' maps to a directory outside this application, which is not supported.
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.Web.HttpException: The path '/Gemini/App
GlobalResources/' maps to a directory outside this application, which is not supported.   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:  
[HttpException (0x80004005): The path '/Gemini/AppGlobalResources/' maps to a directory outside this application, which is not supported.]
   System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +3450939
   System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +125
   System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +378   [HttpException (0x80004005): The path '/Gemini/App
GlobalResources/' maps to a directory outside this application, which is not supported.]
   System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +57
   System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +612
   System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +456   [HttpException (0x80004005): The path '/Gemini/App_GlobalResources/' maps to a directory outside this application, which is not supported.]
   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3426887
   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88
   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +149   --------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42  

TekkGuy
· 1
TekkGuy
Replies (1)
helpful
0
not helpful

Whoops....I just realize that .Net Framework 2.0 was installed as was set as the default to run newly created sites.  I went into the Properties of the Gemini IIS Website Setup and changes the ASP.Net to run using version 1.1.  That fixed my problem.


TekkGuy
· 1
TekkGuy