Created
August 7, 2010 06:56
-
-
Save panesofglass/512535 to your computer and use it in GitHub Desktop.
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
| Build succeeded. | |
| "C:\Users\ryan\dev\ironrubyinaction\Chapter 6\MockChat.sln" (default target) (1) -> | |
| "C:\Users\ryan\dev\ironrubyinaction\Chapter 6\MockChat\MockChat.csproj" (default target) (3) -> | |
| (ResolveAssemblyReferences target) -> | |
| C:\Windows\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. | |
| Could not locate the assembly "System.Data.SQLite, Version=1.0.65.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, | |
| processorArchitecture=x86". Check to make sure the assembly exists on disk. If this reference is required by your code | |
| , you may get compilation errors. | |
| 1 Warning(s) | |
| 0 Error(s) | |
| Time Elapsed 00:00:01.28 |
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
| Server Error in '/MockChat' Application. | |
| Configuration Error | |
| Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. | |
| Parser Error Message: Could not load file or assembly 'System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified. | |
| Source Error: | |
| Line 39: <add assembly="System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> | |
| Line 40: <add assembly="System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> | |
| Line 41: <add assembly="System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> | |
| Line 42: <add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> | |
| Line 43: <add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/> | |
| Source File: C:\Users\ryan\dev\ironrubyinaction\Chapter 6\MockChat\web.config Line: 41 | |
| Assembly Load Trace: The following information can be helpful to determine why the assembly 'System.Web.Mvc, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' could not be loaded. | |
| WRN: Assembly binding logging is turned OFF. | |
| To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. | |
| Note: There is some performance penalty associated with assembly bind failure logging. | |
| To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. | |
| Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927 |
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
| Server Error in '/MockChat' Application. | |
| The IControllerFactory 'System.Web.Mvc.IronRuby.Controllers.RubyControllerFactory' did not return a controller for a controller named 'Home'. | |
| 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.InvalidOperationException: The IControllerFactory 'System.Web.Mvc.IronRuby.Controllers.RubyControllerFactory' did not return a controller for a controller named 'Home'. | |
| Source Error: | |
| An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. | |
| Stack Trace: | |
| [InvalidOperationException: The IControllerFactory 'System.Web.Mvc.IronRuby.Controllers.RubyControllerFactory' did not return a controller for a controller named 'Home'.] | |
| System.Web.Mvc.MvcHandler.ProcessRequest(HttpContextBase httpContext) +453 | |
| System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +599 | |
| System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171 | |
| Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927 |
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
| Server Error in '/MockChat' Application. | |
| Could not load file or assembly 'System.Data.SQLite, Version=1.0.61.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. An attempt was made to load a program with an incorrect format. | |
| 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.BadImageFormatException: Could not load file or assembly 'System.Data.SQLite, Version=1.0.61.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. An attempt was made to load a program with an incorrect format. | |
| Source Error: | |
| An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. | |
| Stack Trace: | |
| [BadImageFormatException: Could not load file or assembly 'System.Data.SQLite, Version=1.0.61.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. An attempt was made to load a program with an incorrect format.] | |
| System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0 | |
| System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +43 | |
| System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +127 | |
| System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +142 | |
| System.Reflection.Assembly.Load(String assemblyString) +28 | |
| System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +46 | |
| [ConfigurationErrorsException: Could not load file or assembly 'System.Data.SQLite, Version=1.0.61.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. An attempt was made to load a program with an incorrect format.] | |
| System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +613 | |
| System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +203 | |
| System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +105 | |
| System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +178 | |
| System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +54 | |
| System.Web.Compilation.ApplicationBuildProvider.GetGlobalAsaxBuildResult(Boolean isPrecompiledApp) +232 | |
| System.Web.Compilation.BuildManager.CompileGlobalAsax() +51 | |
| System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +337 | |
| [HttpException (0x80004005): Could not load file or assembly 'System.Data.SQLite, Version=1.0.61.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. An attempt was made to load a program with an incorrect format.] | |
| System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +58 | |
| System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +512 | |
| System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +729 | |
| [HttpException (0x80004005): Could not load file or assembly 'System.Data.SQLite, Version=1.0.61.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of its dependencies. An attempt was made to load a program with an incorrect format.] | |
| System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8897659 | |
| System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85 | |
| System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +333 | |
| Version Information: Microsoft .NET Framework Version:2.0.50727.4927; ASP.NET Version:2.0.50727.4927 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment