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.




Failed to map the path '/Gemini/App_GlobalResources/'

web-app

I installed Gemini to the default web site also installing MS SQL Express 2005, Ajax, etc. and I get this error. I looked at the post installation instructions and my web.config file is exactly as in the instructions, forgive me but I am not familiar with changing the instance and haven't used MS SQL express before.  All help is appreciated.

Server Error in '/Gemini' Application.

        <h2> <i>Failed to map the path '/Gemini/App_GlobalResources/'.</i> </h2></span>

        <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

        <b> Description: </b>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.

        <b> Exception Details: </b>System.InvalidOperationException: Failed to map the path '/Gemini/App_GlobalResources/'.<br><br>

        <b>Source Error:</b> <br><br>

        <table width="100%" bgcolor="#ffffcc">
           <tbody><tr>
              <td>
                  <code>

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.

              </td>
           </tr>
        </tbody></table>

        <br>

        <b>Stack Trace:</b> <br><br>

        <table width="100%" bgcolor="#ffffcc">
           <tbody><tr>
              <td>
                  <code></code><pre>[InvalidOperationException: Failed to map the path '/Gemini/App_GlobalResources/'.]<br>   System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) +3619780<br>   System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate2(StandardDiskBuildResultCache diskCache) +334<br>   System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate(StandardDiskBuildResultCache diskCache) +46<br>   System.Web.Compilation.BuildManager.RegularAppRuntimeModeInitialize() +419<br>   System.Web.Compilation.BuildManager.Initialize() +235<br>   System.Web.Compilation.BuildManager.InitializeBuildManager() +228<br>   System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags) +329<br><br>[HttpException (0x80004005): Failed to map the path '/Gemini/App_GlobalResources/'.]<br>   System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3465427<br>   System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +69<br>   System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +279<br></pre>

              </td>
           </tr>
        </tbody></table>

        <br>

        <hr size="1" width="100%" color="silver">

        <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

        </font>
rgrissom
· 1
rgrissom
Replies (1)
helpful
0
not helpful

First time I've seen this one. Google brings: http://forums.asp.net/t/895798.aspx


Saar Cohen
· 5000
Saar Cohen