Created
November 28, 2014 07:49
-
-
Save julianjelfs/95ba2f456c58363bfb1b to your computer and use it in GitHub Desktop.
k run error on ubuntu 14.04 with asp.net vNext HelloMvc
This file contains hidden or 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
| Microsoft.Framework.Runtime.Roslyn.RoslynCompilationException: /home/julianj/Projects/vNext/Home/samples/HelloMvc/Startup.cs(9,31): error CS0246: The type or namespace name 'IBuilder' could not be found (are you missing a using directive or an assembly reference?) | |
| at Microsoft.Framework.Runtime.Roslyn.RoslynProjectReference.Load (IAssemblyLoadContext loadContext) [0x00000] in <filename unknown>:0 | |
| at Microsoft.Framework.Runtime.Loader.ProjectAssemblyLoader.Load (System.String name, IAssemblyLoadContext loadContext) [0x00000] in <filename unknown>:0 | |
| at Microsoft.Framework.Runtime.Loader.ProjectAssemblyLoader.Load (System.String name) [0x00000] in <filename unknown>:0 | |
| at klr.host.LoaderContainer.Load (System.String name) [0x00000] in <filename unknown>:0 | |
| at klr.hosting.RuntimeBootstrapper+<>c__DisplayClasse.<ExecuteAsync>b__4 (System.Reflection.AssemblyName assemblyName) [0x00000] in <filename unknown>:0 | |
| at klr.hosting.RuntimeBootstrapper+<>c__DisplayClasse.<ExecuteAsync>b__7 (System.Object sender, System.ResolveEventArgs a) [0x00000] in <filename unknown>:0 | |
| at System.AppDomain.DoAssemblyResolve (System.String name, Boolean refonly) [0x00000] in <filename unknown>:0 | |
| at (wrapper managed-to-native) System.AppDomain:LoadAssembly (System.AppDomain,string,System.Security.Policy.Evidence,bool) | |
| at System.AppDomain.Load (System.Reflection.AssemblyName assemblyRef, System.Security.Policy.Evidence assemblySecurity) [0x00000] in <filename unknown>:0 | |
| at (wrapper remoting-invoke-with-check) System.AppDomain:Load (System.Reflection.AssemblyName,System.Security.Policy.Evidence) | |
| at System.AppDomain.Load (System.Reflection.AssemblyName assemblyRef) [0x00000] in <filename unknown>:0 | |
| at (wrapper remoting-invoke-with-check) System.AppDomain:Load (System.Reflection.AssemblyName) | |
| at System.Reflection.Assembly.Load (System.Reflection.AssemblyName assemblyRef) [0x00000] in <filename unknown>:0 | |
| at Microsoft.Framework.Runtime.DefaultHost.GetEntryPoint (System.String applicationName) [0x00000] in <filename unknown>:0 | |
| at Microsoft.Framework.ApplicationHost.Program.ExecuteMain (Microsoft.Framework.Runtime.DefaultHost host, System.String applicationName, System.String[] args) [0x00000] in <filename unknown>:0 | |
| at Microsoft.Framework.ApplicationHost.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment