The source code is different than the original version

Dracarnion

Member
Joined
Apr 10, 2007
Messages
11
Programming Experience
5-10
I'm running into a problem debugging some code. I keep getting the message when trying to run a subroutine in a referenced DLL. It says "The source code is different than the original version"

I have tried recompiling the DLL program and re-adding the reference, but to no avail. The best I can do is disable a checkbox that says the source code has to match exactly, but then the debugger doesn't recognize any of my changes and won't stop on newly written code.

I'd really appreciate any help as I have been stuck and not productive since I've hit this.


Thanks in advance
 
Back
Top