I'm trying to debug an ASP.Net web project that I received. I modified a class in the "Apps_LocalResources"
folder.
When I debug and the code tries to step into that class, I get
"The source file is different from when the module was built.".
I rebuilt the solution and didn't get any change. I even published it to a different location and the pdb and dll in the bin folder didn't change so I didn't copy them over.
Ideas?