0

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!

Kieron
  • 26,748
  • 16
  • 78
  • 122
  • What is the problem you are trying to solve? Maybe it can be addressed from a different angle. – Bill Yang May 21 '10 at 23:46
  • As the link describes, the IDs generated when using an IList are incorrect, meaning post information doesn't get correctly bound to the models. – Kieron May 22 '10 at 07:12

1 Answers1

1

These steps work for me.

Craig Stuntz
  • 125,891
  • 12
  • 252
  • 273