Activity overview
Latest activity by El Mark
Strange.. right?
From all of the digging I've done online today, it looks like this error happens randomly on some machines during random web service recompiles.
Whether .Net 1.1 is *supposed* to compile dynamically or not.. i know that for my tenure developing for .Net 1.1 web services, the first load is ALWAYS super slow to load because it's compiling.... something.
The issue seems to be worsened by attaching ANTS to it..
I have a work around that seems to be ok:
run every webservice you expect to profile with Ants unattached.
This will allow the "first time" compile to happen without Ants.
then run Ants to profile the app.
It's working for now.
thanks for the insights.
-Mark / comments
Strange.. right?
From all of the digging I've done online today, it looks like this error happens randomly on some machines during random web service recompiles.
Whether .Net 1.1 is *supposed* to c...
Performance Profiling .Net 1.1 Web Service
I just downloaded a trial of the Profiler 4 product.
Trying to profile an ASP.Net web service for our legacy 1.1 application.
The web service is written in VB.Net, .Net 1.1.
When the Internet Explo...