Westerbeke Logo
 

ERROR Rendering ControlErrors while compiling a Template. Please try the following to solve the situation: * If the problem is about missing/invalid references or multiple defines either try to load the missing references manually (in the compiling appdomain!) or Specify your references manually by providing your own IReferenceResolver implementation. See https://antaris.github.io/RazorEngine/ReferenceResolver.html for details. Currently all references have to be available as files! * If you get 'class' does not contain a definition for 'member': try another modelType (for example 'null' to make the model dynamic). NOTE: You CANNOT use typeof(dynamic) to make the model dynamic! Or try to use static instead of anonymous/dynamic types. More details about the error: - error: (34, 45) 'System.Collections.Generic.IEnumerable' does not contain a definition for 'Assets' and no extension method 'Assets' accepting a first argument of type 'System.Collections.Generic.IEnumerable' could be found (are you missing a using directive or an assembly reference?) - error: (55, 39) 'System.Collections.Generic.IEnumerable' does not contain a definition for 'Path' and no extension method 'Path' accepting a first argument of type 'System.Collections.Generic.IEnumerable' could be found (are you missing a using directive or an assembly reference?) - error: (56, 30) 'System.Collections.Generic.List' does not contain a definition for 'FirstOrDefault' and the best extension method overload 'System.Linq.Enumerable.FirstOrDefault(System.Collections.Generic.IEnumerable, System.Func)' has some invalid arguments - error: (56, 61) Argument 2: cannot convert from 'lambda expression' to 'System.Func' - error: (96, 91) 'System.Collections.Generic.IEnumerable' does not contain a definition for 'Name' and no extension method 'Name' accepting a first argument of type 'System.Collections.Generic.IEnumerable' could be found (are you missing a using directive or an assembly reference?) - error: (99, 91) 'System.Collections.Generic.IEnumerable' does not contain a definition for 'Id' and no extension method 'Id' accepting a first argument of type 'System.Collections.Generic.IEnumerable' could be found (are you missing a using directive or an assembly reference?) - error: (105, 93) 'System.Collections.Generic.IEnumerable' does not contain a definition for 'Name' and no extension method 'Name' accepting a first argument of type 'System.Collections.Generic.IEnumerable' could be found (are you missing a using directive or an assembly reference?) - error: (546, 97) 'System.Collections.Generic.IEnumerable' does not contain a definition for 'Name' and no extension method 'Name' accepting a first argument of type 'System.Collections.Generic.IEnumerable' could be found (are you missing a using directive or an assembly reference?) - error: (549, 131) 'System.Collections.Generic.IEnumerable' does not contain a definition for 'Id' and no extension method 'Id' accepting a first argument of type 'System.Collections.Generic.IEnumerable' could be found (are you missing a using directive or an assembly reference?) - error: (559, 205) 'System.Collections.Generic.IEnumerable' does not contain a definition for 'Name' and no extension method 'Name' accepting a first argument of type 'System.Collections.Generic.IEnumerable' could be found (are you missing a using directive or an assembly reference?) - error: (562, 239) 'System.Collections.Generic.IEnumerable' does not contain a definition for 'Id' and no extension method 'Id' accepting a first argument of type 'System.Collections.Generic.IEnumerable' could be found (are you missing a using directive or an assembly reference?) - error: (572, 327) 'System.Collections.Generic.IEnumerable' does not contain a definition for 'Name' and no extension method 'Name' accepting a first argument of type 'System.Collections.Generic.IEnumerable' could be found (are you missing a using directive or an assembly reference?) - error: (575, 361) 'System.Collections.Generic.IEnumerable' does not contain a definition for 'Id' and no extension method 'Id' accepting a first argument of type 'System.Collections.Generic.IEnumerable' could be found (are you missing a using directive or an assembly reference?) Temporary files of the compilation can be found in (please delete the folder): C:\Windows\TEMP\RazorEngine_dxivxgp3.gau The template we tried to compile is: ------------- START ----------- @{ var category = @Model.Model; var bomProductAssets = category.Assets; var allAssets = bomProductAssets.Where(d => !d.Metadata.ContainsKey("isPublic") || bool.Parse(d.Metadata["isPublic"].ToString())) .OrderByDescending(o => o.Metadata.ContainsKey("PublicationDate") ? DateTime.Parse(o.Metadata["PublicationDate"].ToString()) : DateTime.MinValue); var specs = allAssets.Where(d => d.Metadata.ContainsKey("manualType") && d.Metadata["manualType"].ToString().Equals("advanced specs",StringComparison.OrdinalIgnoreCase)); var manuals = allAssets.Where(d => d.Metadata.ContainsKey("manualType") && (d.Metadata["manualType"].ToString().Equals("Operator's Manual",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Parts Manual",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Superseded Parts Listing",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Technical Manual",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Installation Manuals",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Callout Drawing",StringComparison.OrdinalIgnoreCase))); var guides = allAssets.Where(d => d.Metadata.ContainsKey("manualType") && d.Metadata["manualType"].ToString().Equals("Troubleshooting Guide",StringComparison.OrdinalIgnoreCase)); var diagrams = allAssets.Where(d => d.Metadata.ContainsKey("manualType") && (d.Metadata["manualType"].ToString().Equals("Wiring Diagram",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Installation Diagrams",StringComparison.OrdinalIgnoreCase) )); var bulletins = allAssets.Where(d => d.Metadata.ContainsKey("manualType") && (d.Metadata["manualType"].ToString().Equals("Service Bulletin",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Parts Bulletin",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Product Recall",StringComparison.OrdinalIgnoreCase))); var breadcrumbPages = "5399ada1daf73a26740bf60b|Low-CO EFI Gasoline Generators|low-coefigasolinegenerators.htm,5399ada1daf73a26740bf60c|Carbureted Gasoline Generators|carburetedgasolinegenerators.htm,5399ada1daf73a26740bf60d|Electronic Diesel Generators|electronicdieselgenerators.htm,5399ada1daf73a26740bf60e|Diesel Generators|traditionaldieselgenerators.htm,5399ada1daf73a26740bf60f|Westerbeke Engines|westerbekeengines.htm,5399ada1daf73a26740bf610|Climate Control|climatecontrol.htm,5399ada1daf73a26740bf611|Gasoline Engines|westerbekeengines.htm,5399ada1daf73a26740bf612|Industrial Generators|industrialgenerators.htm,5399ada1daf73a26740bf613|Sound Guards|soundguards.htm,5399ada1daf73a26740bf614|Universal Engines|universalengines.htm,5399ada1daf73a26740bf615|Westerbeke Engines|westerbekeengines.htm".Split(',').ToList(); var parentPage = category.Path[1].ToString().ToLowerInvariant(); var breadCrumb = breadcrumbPages.FirstOrDefault(x => x.Contains(parentPage)); var landingPage = breadCrumb.Split('|')[2]; var landingPageName = breadCrumb.Split('|')[1]; }

 

Technical Documents

Important Note: Technical information is provided on our website for your reference and convenience. Westerbeke recommends that your engine, generator or climate control system is serviced and/or installed only by an authorized Westerbeke distributor or dealer. Click here to locate the Master Distributor or Dealer for your area.

Advanced Specifications
@if (specs.Any()) { } @foreach (var spec in specs) { var pubDate = spec.Metadata.ContainsKey("PublicationDate") ? DateTime.Parse(spec.Metadata["PublicationDate"].ToString()).ToShortDateString() : "N/A"; } @if (!specs.Any()) { }
Document Name Publication Date
  @(spec.DocumentTitle ?? spec.FullName) @pubDate
No matching records found
Manuals (Operators, Parts, Technical, Installation)
@if (manuals.Any()) { } @foreach (var man in manuals) { var pubDate = man.Metadata.ContainsKey("PublicationDate") ? DateTime.Parse(man.Metadata["PublicationDate"].ToString()).ToShortDateString() : "N/A"; } @if (!manuals.Any()) { }
Document Name Publication Date
  @(man.DocumentTitle ?? man.FullName) @pubDate
No matching records found
Guides (Troubleshooting)
@if (guides.Any()) { } @foreach (var guide in guides) { var pubDate = guide.Metadata.ContainsKey("PublicationDate") ? DateTime.Parse(guide.Metadata["PublicationDate"].ToString()).ToShortDateString() : "N/A"; } @if (!guides.Any()) { }
Document Name Publication Date
  @(guide.DocumentTitle ?? guide.FullName) @pubDate
No matching records found
Diagrams (Wiring, Installation)
@if (diagrams.Any()) { } @foreach (var diagram in diagrams) { var pubDate = diagram.Metadata.ContainsKey("PublicationDate") ? DateTime.Parse(diagram.Metadata["PublicationDate"].ToString()).ToShortDateString() : "N/A"; } @if (!diagrams.Any()) { }
Document Name Publication Date
  @(diagram.DocumentTitle ?? diagram.FullName) @pubDate
No matching records found
Bulletins (Service, Parts, Product Recalls)
@if (bulletins.Any()) { } @foreach (var bulls in bulletins) { var appliesTo = bulls.Metadata.ContainsKey("AppliesTo") ? "Applies To: " + bulls.Metadata["AppliesTo"].ToString() : ""; var pubDate = bulls.Metadata.ContainsKey("PublicationDate") ? DateTime.Parse(bulls.Metadata["PublicationDate"].ToString()).ToShortDateString() : "N/A"; } @if (!bulletins.Any()) { }
Document Name Publication Date
  @(bulls.DocumentTitle ?? bulls.FullName)

@appliesTo

@pubDate
No matching records found

 

 

------------- END ----------- The generated source code is: ------------- START ----------- //------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace CompiledRazorTemplates.Dynamic { using System; using System.Collections.Generic; using System.Linq; using Emanager.Razor; using Emanager.Utilities; using Emanager.Data.Abstractions.Ecommerce.Model; using Emanager.Data.Abstractions; public class RazorEngine_05a0c0e109474c69b1c2bb948ca1e935 : Emanager.Razor.RazorBase<><>>> { public RazorEngine_05a0c0e109474c69b1c2bb948ca1e935(Emanager.Data.IDependencyResolver resolver, System.Func loadWebsite) : base(resolver, loadWebsite) { } public override void Execute() { WriteLiteral(" "); var category = @Model.Model; var bomProductAssets = category.Assets; var allAssets = bomProductAssets.Where(d => !d.Metadata.ContainsKey("isPublic") || bool.Parse(d.Metadata["isPublic"].ToString())) .OrderByDescending(o => o.Metadata.ContainsKey("PublicationDate") ? DateTime.Parse(o.Metadata["PublicationDate"].ToString()) : DateTime.MinValue); var specs = allAssets.Where(d => d.Metadata.ContainsKey("manualType") && d.Metadata["manualType"].ToString().Equals("advanced specs",StringComparison.OrdinalIgnoreCase)); var manuals = allAssets.Where(d => d.Metadata.ContainsKey("manualType") && (d.Metadata["manualType"].ToString().Equals("Operator's Manual",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Parts Manual",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Superseded Parts Listing",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Technical Manual",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Installation Manuals",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Callout Drawing",StringComparison.OrdinalIgnoreCase))); var guides = allAssets.Where(d => d.Metadata.ContainsKey("manualType") && d.Metadata["manualType"].ToString().Equals("Troubleshooting Guide",StringComparison.OrdinalIgnoreCase)); var diagrams = allAssets.Where(d => d.Metadata.ContainsKey("manualType") && (d.Metadata["manualType"].ToString().Equals("Wiring Diagram",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Installation Diagrams",StringComparison.OrdinalIgnoreCase) )); var bulletins = allAssets.Where(d => d.Metadata.ContainsKey("manualType") && (d.Metadata["manualType"].ToString().Equals("Service Bulletin",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Parts Bulletin",StringComparison.OrdinalIgnoreCase) || d.Metadata["manualType"].ToString().Equals("Product Recall",StringComparison.OrdinalIgnoreCase))); var breadcrumbPages = "5399ada1daf73a26740bf60b|Low-CO EFI Gasoline Generators|low-coefigasolinegenerators.htm,5399ada1daf73a26740bf60c|Carbureted Gasoline Generators|carburetedgasolinegenerators.htm,5399ada1daf73a26740bf60d|Electronic Diesel Generators|electronicdieselgenerators.htm,5399ada1daf73a26740bf60e|Diesel Generators|traditionaldieselgenerators.htm,5399ada1daf73a26740bf60f|Westerbeke Engines|westerbekeengines.htm,5399ada1daf73a26740bf610|Climate Control|climatecontrol.htm,5399ada1daf73a26740bf611|Gasoline Engines|westerbekeengines.htm,5399ada1daf73a26740bf612|Industrial Generators|industrialgenerators.htm,5399ada1daf73a26740bf613|Sound Guards|soundguards.htm,5399ada1daf73a26740bf614|Universal Engines|universalengines.htm,5399ada1daf73a26740bf615|Westerbeke Engines|westerbekeengines.htm".Split(',').ToList(); var parentPage = category.Path[1].ToString().ToLowerInvariant(); var breadCrumb = breadcrumbPages.FirstOrDefault(x => x.Contains(parentPage)); var landingPage = breadCrumb.Split('|')[2]; var landingPageName = breadCrumb.Split('|')[1]; WriteLiteral(" \r\n\r\n\r\n

 

\r\n \r\n
  • (ResolveUrl("~/index.htm") , 3669), false) ); WriteLiteral(">Home
  • \r\n
  • (ResolveUrl("~/") , 3722), false) , Tuple.Create(Tuple.Create("", 3724), Tuple.Create(landingPage , 3724), false) ); WriteLiteral(">"); Write(landingPageName); WriteLiteral("
  • \r\n
  • (category.Name.SanitizeFileName() , 3800), false) , Tuple.Create(Tuple.Create("", 3833), Tuple.Create("/", 3833), true) , Tuple.Create(Tuple.Create("", 3834), Tuple.Create(category.Id , 3834), false) ); WriteLiteral(">"); Write(category.Name); WriteLiteral("
  • \r\n
  • Technical Documents
  • Technical Documents

    Important Note: Technical information is provided on our website for your reference and convenience. Westerbeke recommends that your engine, generator or climate control system is serviced and/or installed only by an authorized Westerbeke distributor or dealer. (ResolveUrl("~/distributorlocator.htm") , 4261), false) ); WriteLiteral(">Click here to locate the Master Distributor or Dealer for your area.

    \r\n Advanced Specifications

    \r\n \r\n"); if (specs.Any()) { WriteLiteral(" \r\n\r\n \r\n Document Name\r\n Publication Date\r\n \r\n \r\n"); } WriteLiteral(" \r\n"); foreach (var spec in specs) { var pubDate = spec.Metadata.ContainsKey("PublicationDate") ? DateTime.Parse(spec.Metadata["PublicationDate"].ToString()).ToShortDateString() : "N/A"; WriteLiteral(" \r\n   (ResolveUrl("~/") , 5166), false) , Tuple.Create(Tuple.Create("", 5168), Tuple.Create(spec.FullName , 5168), false) ); WriteLiteral(" target=\"_blank\""); WriteLiteral(">"); Write(spec.DocumentTitle ?? spec.FullName); WriteLiteral("\r\n "); Write(pubDate); WriteLiteral("\r\n \r\n"); } WriteLiteral(" "); if (!specs.Any()) { WriteLiteral(" \r\n No matching records found\r\n \r\n"); } WriteLiteral(" \r\n \r\n\r\n Manuals (Operators, Parts, Technical, Installation)\r\n \r\n"); if (manuals.Any()) { WriteLiteral(" \r\n\r\n \r\n Document Name\r\n Publication Date\r\n \r\n \r\n"); } WriteLiteral(" \r\n"); foreach (var man in manuals) { var pubDate = man.Metadata.ContainsKey("PublicationDate") ? DateTime.Parse(man.Metadata["PublicationDate"].ToString()).ToShortDateString() : "N/A"; WriteLiteral(" \r\n   (ResolveUrl("~/") , 6386), false) , Tuple.Create(Tuple.Create("", 6388), Tuple.Create(man.FullName , 6388), false) ); WriteLiteral(" target=\"_blank\""); WriteLiteral(">"); Write(man.DocumentTitle ?? man.FullName); WriteLiteral("\r\n "); Write(pubDate); WriteLiteral("\r\n \r\n"); } WriteLiteral(" "); if (!manuals.Any()) { WriteLiteral(" \r\n No matching records found\r\n \r\n"); } WriteLiteral(" \r\n \r\n\r\n Guides (Troubleshooting)\r\n \r\n"); if (guides.Any()) { WriteLiteral(" \r\n\r\n \r\n Document Name\r\n Publication Date\r\n \r\n \r\n"); } WriteLiteral(" \r\n"); foreach (var guide in guides) { var pubDate = guide.Metadata.ContainsKey("PublicationDate") ? DateTime.Parse(guide.Metadata["PublicationDate"].ToString()).ToShortDateString() : "N/A"; WriteLiteral(" \r\n   (ResolveUrl("~/") , 7588), false) , Tuple.Create(Tuple.Create("", 7590), Tuple.Create(guide.FullName , 7590), false) ); WriteLiteral(" target=\"_blank\""); WriteLiteral(">"); Write(guide.DocumentTitle ?? guide.FullName); WriteLiteral("\r\n "); Write(pubDate); WriteLiteral("\r\n \r\n"); } WriteLiteral(" "); if (!guides.Any()) { WriteLiteral(" \r\n No matching records found\r\n \r\n"); } WriteLiteral(" \r\n \r\n\r\n Diagrams (Wiring, Installation)\r\n \r\n"); if (diagrams.Any()) { WriteLiteral(" \r\n\r\n \r\n Document Name\r\n Publication Date\r\n \r\n \r\n"); } WriteLiteral(" \r\n"); foreach (var diagram in diagrams) { var pubDate = diagram.Metadata.ContainsKey("PublicationDate") ? DateTime.Parse(diagram.Metadata["PublicationDate"].ToString()).ToShortDateString() : "N/A"; WriteLiteral(" \r\n   (ResolveUrl("~/") , 8814), false) , Tuple.Create(Tuple.Create("", 8816), Tuple.Create(diagram.FullName , 8816), false) ); WriteLiteral(" target=\"_blank\""); WriteLiteral(">"); Write(diagram.DocumentTitle ?? diagram.FullName); WriteLiteral("\r\n "); Write(pubDate); WriteLiteral("\r\n \r\n"); } WriteLiteral(" "); if (!diagrams.Any()) { WriteLiteral(" \r\n No matching records found\r\n \r\n"); } WriteLiteral(" \r\n \r\n\r\n Bulletins (Service, Parts, Product Recalls)\r\n \r\n"); if (bulletins.Any()) { WriteLiteral(" \r\n\r\n \r\n Document Name\r\n Publication Date\r\n \r\n \r\n"); } WriteLiteral(" \r\n"); foreach (var bulls in bulletins) { var appliesTo = bulls.Metadata.ContainsKey("AppliesTo") ? "Applies To: " + bulls.Metadata["AppliesTo"].ToString() : ""; var pubDate = bulls.Metadata.ContainsKey("PublicationDate") ? DateTime.Parse(bulls.Metadata["PublicationDate"].ToString()).ToShortDateString() : "N/A"; WriteLiteral(" \r\n   (ResolveUrl("~/") , 10181), false) , Tuple.Create(Tuple.Create("", 10183), Tuple.Create(bulls.FullName , 10183), false) ); WriteLiteral(" target=\"_blank\""); WriteLiteral(">"); Write(bulls.DocumentTitle ?? bulls.FullName); WriteLiteral("

    "); Write(appliesTo); WriteLiteral("

    \r\n "); Write(pubDate); WriteLiteral("\r\n
    \r\n"); } WriteLiteral(" "); if (!bulletins.Any()) { WriteLiteral(" \r\n No matching records found\r\n \r\n"); } WriteLiteral(" \r\n \r\n \r\n
    \r\n \r\n

     

    \r\n

     

    \r\n (category.Name.SanitizeFileName() , 10838), false) , Tuple.Create(Tuple.Create("", 10871), Tuple.Create("/", 10871), true) , Tuple.Create(Tuple.Create("", 10872), Tuple.Create(category.Id , 10872), false) ); WriteLiteral(" class=\"btn btn-info\""); WriteLiteral(">Product Overview (category.Name.SanitizeFileName() , 10946), false) , Tuple.Create(Tuple.Create("", 10979), Tuple.Create("/", 10979), true) , Tuple.Create(Tuple.Create("", 10980), Tuple.Create(category.Id , 10980), false) ); WriteLiteral(" class=\"btn btn-info active\""); WriteLiteral(">Technical Documents (category.Name.SanitizeFileName() , 11068), false) , Tuple.Create(Tuple.Create("", 11101), Tuple.Create("/", 11101), true) , Tuple.Create(Tuple.Create("", 11102), Tuple.Create(category.Id , 11102), false) ); WriteLiteral(" class=\"btn btn-info\""); WriteLiteral(">View Parts \r\n \r\n
    (ResolveUrl("~/quickorder.htm") , 11224), false) ); WriteLiteral(">Express
    \r\n Parts Order
    \r\n \r\n " + " \r\n
    (ResolveUrl("~/documentlibrary.htm") , 11370), false) ); WriteLiteral(">Document
    \r\n Library
    \r\n \r\n " + " \r\n
    Download
    \r\n Catalog!
    \r\n \r\n " + " \r\n"); } } } ------------- END ----------- List of loaded Assemblies: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_64\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Caching\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Caching.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.Build.Utilities.v4.0\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.Build.Utilities.v4.0.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.RegularExpressions\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.RegularExpressions.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Design\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Design.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.JScript\v4.0_10.0.0.0__b03f5f7f11d50a3a\Microsoft.JScript.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\efccd2a6\00a4a453_0208d001\WebActivatorEx.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\cc36fbd1\002494ff_7c6acd01\Microsoft.Web.Infrastructure.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\6fab5570\00e06841_91f9cf01\Castle.Core.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\a205e458\c0645ad4_5c87d001\CsQuery.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\f70d5659\a7506dd4_5c87d001\DHTMLX.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\2f22ec29\4328651b_8fb6d101\Emanager.Api.Client.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\e91b6ceb\8584db1e_8fb6d101\Emanager.Client.MTABenefits.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\de6b9ebf\a4cd2125_8fb6d101\Emanager.Client.Rideshare.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\0932558e\7cb09221_8fb6d101\Emanager.Client.Westerbeke.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\17d353e3\c696c5a1_b1b5d101\Emanager.Data.Abstractions.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\0d43d9fc\2ac037f2_3a85d101\Emanager.Data.Abstractions.Server.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\fac8fc8f\fab663a1_b1b5d101\Emanager.Data.Delta.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\b5b183d8\bd0fbca0_b1b5d101\Emanager.Data.ValueTypes.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\9934a9c4\fb3e9b8e_9cb6d101\Emanager.EditorFrontEnd.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\85996c9c\f68da9a2_b1b5d101\Emanager.NinjectBindings.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\bd80dfa2\02bf0a1c_8fb6d101\Emanager.Razor.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\603d75b5\7ef34442_edb4d101\Emanager.Scripting.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\0b337a57\ad6e4482_f7b4d101\Emanager.Security.Abstractions.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\0b9c6ac2\52bd5a64_b2b5d101\Emanager.Shell.Abstractions.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\74ba3e33\face468e_9cb6d101\Emanager.Shell.NinjectBindings.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\ed8cc781\b43ac89e_b1b5d101\Emanager.Utilities.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\3e3480f8\febc2ba2_b1b5d101\Emanager.Utilities.Ecommerce.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\7657feb4\4fa523a2_b1b5d101\Emanager.Utilities.Ninject.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\58543096\5ee5d1a0_b1b5d101\Emanager.Utilities.Webforms.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\978a5f32\95b7fa1b_8fb6d101\Emanager.Web.Abstractions.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\28b837e5\376d3a1e_8fb6d101\Emanager.Web.Base.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\e3bed6c2\c5a5bb20_8fb6d101\Emanager.Web.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\4f1527e9\3976158e_9cb6d101\Emanager.Web.Internal.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\14bc8bab\7620da2f_8fb6d101\Emanager.Web.LegacyEcommerce.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\b15f11b9\7ed4c43c_bc0dd101\FileHelpers.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\25a7d73f\a9306b45_cf3dd101\HtmlAgilityPack.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\119bcdea\fffabc01_3b34d101\Magnum.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\33565b86\d603a3ae_2534d101\MassTransit.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\739f9062\48efbb10_2110d101\Microsoft.CodeAnalysis.CSharp.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\e661f3bc\16a21b0c_2110d101\Microsoft.CodeAnalysis.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\30c866e8\738e1616_2110d101\Microsoft.CodeAnalysis.Scripting.CSharp.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\10f27440\8d82a414_2110d101\Microsoft.CodeAnalysis.Scripting.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\9af7411a\6d7c458a_2634d101\Microsoft.Diagnostics.Tracing.TraceEvent.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\8e31cc40\ff9d64d4_5c87d001\Microsoft.IO.RecyclableMemoryStream.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\5921dbf0\005ba4fc_299acf01\Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\b850a8d1\b0112057_bf0dd101\NewId.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\11196975\da5196b9_c70dd101\Newtonsoft.Json.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\46312375\7791c77a_df0dd101\Ninject.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\d952473d\005429b7_4645cf01\Ninject.Extensions.Conventions.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\1ddc3ee0\00d6c60e_4570cf01\Ninject.Extensions.Factory.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\5c399fcb\00f282e2_48d4cf01\Ninject.Web.Common.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\324dacaa\00d83dc3_7463cf01\Ninject.Web.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\e9e59261\79a2e8cf_cb0dd101\PayPalCoreSDK.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\df295fb2\b57901a4_cd0dd101\PayPalMerchantSDK.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\97aa4b3f\8fbac072_2634d101\RazorEngine.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Collections.Concurrent\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Collections.Concurrent.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Collections\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Collections.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\87ab379b\5c721651_2834d101\System.Collections.Immutable.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.Annotations\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.ComponentModel.Annotations.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.EventBasedAsync\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.ComponentModel.EventBasedAsync.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Diagnostics.Debug\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Diagnostics.Debug.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Diagnostics.Tracing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Diagnostics.Tracing.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Dynamic.Runtime\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Dynamic.Runtime.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Globalization\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Globalization.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IO\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.IO.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Linq.Expressions\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Linq.Expressions.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\215cde44\97eb2756_a0f5d001\System.Net.Http.Formatting.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Net.NetworkInformation\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.NetworkInformation.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Net.Primitives\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Primitives.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Net.Requests\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Requests.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ObjectModel\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.ObjectModel.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\87a97788\2975ac42_2834d101\System.Reflection.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\b31fc646\f45a0652_2834d101\System.Reflection.Metadata.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Extensions\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Extensions.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.InteropServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.InteropServices.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization.Primitives\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Serialization.Primitives.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization.Xml\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Runtime.Serialization.Xml.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Http\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.ServiceModel.Http.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Text.Encoding\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Text.Encoding.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Text.Encoding.Extensions\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Text.Encoding.Extensions.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Text.RegularExpressions\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Text.RegularExpressions.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Threading\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Threading.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Threading.Tasks\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Threading.Tasks.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\5d94ca5d\fac649d9_9ff5d001\System.Web.Http.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\assembly\dl3\252e32db\00c46126_d93ad001\System.Web.Razor.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.ReaderWriter\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Xml.ReaderWriter.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.XDocument\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Xml.XDocument.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.XmlSerializer\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Xml.XmlSerializer.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Resources.ResourceManager\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Resources.ResourceManager.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Extensions\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Extensions.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Net.Http\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Net.Http.WebRequest\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Net.Http.WebRequest.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\SMDiagnostics\v4.0_4.0.0.0__b77a5c561934e089\SMDiagnostics.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Internals\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Internals.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_global.asax.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Browsers.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activation\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activation.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xaml.Hosting\v4.0_4.0.0.0__31bf3856ad364e35\System.Xaml.Hosting.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089\System.Numerics.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Dynamic\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Dynamic.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Mobile\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Mobile.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Web\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activities.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.WorkflowServices\v4.0_4.0.0.0__31bf3856ad364e35\System.WorkflowServices.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.DataSetExtensions\v4.0_4.0.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.DynamicData\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.DynamicData.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.Services.Design\v4.0_4.0.0.0__b77a5c561934e089\System.Data.Services.Design.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_overview.htm.cdcab7d2.3aouipe_.dll Loaded Assembly: C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xaml\v4.0_4.0.0.0__b77a5c561934e089\System.Xaml.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_overview.htm.cdcab7d2.qguozdje.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_overview.htm.cdcab7d2.rofzylte.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_registeraccount.htm.cdcab7d2.yorh2vl2.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_changepassword.htm.cdcab7d2.ntqv0xie.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_carburetedgeneratorslibrary.htm.cdcab7d2.rrhcoczz.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_climatecontrollibrary.htm.cdcab7d2.emrjllub.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_dieselgeneratorslibrary.htm.cdcab7d2.or4onros.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_electronicdieselgenerators.htm.cdcab7d2.2ta6ypuq.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_explodedview.htm.cdcab7d2.ub62qt6v.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_faq-maintenance.htm.cdcab7d2.t9e7g2uj.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_faq-about.htm.cdcab7d2.mttx_nqe.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_faq.htm.cdcab7d2.p9m7ckwr.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_index.htm.cdcab7d2.utijdwit.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_installationdrawings.htm.cdcab7d2.eexleaxp.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_lowcotips.htm.cdcab7d2.nd36c2q_.dll Loaded Assembly: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\e53ab0d9\bfc14b54\App_Web_manuals.htm.cdcab7d2.yonou2ga.dllSystem.Tuple`2[System.Type,RazorEngine.Compilation.CompilationData] CompileTypeImpl(RazorEngine.Compilation.TypeContext) at RazorEngine.Compilation.DirectCompilerServiceBase.CompileTypeImpl(TypeContext context) at RazorEngine.Compilation.DirectCompilerServiceBase.CompileType_Windows(TypeContext context) at RazorEngine.Compilation.DirectCompilerServiceBase.CompileType(TypeContext context) at RazorEngine.Templating.RazorEngineCore.Compile(ITemplateKey key, Type modelType) at RazorEngine.Templating.RazorEngineService.CompileAndCacheInternal(ITemplateKey key, Type modelType) at RazorEngine.Templating.RazorEngineService.GetCompiledTemplate(ITemplateKey key, Type modelType, Boolean compileOnCacheMiss) at RazorEngine.Templating.RazorEngineService.RunCompile(ITemplateKey key, TextWriter writer, Type modelType, Object model, DynamicViewBag viewBag) at Emanager.Web.UI.ControlBase.RenderRazorInternal(String uniqueId, HtmlTextWriter writer) in C:\Users\adavanzo\Desktop\src\Emanager TFSGIT\Emanager.Shell\Emanager.Web.Base\UI\ControlBase.cs:line 274 at Emanager.Web.UI.ControlBase.RenderRazor(HtmlTextWriter writer) in C:\Users\adavanzo\Desktop\src\Emanager TFSGIT\Emanager.Shell\Emanager.Web.Base\UI\ControlBase.cs:line 241