Activity overview
Latest activity by randar.puust
I tried the idea of removing the pdb and it worked perfectly! [image] For anybody who runs into the same problem, I actually put the following as a post build step into our solution since we really don't care about debugging the AjaxToolkit. @rem Removing the PDB which is causing issues with ANTS profiler
del /Q $(TargetDir)AjaxControlToolkit.pdb
This deletes it every time and allows ANTS to work for anybody on my team without having to figure out why it is failing. / comments
I tried the idea of removing the pdb and it worked perfectly! For anybody who runs into the same problem, I actually put the following as a post build step into our solution since we really don't...
ANTS and AjaxControlToolkit
I am fairly new to ANTS Profiler (6.1.0.119), but I'm running into an issue right out of the gate. We have a system that uses:
AjaxControlToolkit
Kentico 5.5
ASP.Net 2.0/3.5
The application works ...