views:

19

answers:

1

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!

+1  A: 

These steps work for me.

Craig Stuntz
Found that very same article this-morning, thanks!
Kieron