The errors begin on dynamic view compilation
Thanks for your help.
IActivator FubuMVC.Spark.SparkPrecompiler
Spark.Compiler.BatchCompilerException: Dynamic view compilation failed.
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary
ASP.NET Files\root\5112299e\0wljrr0w.0.cs(11,129): error CS0234: The type or namespace name 'ActionCallModification' does not exist in the namespace 'FubuMVC.Core.Registration.Conventions' (are you missing an assembly reference?)
1 using FubuMVC.Core.UI;
2 using System.Web;
3 using FubuMVC.Spark;
4 using HtmlTags;
5 using FubuMVC.Core.Assets;
6
7 [global::Spark.SparkViewAttribute(
8 Templates = new string[] {
9 "_FubuMVC.Diagnostics\\Visualization\\Visualizers\\ConfigurationActions\\ActionCallModification.spark"
10 })]
11 public class View95312beca143411d9b56144e021a086a : FubuMVC.Spark.Rendering.FubuSparkView<FubuMVC.Core.Registration.Conventions.ActionCallModification>
12 {
13
14 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
15 private static System.Guid _generatedViewId = new System.Guid("95312beca143411d9b56144e021a086a");
16 public override System.Guid GeneratedViewId
17 { get { return _generatedViewId; } }
18
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 private void RenderViewLevel0()
21 {
22 #line hidden
23 Output.Write("\r\n");
24 #line default
25 }
26
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public override void Render()
29 {
30 RenderViewLevel0();
31 }
32 }
at Spark.Compiler.BatchCompiler.Compile(Boolean debug, String languageOrExtension, String[] sourceCode)
at Spark.Compiler.CSharp.CSharpViewCompiler.CompileView(IEnumerable`1 viewTemplates, IEnumerable`1 allResources)
at Spark.SparkViewEngine.CreateEntryInternal(SparkViewDescriptor descriptor, Boolean compile)
at Spark.SparkViewEngine.CreateEntry(SparkViewDescriptor descriptor)
at FubuMVC.Spark.Rendering.ViewEntryProviderCache.GetViewEntry(SparkViewDescriptor descriptor) in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\Rendering\ViewEntryProviderCache.cs:line 30
at FubuMVC.Spark.SparkPrecompiler.<>c__DisplayClass7.<>c__DisplayClass9.<Precompile>b__6() in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\SparkPrecompiler.cs:line 38
at Bottles.Diagnostics.PackageLog.TrapErrors(Action action)
Spark.Compiler.BatchCompilerException: Dynamic view compilation failed.
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary
ASP.NET Files\root\5112299e\0kwmtdhn.0.cs(11,121): error CS0234: The type or namespace name 'ActionLessViewConvention' does not exist in the namespace 'FubuMVC.Core.Registration.DSL' (are you missing an assembly reference?)
1 using FubuMVC.Core.UI;
2 using System.Web;
3 using FubuMVC.Spark;
4 using HtmlTags;
5 using FubuMVC.Core.Assets;
6
7 [global::Spark.SparkViewAttribute(
8 Templates = new string[] {
9 "_FubuMVC.Diagnostics\\Visualization\\Visualizers\\ConfigurationActions\\ActionlessViewConvention.spark"
10 })]
11 public class View224305fd0a30455f8648a393e0c0d2fc : FubuMVC.Spark.Rendering.FubuSparkView<FubuMVC.Core.Registration.DSL.ActionLessViewConvention>
12 {
13
14 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
15 private static System.Guid _generatedViewId = new System.Guid("224305fd0a30455f8648a393e0c0d2fc");
16 public override System.Guid GeneratedViewId
17 { get { return _generatedViewId; } }
18
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 private void RenderViewLevel0()
21 {
22 #line hidden
23 Output.Write("\r\n");
24 #line default
25 }
26
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public override void Render()
29 {
30 RenderViewLevel0();
31 }
32 }
at Spark.Compiler.BatchCompiler.Compile(Boolean debug, String languageOrExtension, String[] sourceCode)
at Spark.Compiler.CSharp.CSharpViewCompiler.CompileView(IEnumerable`1 viewTemplates, IEnumerable`1 allResources)
at Spark.SparkViewEngine.CreateEntryInternal(SparkViewDescriptor descriptor, Boolean compile)
at Spark.SparkViewEngine.CreateEntry(SparkViewDescriptor descriptor)
at FubuMVC.Spark.Rendering.ViewEntryProviderCache.GetViewEntry(SparkViewDescriptor descriptor) in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\Rendering\ViewEntryProviderCache.cs:line 30
at FubuMVC.Spark.SparkPrecompiler.<>c__DisplayClass7.<>c__DisplayClass9.<Precompile>b__6() in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\SparkPrecompiler.cs:line 38
at Bottles.Diagnostics.PackageLog.TrapErrors(Action action)
Spark.Compiler.BatchCompilerException: Dynamic view compilation failed.
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary
ASP.NET Files\root\5112299e\3isizwly.0.cs(11,113): error CS0234: The type or namespace name 'AntiForgery' does not exist in the namespace 'FubuMVC.Core.Security' (are you missing an assembly reference?)
1 using FubuMVC.Core.UI;
2 using System.Web;
3 using FubuMVC.Spark;
4 using HtmlTags;
5 using FubuMVC.Core.Assets;
6
7 [global::Spark.SparkViewAttribute(
8 Templates = new string[] {
9 "_FubuMVC.Diagnostics\\Visualization\\Visualizers\\ConfigurationActions\\AntiForgeryPolicy.spark"
10 })]
11 public class Viewbcb6a5ed94d74893919695977d1cbf1f : FubuMVC.Spark.Rendering.FubuSparkView<FubuMVC.Core.Security.AntiForgery.AntiForgeryPolicy>
12 {
13
14 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
15 private static System.Guid _generatedViewId = new System.Guid("bcb6a5ed94d74893919695977d1cbf1f");
16 public override System.Guid GeneratedViewId
17 { get { return _generatedViewId; } }
18
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 private void RenderViewLevel0()
21 {
22 #line hidden
23 Output.Write("\r\n");
24 #line default
25 }
26
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public override void Render()
29 {
30 RenderViewLevel0();
31 }
32 }
at Spark.Compiler.BatchCompiler.Compile(Boolean debug, String languageOrExtension, String[] sourceCode)
at Spark.Compiler.CSharp.CSharpViewCompiler.CompileView(IEnumerable`1 viewTemplates, IEnumerable`1 allResources)
at Spark.SparkViewEngine.CreateEntryInternal(SparkViewDescriptor descriptor, Boolean compile)
at Spark.SparkViewEngine.CreateEntry(SparkViewDescriptor descriptor)
at FubuMVC.Spark.Rendering.ViewEntryProviderCache.GetViewEntry(SparkViewDescriptor descriptor) in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\Rendering\ViewEntryProviderCache.cs:line 30
at FubuMVC.Spark.SparkPrecompiler.<>c__DisplayClass7.<>c__DisplayClass9.<Precompile>b__6() in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\SparkPrecompiler.cs:line 38
at Bottles.Diagnostics.PackageLog.TrapErrors(Action action)
Spark.Compiler.BatchCompilerException: Dynamic view compilation failed.
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary
ASP.NET Files\root\5112299e\copmudo2.0.cs(11,129): error CS0234: The type or namespace name 'BehaviorChainPolicy' does not exist in the namespace 'FubuMVC.Core.Registration.Conventions' (are you missing an assembly reference?)
1 using FubuMVC.Core.UI;
2 using System.Web;
3 using FubuMVC.Spark;
4 using HtmlTags;
5 using FubuMVC.Core.Assets;
6
7 [global::Spark.SparkViewAttribute(
8 Templates = new string[] {
9 "_FubuMVC.Diagnostics\\Visualization\\Visualizers\\ConfigurationActions\\BehaviorChainPolicy.spark"
10 })]
11 public class View60535497b6a9454d99c3fe9390129eb8 : FubuMVC.Spark.Rendering.FubuSparkView<FubuMVC.Core.Registration.Conventions.BehaviorChainPolicy>
12 {
13
14 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
15 private static System.Guid _generatedViewId = new System.Guid("60535497b6a9454d99c3fe9390129eb8");
16 public override System.Guid GeneratedViewId
17 { get { return _generatedViewId; } }
18
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 private void RenderViewLevel0()
21 {
22 #line hidden
23 Output.Write("\r\n");
24 #line default
25 }
26
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public override void Render()
29 {
30 RenderViewLevel0();
31 }
32 }
at Spark.Compiler.BatchCompiler.Compile(Boolean debug, String languageOrExtension, String[] sourceCode)
at Spark.Compiler.CSharp.CSharpViewCompiler.CompileView(IEnumerable`1 viewTemplates, IEnumerable`1 allResources)
at Spark.SparkViewEngine.CreateEntryInternal(SparkViewDescriptor descriptor, Boolean compile)
at Spark.SparkViewEngine.CreateEntry(SparkViewDescriptor descriptor)
at FubuMVC.Spark.Rendering.ViewEntryProviderCache.GetViewEntry(SparkViewDescriptor descriptor) in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\Rendering\ViewEntryProviderCache.cs:line 30
at FubuMVC.Spark.SparkPrecompiler.<>c__DisplayClass7.<>c__DisplayClass9.<Precompile>b__6() in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\SparkPrecompiler.cs:line 38
at Bottles.Diagnostics.PackageLog.TrapErrors(Action action)
Spark.Compiler.BatchCompilerException: Dynamic view compilation failed.
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary
ASP.NET Files\root\5112299e\wx5jwumq.0.cs(11,107): error CS0234: The type or namespace name 'Navigation' does not exist in the namespace 'FubuMVC.Core.UI' (are you missing an assembly reference?)
1 using FubuMVC.Core.UI;
2 using System.Web;
3 using FubuMVC.Spark;
4 using HtmlTags;
5 using FubuMVC.Core.Assets;
6
7 [global::Spark.SparkViewAttribute(
8 Templates = new string[] {
9 "_FubuMVC.Diagnostics\\Visualization\\Visualizers\\ConfigurationActions\\CompileNavigationStep.spark"
10 })]
11 public class Vieweaee19f11a0745a687840b4c66fe69ed : FubuMVC.Spark.Rendering.FubuSparkView<FubuMVC.Core.UI.Navigation.CompileNavigationStep>
12 {
13
14 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
15 private static System.Guid _generatedViewId = new System.Guid("eaee19f11a0745a687840b4c66fe69ed");
16 public override System.Guid GeneratedViewId
17 { get { return _generatedViewId; } }
18
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 private void RenderViewLevel0()
21 {
22 #line hidden
23 Output.Write("\r\n");
24 #line default
25 }
26
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public override void Render()
29 {
30 RenderViewLevel0();
31 }
32 }
at Spark.Compiler.BatchCompiler.Compile(Boolean debug, String languageOrExtension, String[] sourceCode)
at Spark.Compiler.CSharp.CSharpViewCompiler.CompileView(IEnumerable`1 viewTemplates, IEnumerable`1 allResources)
at Spark.SparkViewEngine.CreateEntryInternal(SparkViewDescriptor descriptor, Boolean compile)
at Spark.SparkViewEngine.CreateEntry(SparkViewDescriptor descriptor)
at FubuMVC.Spark.Rendering.ViewEntryProviderCache.GetViewEntry(SparkViewDescriptor descriptor) in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\Rendering\ViewEntryProviderCache.cs:line 30
at FubuMVC.Spark.SparkPrecompiler.<>c__DisplayClass7.<>c__DisplayClass9.<Precompile>b__6() in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\SparkPrecompiler.cs:line 38
at Bottles.Diagnostics.PackageLog.TrapErrors(Action action)
Spark.Compiler.BatchCompilerException: Dynamic view compilation failed.
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary
ASP.NET Files\root\5112299e\ljcmt3hv.0.cs(11,121): error CS0234: The type or namespace name 'MediaAttachmentPolicy' does not exist in the namespace 'FubuMVC.Core.Registration.DSL' (are you missing an assembly reference?)
1 using FubuMVC.Core.UI;
2 using System.Web;
3 using FubuMVC.Spark;
4 using HtmlTags;
5 using FubuMVC.Core.Assets;
6
7 [global::Spark.SparkViewAttribute(
8 Templates = new string[] {
9 "_FubuMVC.Diagnostics\\Visualization\\Visualizers\\ConfigurationActions\\MediaAttachmentPolicy.spark"
10 })]
11 public class Viewca23823de0764399a6934d93011a91df : FubuMVC.Spark.Rendering.FubuSparkView<FubuMVC.Core.Registration.DSL.MediaAttachmentPolicy>
12 {
13
14 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
15 private static System.Guid _generatedViewId = new System.Guid("ca23823de0764399a6934d93011a91df");
16 public override System.Guid GeneratedViewId
17 { get { return _generatedViewId; } }
18
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 private void RenderViewLevel0()
21 {
22 #line hidden
23 Output.Write("\r\n");
24 #line default
25 }
26
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public override void Render()
29 {
30 RenderViewLevel0();
31 }
32 }
at Spark.Compiler.BatchCompiler.Compile(Boolean debug, String languageOrExtension, String[] sourceCode)
at Spark.Compiler.CSharp.CSharpViewCompiler.CompileView(IEnumerable`1 viewTemplates, IEnumerable`1 allResources)
at Spark.SparkViewEngine.CreateEntryInternal(SparkViewDescriptor descriptor, Boolean compile)
at Spark.SparkViewEngine.CreateEntry(SparkViewDescriptor descriptor)
at FubuMVC.Spark.Rendering.ViewEntryProviderCache.GetViewEntry(SparkViewDescriptor descriptor) in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\Rendering\ViewEntryProviderCache.cs:line 30
at FubuMVC.Spark.SparkPrecompiler.<>c__DisplayClass7.<>c__DisplayClass9.<Precompile>b__6() in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\SparkPrecompiler.cs:line 38
at Bottles.Diagnostics.PackageLog.TrapErrors(Action action)
Spark.Compiler.BatchCompilerException: Dynamic view compilation failed.
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary
ASP.NET Files\root\5112299e\h33xedr4.0.cs(11,107): error CS0234: The type or namespace name 'Navigation' does not exist in the namespace 'FubuMVC.Core.UI' (are you missing an assembly reference?)
1 using FubuMVC.Core.UI;
2 using System.Web;
3 using FubuMVC.Spark;
4 using HtmlTags;
5 using FubuMVC.Core.Assets;
6
7 [global::Spark.SparkViewAttribute(
8 Templates = new string[] {
9 "_FubuMVC.Diagnostics\\Visualization\\Visualizers\\ConfigurationActions\\MenuItemAttributeConfigurator.spark"
10 })]
11 public class View15394b99f5114331822955e014ad9b80 : FubuMVC.Spark.Rendering.FubuSparkView<FubuMVC.Core.UI.Navigation.MenuItemAttributeConfigurator>
12 {
13
14 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
15 private static System.Guid _generatedViewId = new System.Guid("15394b99f5114331822955e014ad9b80");
16 public override System.Guid GeneratedViewId
17 { get { return _generatedViewId; } }
18
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 private void RenderViewLevel0()
21 {
22 #line hidden
23 Output.Write("\r\n");
24 #line default
25 }
26
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public override void Render()
29 {
30 RenderViewLevel0();
31 }
32 }
at Spark.Compiler.BatchCompiler.Compile(Boolean debug, String languageOrExtension, String[] sourceCode)
at Spark.Compiler.CSharp.CSharpViewCompiler.CompileView(IEnumerable`1 viewTemplates, IEnumerable`1 allResources)
at Spark.SparkViewEngine.CreateEntryInternal(SparkViewDescriptor descriptor, Boolean compile)
at Spark.SparkViewEngine.CreateEntry(SparkViewDescriptor descriptor)
at FubuMVC.Spark.Rendering.ViewEntryProviderCache.GetViewEntry(SparkViewDescriptor descriptor) in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\Rendering\ViewEntryProviderCache.cs:line 30
at FubuMVC.Spark.SparkPrecompiler.<>c__DisplayClass7.<>c__DisplayClass9.<Precompile>b__6() in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\SparkPrecompiler.cs:line 38
at Bottles.Diagnostics.PackageLog.TrapErrors(Action action)
Spark.Compiler.BatchCompilerException: Dynamic view compilation failed.
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary
ASP.NET Files\root\5112299e\z1bjduvu.0.cs(11,107): error CS0234: The type or namespace name 'Navigation' does not exist in the namespace 'FubuMVC.Core.UI' (are you missing an assembly reference?)
1 using FubuMVC.Core.UI;
2 using System.Web;
3 using FubuMVC.Spark;
4 using HtmlTags;
5 using FubuMVC.Core.Assets;
6
7 [global::Spark.SparkViewAttribute(
8 Templates = new string[] {
9 "_FubuMVC.Diagnostics\\Visualization\\Visualizers\\ConfigurationActions\\NavigationRegistry.spark"
10 })]
11 public class Viewfb1ce8d9574b4261b780e2512ada32d9 : FubuMVC.Spark.Rendering.FubuSparkView<FubuMVC.Core.UI.Navigation.NavigationRegistry>
12 {
13
14 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
15 private static System.Guid _generatedViewId = new System.Guid("fb1ce8d9574b4261b780e2512ada32d9");
16 public override System.Guid GeneratedViewId
17 { get { return _generatedViewId; } }
18
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 private void RenderViewLevel0()
21 {
22 #line hidden
23 Output.Write("\r\n");
24 #line default
25 }
26
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public override void Render()
29 {
30 RenderViewLevel0();
31 }
32 }
at Spark.Compiler.BatchCompiler.Compile(Boolean debug, String languageOrExtension, String[] sourceCode)
at Spark.Compiler.CSharp.CSharpViewCompiler.CompileView(IEnumerable`1 viewTemplates, IEnumerable`1 allResources)
at Spark.SparkViewEngine.CreateEntryInternal(SparkViewDescriptor descriptor, Boolean compile)
at Spark.SparkViewEngine.CreateEntry(SparkViewDescriptor descriptor)
at FubuMVC.Spark.Rendering.ViewEntryProviderCache.GetViewEntry(SparkViewDescriptor descriptor) in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\Rendering\ViewEntryProviderCache.cs:line 30
at FubuMVC.Spark.SparkPrecompiler.<>c__DisplayClass7.<>c__DisplayClass9.<Precompile>b__6() in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\SparkPrecompiler.cs:line 38
at Bottles.Diagnostics.PackageLog.TrapErrors(Action action)
Spark.Compiler.BatchCompilerException: Dynamic view compilation failed.
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary
ASP.NET Files\root\5112299e\wrkar3yu.0.cs(11,129): error CS0234: The type or namespace name 'NavigationRootPolicy' does not exist in the namespace 'FubuMVC.Core.Registration.Conventions' (are you missing an assembly reference?)
1 using FubuMVC.Core.UI;
2 using System.Web;
3 using FubuMVC.Spark;
4 using HtmlTags;
5 using FubuMVC.Core.Assets;
6
7 [global::Spark.SparkViewAttribute(
8 Templates = new string[] {
9 "_FubuMVC.Diagnostics\\Visualization\\Visualizers\\ConfigurationActions\\NavigationRootPolicy.spark"
10 })]
11 public class View9123923dc7484695a31e136ba404fa49 : FubuMVC.Spark.Rendering.FubuSparkView<FubuMVC.Core.Registration.Conventions.NavigationRootPolicy>
12 {
13
14 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
15 private static System.Guid _generatedViewId = new System.Guid("9123923dc7484695a31e136ba404fa49");
16 public override System.Guid GeneratedViewId
17 { get { return _generatedViewId; } }
18
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 private void RenderViewLevel0()
21 {
22 #line hidden
23 Output.Write("\r\n");
24 #line default
25 }
26
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public override void Render()
29 {
30 RenderViewLevel0();
31 }
32 }
at Spark.Compiler.BatchCompiler.Compile(Boolean debug, String languageOrExtension, String[] sourceCode)
at Spark.Compiler.CSharp.CSharpViewCompiler.CompileView(IEnumerable`1 viewTemplates, IEnumerable`1 allResources)
at Spark.SparkViewEngine.CreateEntryInternal(SparkViewDescriptor descriptor, Boolean compile)
at Spark.SparkViewEngine.CreateEntry(SparkViewDescriptor descriptor)
at FubuMVC.Spark.Rendering.ViewEntryProviderCache.GetViewEntry(SparkViewDescriptor descriptor) in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\Rendering\ViewEntryProviderCache.cs:line 30
at FubuMVC.Spark.SparkPrecompiler.<>c__DisplayClass7.<>c__DisplayClass9.<Precompile>b__6() in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\SparkPrecompiler.cs:line 38
at Bottles.Diagnostics.PackageLog.TrapErrors(Action action)
Spark.Compiler.BatchCompilerException: Dynamic view compilation failed.
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary
ASP.NET Files\root\5112299e\vpc42g3b.0.cs(11,107): error CS0234: The type or namespace name 'Navigation' does not exist in the namespace 'FubuMVC.Core.UI' (are you missing an assembly reference?)
1 using FubuMVC.Core.UI;
2 using System.Web;
3 using FubuMVC.Spark;
4 using HtmlTags;
5 using FubuMVC.Core.Assets;
6
7 [global::Spark.SparkViewAttribute(
8 Templates = new string[] {
9 "_FubuMVC.Diagnostics\\Visualization\\Visualizers\\ConfigurationActions\\NavigationServiceRegistry.spark"
10 })]
11 public class View06ad479c19f645bfbe6924f8ac7ef0ab : FubuMVC.Spark.Rendering.FubuSparkView<FubuMVC.Core.UI.Navigation.NavigationServiceRegistry>
12 {
13
14 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
15 private static System.Guid _generatedViewId = new System.Guid("06ad479c19f645bfbe6924f8ac7ef0ab");
16 public override System.Guid GeneratedViewId
17 { get { return _generatedViewId; } }
18
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 private void RenderViewLevel0()
21 {
22 #line hidden
23 Output.Write("\r\n");
24 #line default
25 }
26
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public override void Render()
29 {
30 RenderViewLevel0();
31 }
32 }
at Spark.Compiler.BatchCompiler.Compile(Boolean debug, String languageOrExtension, String[] sourceCode)
at Spark.Compiler.CSharp.CSharpViewCompiler.CompileView(IEnumerable`1 viewTemplates, IEnumerable`1 allResources)
at Spark.SparkViewEngine.CreateEntryInternal(SparkViewDescriptor descriptor, Boolean compile)
at Spark.SparkViewEngine.CreateEntry(SparkViewDescriptor descriptor)
at FubuMVC.Spark.Rendering.ViewEntryProviderCache.GetViewEntry(SparkViewDescriptor descriptor) in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\Rendering\ViewEntryProviderCache.cs:line 30
at FubuMVC.Spark.SparkPrecompiler.<>c__DisplayClass7.<>c__DisplayClass9.<Precompile>b__6() in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\SparkPrecompiler.cs:line 38
at Bottles.Diagnostics.PackageLog.TrapErrors(Action action)
Spark.Compiler.BatchCompilerException: Dynamic view compilation failed.
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary
ASP.NET Files\root\5112299e\o1l3twfy.0.cs(11,117): error CS0234: The type or namespace name 'RouteVisitor' does not exist in the namespace 'FubuMVC.Core.Registration' (are you missing an assembly reference?)
1 using FubuMVC.Core.UI;
2 using System.Web;
3 using FubuMVC.Spark;
4 using HtmlTags;
5 using FubuMVC.Core.Assets;
6
7 [global::Spark.SparkViewAttribute(
8 Templates = new string[] {
9 "_FubuMVC.Diagnostics\\Visualization\\Visualizers\\ConfigurationActions\\RouteVisitor.spark"
10 })]
11 public class Viewb3a7b5cb3ee54d70861990ab5b6636f1 : FubuMVC.Spark.Rendering.FubuSparkView<FubuMVC.Core.Registration.RouteVisitor>
12 {
13
14 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
15 private static System.Guid _generatedViewId = new System.Guid("b3a7b5cb3ee54d70861990ab5b6636f1");
16 public override System.Guid GeneratedViewId
17 { get { return _generatedViewId; } }
18
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 private void RenderViewLevel0()
21 {
22 #line hidden
23 Output.Write("\r\n");
24 #line default
25 }
26
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public override void Render()
29 {
30 RenderViewLevel0();
31 }
32 }
at Spark.Compiler.BatchCompiler.Compile(Boolean debug, String languageOrExtension, String[] sourceCode)
at Spark.Compiler.CSharp.CSharpViewCompiler.CompileView(IEnumerable`1 viewTemplates, IEnumerable`1 allResources)
at Spark.SparkViewEngine.CreateEntryInternal(SparkViewDescriptor descriptor, Boolean compile)
at Spark.SparkViewEngine.CreateEntry(SparkViewDescriptor descriptor)
at FubuMVC.Spark.Rendering.ViewEntryProviderCache.GetViewEntry(SparkViewDescriptor descriptor) in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\Rendering\ViewEntryProviderCache.cs:line 30
at FubuMVC.Spark.SparkPrecompiler.<>c__DisplayClass7.<>c__DisplayClass9.<Precompile>b__6() in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\SparkPrecompiler.cs:line 38
at Bottles.Diagnostics.PackageLog.TrapErrors(Action action)
Spark.Compiler.BatchCompilerException: Dynamic view compilation failed.
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary
ASP.NET Files\root\5112299e\s5nqfo5b.0.cs(11,120): error CS0234: The type or namespace name 'ViewActivationServiceRegistry' does not exist in the namespace 'FubuMVC.Core.View.Activation' (are you missing an assembly reference?)
1 using FubuMVC.Core.UI;
2 using System.Web;
3 using FubuMVC.Spark;
4 using HtmlTags;
5 using FubuMVC.Core.Assets;
6
7 [global::Spark.SparkViewAttribute(
8 Templates = new string[] {
9 "_FubuMVC.Diagnostics\\Visualization\\Visualizers\\ConfigurationActions\\ViewActivationServiceRegistry.spark"
10 })]
11 public class Viewb191ced7a28444f5a7c6c8d1da702c91 : FubuMVC.Spark.Rendering.FubuSparkView<FubuMVC.Core.View.Activation.ViewActivationServiceRegistry>
12 {
13
14 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
15 private static System.Guid _generatedViewId = new System.Guid("b191ced7a28444f5a7c6c8d1da702c91");
16 public override System.Guid GeneratedViewId
17 { get { return _generatedViewId; } }
18
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 private void RenderViewLevel0()
21 {
22 #line hidden
23 Output.Write("\r\n");
24 #line default
25 }
26
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public override void Render()
29 {
30 RenderViewLevel0();
31 }
32 }
at Spark.Compiler.BatchCompiler.Compile(Boolean debug, String languageOrExtension, String[] sourceCode)
at Spark.Compiler.CSharp.CSharpViewCompiler.CompileView(IEnumerable`1 viewTemplates, IEnumerable`1 allResources)
at Spark.SparkViewEngine.CreateEntryInternal(SparkViewDescriptor descriptor, Boolean compile)
at Spark.SparkViewEngine.CreateEntry(SparkViewDescriptor descriptor)
at FubuMVC.Spark.Rendering.ViewEntryProviderCache.GetViewEntry(SparkViewDescriptor descriptor) in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\Rendering\ViewEntryProviderCache.cs:line 30
at FubuMVC.Spark.SparkPrecompiler.<>c__DisplayClass7.<>c__DisplayClass9.<Precompile>b__6() in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\SparkPrecompiler.cs:line 38
at Bottles.Diagnostics.PackageLog.TrapErrors(Action action)
Spark.Compiler.BatchCompilerException: Dynamic view compilation failed.
c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary
ASP.NET Files\root\5112299e\5n0qo3n0.0.cs(11,117): error CS0234: The type or namespace name 'VisitBehaviorsAction' does not exist in the namespace 'FubuMVC.Core.Registration' (are you missing an assembly reference?)
1 using FubuMVC.Core.UI;
2 using System.Web;
3 using FubuMVC.Spark;
4 using HtmlTags;
5 using FubuMVC.Core.Assets;
6
7 [global::Spark.SparkViewAttribute(
8 Templates = new string[] {
9 "_FubuMVC.Diagnostics\\Visualization\\Visualizers\\ConfigurationActions\\VisitBehaviorsAction.spark"
10 })]
11 public class View502a000ef1444861a8abfd5a4f802b8c : FubuMVC.Spark.Rendering.FubuSparkView<FubuMVC.Core.Registration.VisitBehaviorsAction>
12 {
13
14 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
15 private static System.Guid _generatedViewId = new System.Guid("502a000ef1444861a8abfd5a4f802b8c");
16 public override System.Guid GeneratedViewId
17 { get { return _generatedViewId; } }
18
19 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
20 private void RenderViewLevel0()
21 {
22 #line hidden
23 Output.Write("\r\n");
24 #line default
25 }
26
27 [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
28 public override void Render()
29 {
30 RenderViewLevel0();
31 }
32 }
at Spark.Compiler.BatchCompiler.Compile(Boolean debug, String languageOrExtension, String[] sourceCode)
at Spark.Compiler.CSharp.CSharpViewCompiler.CompileView(IEnumerable`1 viewTemplates, IEnumerable`1 allResources)
at Spark.SparkViewEngine.CreateEntryInternal(SparkViewDescriptor descriptor, Boolean compile)
at Spark.SparkViewEngine.CreateEntry(SparkViewDescriptor descriptor)
at FubuMVC.Spark.Rendering.ViewEntryProviderCache.GetViewEntry(SparkViewDescriptor descriptor) in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\Rendering\ViewEntryProviderCache.cs:line 30
at FubuMVC.Spark.SparkPrecompiler.<>c__DisplayClass7.<>c__DisplayClass9.<Precompile>b__6() in c:\BuildAgent\work\9542f8b3918bf7d5\src\FubuMVC.Spark\SparkPrecompiler.cs:line 38
at Bottles.Diagnostics.PackageLog.TrapErrors(Action action)