Comments
Sort by recent activity
My service does not invoke the C# compiler. The errors are coming from the service that I am profiling. I was just profiling a 'release' build which did not have the PDB files for the service.
I'm going to setup the profiling in a dev environment so I can see the code and dig a bit deeper. I don't expect to run into any permissions issues there but will let you know. / comments
My service does not invoke the C# compiler. The errors are coming from the service that I am profiling. I was just profiling a 'release' build which did not have the PDB files for the service.
I'...
In this scenario we have the service running under a specific user account. It appears that account needs additional permissions when trying to profile it. For a quick work-around we just made it a member of the local administrators group. / comments
In this scenario we have the service running under a specific user account. It appears that account needs additional permissions when trying to profile it. For a quick work-around we just made it...