I am having an issue debugging a Visual Studio project after we completed the CU8 upgrade. It worked fine with Visual Studio 2010, but not so much with 2013. The project is in the AOT and the code is being executed properly within AX. The previous routine to debug it was to deploy the project from VS then close and reopen the client so the newest .dll would be pulled into the users VSAssemblies folder. I also had to manually add the .pdb file to the VSAssemblies folder. Then I was able to debug and attach to the AX32.exe process and it would load the symbols and hit the breakpoints within the project. Doing the same process with VS2013 does not work. It is saying the .pdb that is deployed with the .dll does not match, even when manually trying to load the symbol file. I have restarted the AOS, deleted VSAssemblies folder so it refreshes everything, compared the VS2013 debug settings with VS2010, and checked the server configuration settings and they all appear to be the same. Has anyone else ran into this issue?
*This post is locked for comments
I have the same question (0)