Last active
January 14, 2016 11:19
-
-
Save pascalberger/e1c84c8d8bb966cbe666 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Directory 'C:\webs\ProjectA\Scripts\SomeFolder\' does not exist. Failed to start monitoring file changes. | |
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: Directory 'C:\webs\ProjectA\Scripts\SomeFolder\' does not exist. Failed to start monitoring file changes. | |
Source Error: | |
Line 68: { | |
Line 69: return _previous.GetCacheDependency(virtualPath, virtualPathDependencies, utcStart); | |
Line 70: } | |
Line 71: } | |
Source File: c:\source\ASPNETAndEmbededResources\EmbeddedVirtualPathProvider.cs Line: 69 | |
Stack Trace: | |
[HttpException (0x80070002): Directory 'C:\webs\ProjectA\Scripts\SomeFolder\' does not exist. Failed to start monitoring file changes.] | |
System.Web.FileChangesMonitor.FindDirectoryMonitor(String dir, Boolean addIfNotFound, Boolean throwOnError) +475 | |
System.Web.FileChangesMonitor.StartMonitoringPath(String alias, FileChangeEventHandler callback, FileAttributesData& fad) +857 | |
System.Web.Caching.CacheDependency.Init(Boolean isPublic, String[] filenamesArg, String[] cachekeysArg, CacheDependency dependency, DateTime utcStart) +2457 | |
System.Web.Hosting.MapPathBasedVirtualPathProvider.GetCacheDependency(String virtualPath, IEnumerable virtualPathDependencies, DateTime utcStart) +331 | |
ImranB.EmbeddedVirtualPathProvider.GetCacheDependency(String virtualPath, IEnumerable virtualPathDependencies, DateTime utcStart) in c:\source\ASPNETAndEmbededResources\EmbeddedVirtualPathProvider.cs:70 | |
System.Web.Optimization.Bundle.UpdateCache(BundleContext context, BundleResponse response) +379 | |
System.Web.Optimization.Bundle.GetBundleResponse(BundleContext context) +151 | |
System.Web.Optimization.BundleResolver.GetBundleContents(String virtualPath) +254 | |
System.Web.Optimization.AssetManager.EliminateDuplicatesAndResolveUrls(IEnumerable`1 refs) +435 | |
System.Web.Optimization.AssetManager.DeterminePathsToRender(IEnumerable`1 assets) +1030 | |
System.Web.Optimization.AssetManager.RenderExplicit(String tagFormat, String[] paths) +75 | |
System.Web.Optimization.Scripts.RenderFormat(String tagFormat, String[] paths) +293 | |
System.Web.Optimization.Scripts.Render(String[] paths) +51 | |
ImranB.Helpers.HtmlHelpers.NewTextBox(HtmlHelper html, String name) in c:\source\SampleHelper\NewTextBox.cs:12 | |
ASP._Page_Views_Home_Index_cshtml.Execute() in c:\source\ASPNETAndEmbededResources\Views\Home\Index.cshtml:5 | |
System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +197 | |
System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +96 | |
System.Web.WebPages.StartPage.RunPage() +17 | |
System.Web.WebPages.StartPage.ExecutePageHierarchy() +62 | |
System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +76 | |
System.Web.Mvc.RazorView.RenderView(ViewContext viewContext, TextWriter writer, Object instance) +259 | |
System.Web.Mvc.BuildManagerCompiledView.Render(ViewContext viewContext, TextWriter writer) +115 | |
System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +294 | |
System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult) +13 | |
System.Web.Mvc.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17() +23 | |
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation) +242 | |
System.Web.Mvc.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19() +21 | |
System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +175 | |
System.Web.Mvc.Async.<>c__DisplayClass2a.<BeginInvokeAction>b__20() +89 | |
System.Web.Mvc.Async.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult) +102 | |
System.Web.Mvc.Async.WrappedAsyncResult`1.End() +57 | |
System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +43 | |
System.Web.Mvc.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult) +14 | |
System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23 | |
System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62 | |
System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +57 | |
System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23 | |
System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62 | |
System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +47 | |
System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10 | |
System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult) +25 | |
System.Web.Mvc.Async.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar) +23 | |
System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62 | |
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +47 | |
System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9 | |
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +9651480 | |
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment