Profiler crashes when trying to profile anything
Mdozier
Posts: 6
I am developing on a Windows Server 2003 VM using VMWare. I purchased and installed the .NET Developers Bundle. I am not able to profile my ASP.NET application which is built with Visual Studio 2008. Every time I launch the profiler and select the options, the profiler UI will crash as it is trying to connect. I created a simple Windows application and tried to profile it. The same thing happened.
I have a separate Win Server 2008 VM with a project I am developing with Visual Studio 2010 and do not have any problems profiling it.
I also created a new Win Server 2003 VM just to make sure there wasn't anything on the original that would cause this problem and got the same crash.
I have a separate Win Server 2008 VM with a project I am developing with Visual Studio 2010 and do not have any problems profiling it.
I also created a new Win Server 2003 VM just to make sure there wasn't anything on the original that would cause this problem and got the same crash.
Comments
Can you please explain the nature of the "crash"? Is there an error report, and did you "send it to red gate" or is the app your profiling actually the thing that is "crashing"? If so, can you get a memory dump or stack trace from the faulting application?
Thanks!
I did noticed that the UI uses DevExpress controls version 10.1. We use DevExpress version 10.2. I doubt this is causing a problem, but thought I would mention it.
ftp://support.red-gate.com/utilities/AutoDumper.zip
Extract all files to disk, open a command prompt and run
cscript adplus.vbs -crash -pn RedGate.Profiler.UI.exe
If profiler exits unexpectedly, there should be a full dump file created. We can have a look at this and see why the runtime stopped.
I can set up an FTP account for you to upload it to.