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