kyourek/script-keeper

Example MVC project does not run in the Microsoft .NET framework.

Closed this issue · 2 comments

What steps will reproduce the problem?
1. Open the Keeper.OfScripts solution in VS2008, or compile in MonoDevelop on 
Windows using the Microsoft .NET framework.
2. Set the Keeper.OfScripts.Example project as the startup project.
3. Run the solution.

What is the expected output? What do you see instead?
The example should run and open a web page hosted on a local server. The page 
should show 3 videos. Instead, an exception is thrown and the exception detail 
is seen. The exception has to do with the local reference to System.Web.Mvc. 
The .NET framework can't decide to use the local reference or the reference in 
the GAC.


Original issue reported on code.google.com by kyou...@gmail.com on 30 Jan 2012 at 7:31

Original comment by kyou...@gmail.com on 30 Jan 2012 at 8:02

  • Added labels: Type-Task
  • Removed labels: Type-Defect
This should be fixed. A completely new example project was created using Visual 
Studio 2008.

Original comment by kyou...@gmail.com on 11 Feb 2012 at 12:19

  • Changed state: Fixed