I'm deploying MVC 4 project in Azure environment. So, x64.<br /><br />After uploading package for the 1st time on app launch (navigation to page) I get the exception below. On page refresh everything seems to work ok. There's no message in exception, so it's hard to figure out what the problem is. Do you have any suggestions on how to approach debugging this or logging to figure out where/what the problem is? Everything works fine in dev environment.<br /><br />Thanks! <br />Если вам удобнее, могу общаться и по Русски.<br /><br />Noesis.Javascript.JavascriptException<br /> at Noesis.Javascript.CompileScript(Local<v8::Script>* , Char* source_code, Char* resource_name)<br /> at Noesis.Javascript.JavascriptContext.Run(String iSourceCode)<br /> at BundleTransformer.Csso.Minifiers.KryzhanovskyCssMinifier.Minify(IList`1 assets)<br /> at BundleTransformer.Core.Transformers.TransformerBase.Minify(IList`1 assets)<br /> at BundleTransformer.Core.Transformers.CssTransformer.Transform(IList`1 assets, BundleResponse bundleResponse, HttpContextBase httpContext)<br /> at BundleTransformer.Core.Transformers.TransformerBase.Process(BundleContext context, BundleResponse response)<br /> at System.Web.Optimization.Bundle.ApplyTransforms(BundleContext context, String bundleContent, IEnumerable`1 bundleFiles)<br /> at System.Web.Optimization.Bundle.GetBundleResponse(BundleContext context)<br /> at System.Web.Optimization.BundleResolver.GetBundleContents(String virtualPath)<br /> at System.Web.Optimization.AssetManager.EliminateDuplicatesAndResolveUrls(IEnumerable`1 paths)<br /> at System.Web.Optimization.AssetManager.DeterminePathsToRender(IEnumerable`1 assets)<br /> at System.Web.Optimization.AssetManager.RenderStyles(IEnumerable`1 assets)<br /> at ASP._Page_Views_Shared__EmptyLayout_cshtml.Execute() in e:\sitesroot\0\Views\Shared\_EmptyLayout.cshtml:line 12<br /> at System.Web.WebPages.WebPageBase.ExecutePageHierarchy()<br /> at System.Web.Mvc.WebViewPage.ExecutePageHierarchy()<br /> at System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage)<br /> at System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body)<br /> at System.Web.WebPages.WebPageBase.PopContext()<br /> at System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)<br /> at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17()<br /> at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)<br /> at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult)<br /> at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)<br />
↧