Comments
Sort by recent activity
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...