Description:
Here is the exact error in eventlog:
".NET Runtime version 4.0.30319.18033 - There was a failure initializing profiling API attach infrastructure. This process will not allow a profiler to attach. HRESULT: 0x80004005. Process ID (decimal): 2976. Message ID: [0x2509]."
The process does work as expected except this error in event log which is a concern though we have not see any issues arising out of this error but we want to proactively deal with it. The reason for running the .Net 2.0 assembly in .Net 4.0 is to avoid the dependency on .Net 2.0 if it is not available on the machine. I want to know a way to get rid off the error in evenlog and also the issues it can possible cause due to the reported error. In advance thanks for your time helping me on this!