Remember that setup error a few saw in 1.4.x? I'm seeing it for 1.5.1 (latest Source Code version), but I'm only running VS2010, .Net 4.0, and MVC 3.
Any Ideas why I'm seeing this?
It's the same error screen as this post (
http://orchard.codeplex.com/discussions/346877/), except I have a fresh box, never installed VS11 or .Net4.5 or MVC 4 Beta.
Instances cannot be resolved and nested lifetimes cannot be created from this LifetimeScope as it has already been disposed.
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.ObjectDisposedException: Instances cannot be resolved and nested lifetimes cannot be created from this LifetimeScope as it has already been disposed.
Source Error:
Line 23: @if (Model.Messages != null) {
Line 24: <div id="messages">
Line 25:
@Display(Model.Messages)
Line 26: </div>
Line 27: }