Hello,
We are running into a problem I was wondering if anyone has seen
before.
We are using EIF for some of our com+ and web services and so have
the config files that need to be updated with information about each
component.
We use a internal build and move process to get our code built and
then moved to our com+ servers. I modified our internal move process
to update these config files at the time the component or web service
is being moved.
The problem is that we are getting this error during our testing:
The process cannot access the file
"WebServices.EnterpriseInstrumentation.config" because it is being used
by another process.
What I think is going on is that at the time the move process is trying
to put the new config entries into the config file, another component
is trying to use the config file for it's trace logging and thus
failing.
I have tried to find information on this out on Microsoft's site to see
if this is an issue but have had no luck. I'm wondering if others have
run into similiar issues that could give me some input?