Have you tried to debug into asp.net mvc source code?
I have a project and I want to link to asp.net mvc source code instead of the compiled dll in the GAC. I also have another validation library (xVal) which also uses the asp.net mvc dll. It seems that if I just replace my reference to asp.net mvc dll with the asp.net mvc project, the xVal will give me compiler error.
Do I need replace all those third party libraries with the source code project if I want to use the asp.net mvc source code?
Thanks,