This Question is Possibly Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
6 Replies Last post: May 21, 2007 12:21 PM by Mikhail Pilin  
Ashwin Newbie 1 posts since
Aug 8, 2006
Currently Being Moderated

Aug 8, 2006 9:51 PM

ASP.Net app profiling - Just get "waiting" message

I know this has been posted before, but I've tried all recommended solutions with no luck. I'm using dotTrace 1.1.2 build 164.5 with IIS v5.1. Everytime I start start profiling I just get the "waiting" message and the "Start Profiling" and "Get Snapshot" buttons are disabled. I've registered the JetBrains.dotTrace.Core.ia32.dll and even reinstalled IIS. Any more ideas out there?

Guest
Currently Being Moderated
Aug 9, 2006 7:25 PM in response to: Ashwin
Re: ASP.Net app profiling - Just get "waiting" message

Hello Ashwin,

 

  Please try the latest dotTrace 2.0 EAP build (219). You can download it

from http://www.jetbrains.net/confluence/display/NetProf/Download

and it can be installed side-by-side with your 1.1.2 installation. If the

problem occurs with dotTrace 2.0 please send me your log file (at \Application

Data\JetBrains\dotTrace2\dotTraceClient.log) by e-mail.

 

Oleg Stepanov

Software Developer

JetBrains, Inc

http://www.jetbrains.com

"Develop with pleasure!"

 

I know this has been posted before, but I've tried all recommended

solutions with no luck. I'm using dotTrace 1.1.2 build 164.5 with IIS

v5.1. Everytime I start start profiling I just get the "waiting"

message and the "Start Profiling" and "Get Snapshot" buttons are

disabled. I've registered the JetBrains.dotTrace.Core.ia32.dll and

even reinstalled IIS. Any more ideas out there?

 

 

 

 

Carlos Panato Newbie 1 posts since
Apr 24, 2007
Currently Being Moderated
Apr 24, 2007 8:21 PM in response to: Oleg Stepanov (JetBrains)
Re: ASP.Net app profiling - Just get "waiting" message

Hello

 

I've installed the latest version and still get the message "connecting...". I'm trying to profiler a web application.

Can you help me?

George Udov Newbie 20 posts since
Jun 28, 2006
Currently Being Moderated
Apr 27, 2007 12:10 PM in response to: Carlos Panato
Re: ASP.Net app profiling - Just get "waiting" message

Hello Carlos,

 

1) Did you try to register dotTrace core (go in command line to dotTrace

installation directory and execute regsvr32 JetBrains.dotTrace.Core.ia32.dll

(or JetBrains.dotTrace.Core.amd64.dll if you have amd 64 machine) )?

 

2) If this doesn't help, could you please send us your dotTrace log file

(at \Application Data\JetBrains\dotTrace2\dotTraceClient.log)

by email?

 

George Udov

Software Engineer

JetBrains, Inc

http://www.jetbrains.com

"Develop with pleasure!"

 

Hello

 

I've installed the latest version and still get the message

"connecting...". I'm trying to profiler a web application.

 

Can you help me?

 

 

 

AllanG Newbie 1 posts since
Aug 14, 2006
Currently Being Moderated
Aug 15, 2006 2:11 AM in response to: Ashwin
Re: ASP.Net app profiling - Just get "waiting" message

Try changing the

Pierre Huguet Newbie 12 posts since
Oct 27, 2005
Currently Being Moderated
May 16, 2007 2:28 AM in response to: Ashwin
Re: ASP.Net app profiling - Just get "waiting" message

I have the same problem BUT the profiler works for 2 or 3 times before doing this. after that it shows... connecting

Mikhail Pilin JetBrains 516 posts since
May 23, 2005
Currently Being Moderated
May 21, 2007 12:21 PM in response to: Pierre Huguet
Re: ASP.Net app profiling - Just get "waiting" message

 

"Pierre Huguet" <no_reply@jetbrains.com> wrote in message

news:23555648.1179268152223.JavaMail.itn@is.intellij.net...

>I have the same problem BUT the profiler works for 2 or 3 times before

>doing this. after that it shows... connecting

 

The problem is .NET application cannot load our core dll.

 

To fix it:

1. As George says: regsvr32 JetBrains.dotTrace.Core.ia32.dll (or

JetBrains.dotTrace.Core.amd64.dll for x64 paltforms)

2. Check that you can profile .NET application (for example: dotTrace)

3. Check that your current IIS user (usually Internet Guest Account, but it

depends from your ISS authentication method) has the rights to read files

from dotTrace folder

 

Mikhail Pilin

Software Developer

JetBrains, Inc

http://www.jetbrains.com

"Develop with pleasure!"

 

 

 

More Like This

  • Retrieving data ...