Activity overview
Latest activity by Brian_D
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...
Unable to generate a temporary class
I receive the below error when profiling a Windows Service on a Windows 2008 R2 system.
Unable to generate a temporary class (result=1).
error CS2001: Source file 'C:\Windows\TEMP\6owpuue3.0.cs' co...