Search code examples
asp.net-mvc-2assembly-resolution

Bug in MVC2 means I need to compile the source, but nothing works with the compiled assembly


There seems to be an issue around generating IDs with indexers within the MVC Framework (as detailed here http://aspnet.codeplex.com/WorkItem/View.aspx?WorkItemId=5495).

To fix this, I've downloaded the source, modified it and tried using it - but due to the lack of snk file for signing in the source download, everything I try is resulting in referencing hell.

Is there a way I can fix this issue without re-compiling the source, or get my modified copy to work?

Thanks!


Solution

  • These steps work for me.