Failed to map the path App_GlobalResources

J

Jody Gelowitz

VS2005 Standard Edition
WinXP Pro SP2

I have setup a Web project under: http://localhost/myproject/ and have
received a "Failed to map the path '/MyProject/App_GlobalResources'." error
(details at the bottom of this message).

On Friday, I have run through the steps as outlined at:
http://www.thejoyofcode.com/Failed_to_map_the_path_App_GlobalResources.aspx
This had corrected this problem, but generated another message relating to a
Mutex (do not have exact details of error message). This morning, when
trying to run the project, I am back to the error that I had initially run
into on Friday.

I have tried running through the steps outlined in the following sites once
again, but was unsuccessful this time.
http://www.thejoyofcode.com/Failed_to_map_the_path_App_GlobalResources.aspx
http://lab.msdn.microsoft.com/productfeedback/ViewWorkaround.aspx?FeedbackID=FDBK40144#1

Is there anything else that can be done to get around this problem? I still
have VS2003 Enterprise Developer installed and running alongside VS2005 Std.

Thanks,
Jody


Server Error in '/MyProject' Application.
--------------------------------------------------------------------------------

Failed to map the path '/MyProject/App_GlobalResources/'.
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.InvalidOperationException: Failed to map the path
'/MyProject/App_GlobalResources/'.

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:

[InvalidOperationException: Failed to map the path
'/MyProject/App_GlobalResources/'.]
System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath
virtualPath, Boolean permitNull) +3521404
System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate2(StandardDiskBuildResultCache
diskCache) +306
System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate(StandardDiskBuildResultCache
diskCache) +46
System.Web.Compilation.BuildManager.RegularAppRuntimeModeInitialize()
+418
System.Web.Compilation.BuildManager.Initialize() +235
System.Web.Compilation.BuildManager.InitializeBuildManager() +228
System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags)
+310

[HttpException (0x80004005): Failed to map the path
'/MyProject/App_GlobalResources/'.]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +3426887
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +149
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top