I am using Visual Studio 2013, .NET Framework 4.0 and C #.
I am trying to debug a file in my project. I have a project for debugging the assembly in the project properties, while not optimizing the "optimize". And yet, whenever I try to debug this project, it cannot load characters. Therefore, I go to the modules window for loading symbols, and in the dll the column "Optimized" is set to "Yes", the column "User code" is set to "No", and the message "Binary file was not created with debugging information" in the column The state of the character.
I cleaned and rebuilt, reset iis, and manually cleared the temporary asp.net files many times, to no avail.
Does anyone know how to solve this?
source share