C
corey.hutchinson
I have an application that when I run it in VS 2005 debug mode it
operates faster (10 fold) than when I execute the exe directly from
the bin directory. The one operation in particular in which the
performance differs so greatly is when the app makes a call to another
service and inserts the return data into a SQL server. I have
verified there is nothing shady going on in the SQL server. This is
also not a new problem I have been working it for 2 weeks, I have
tried rebooting, testing during all times of the day, different
machines, etc ... I almost want to say there are different assemblies
being loaded but I can't tell that for sure.
I have no idea how to continue troubleshooting such a case. Does
anyone have any ideas or know of any tools that may help me?
Thanks
Hutch
operates faster (10 fold) than when I execute the exe directly from
the bin directory. The one operation in particular in which the
performance differs so greatly is when the app makes a call to another
service and inserts the return data into a SQL server. I have
verified there is nothing shady going on in the SQL server. This is
also not a new problem I have been working it for 2 weeks, I have
tried rebooting, testing during all times of the day, different
machines, etc ... I almost want to say there are different assemblies
being loaded but I can't tell that for sure.
I have no idea how to continue troubleshooting such a case. Does
anyone have any ideas or know of any tools that may help me?
Thanks
Hutch