.NET crashing

P

Peter

I've installed ProfileSharp 1.3 profiler from http://www.softprodigy.com
and now I am getting the following error when one of mine .NET services
starts. I have uninstalled the ProfileSharp, but I am still getting the
error message and it's taking down one of my services. How can I fix this
or where can I look for more info?

Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 1022
Date: 6/19/2008
Time: 8:12:49 AM
User: N/A
Computer: DEPLOYPS01
Description:
..NET Runtime version 2.0.50727.1433 - Failed to CoCreate profiler.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
 
J

Jeroen Mostert

Peter said:
I've installed ProfileSharp 1.3 profiler from http://www.softprodigy.com
and now I am getting the following error when one of mine .NET services
starts. I have uninstalled the ProfileSharp, but I am still getting the
error message and it's taking down one of my services. How can I fix this
or where can I look for more info?

Event Type: Error
Event Source: .NET Runtime
Event Category: None
Event ID: 1022
Date: 6/19/2008
Time: 8:12:49 AM
User: N/A
Computer: DEPLOYPS01
Description:
.NET Runtime version 2.0.50727.1433 - Failed to CoCreate profiler.

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
http://www.justfuckinggoogleit.com?query=failed+to+cocreate+profiler

Second hit. Different product, same principle.
 
B

Ben Voigt [C++ MVP]

Peter said:
I've installed ProfileSharp 1.3 profiler from
http://www.softprodigy.com and now I am getting the following error
when one of mine .NET services starts. I have uninstalled the
ProfileSharp, but I am still getting the error message and it's
taking down one of my services. How can I fix this or where can I
look for more info?

http://blogs.msdn.com/davbr/archive/2007/12/11/debugging-your-profiler-i-activation.aspx

I guess you need to get rid of the Cor_Enable_Profiling and COR_PROFILER
environment variables.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top