Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NewRelic for .NET needs COR_ENABLE_PROFILING set to 1 in registry

I just installed the NewRelic .NET agent on our test server. I got an error saying that the installer was unable to access the registry and that COR_ENABLE_PROFILING needs to be set to 1 before the agent will work.

How can I set COR_ENABLE_PROFILING to 1?

like image 285
Ryan Bosinger Avatar asked Oct 30 '12 21:10

Ryan Bosinger


1 Answers

Create a System Environment variable COR_ENABLE_PROFILING and set the value to 1 and restart server just in case.

like image 132
Fahad Avatar answered Oct 05 '22 01:10

Fahad