send2vinnie / slimtune

Automatically exported from code.google.com/p/slimtune
MIT License
0 stars 0 forks source link

Support .NET 4.0 executables #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When trying to profile .NET 4.0 (beta 2) executables, SlimTune fails to 
connect to its target.

Original issue reported on code.google.com by tristanl...@gmail.com on 5 Jan 2010 at 2:18

GoogleCodeExporter commented 9 years ago
SlimTune doesn't support .NET 4.0 because I don't want to install the beta and 
some
changes need to be made in the backend code to allow it. I think I also need a 
beta
Windows SDK, which is kind of a pain in its own right. My intention for the time
being is to simply hold out for the final release.

If you're REALLY itching to try it, there are instructions here:
http://blogs.msdn.com/davbr/archive/2009/05/26/run-your-v2-profiler-binary-on-cl
r-v4.aspx
Let me know what happens, if you try it.

Original comment by promit....@gmail.com on 8 Feb 2010 at 6:09

GoogleCodeExporter commented 9 years ago
I've tried using the instructions you're pointing to and the results were a bit 
weird. 
The "connecting to target" dialog made 10 attempts and seem to have failed, but 
the 
program was launched, something which did not happen before. Upon closing the 
program, 
SlimTune didn't give any hint that it had collected some information. If you 
want any 
specific details on the behavior of the profiler, just ask and I'll check. It 
will be 
nice to have .NET 4 support, but I do most of my development with .NET 3.5 so 
I'll wait 
:).

Original comment by tristanl...@gmail.com on 8 Feb 2010 at 11:40

GoogleCodeExporter commented 9 years ago
It sounds like the backend was either not loaded at all, or gave up during
initialization. Can't really say more without trying it.

Priority drop for the time being. Possibly revisit for 0.3.x release series,
depending on timeframes involved.

Original comment by promit....@gmail.com on 14 Feb 2010 at 4:20

GoogleCodeExporter commented 9 years ago
Any news on .NET 4.0 support?

Original comment by hazar...@gmx.net on 16 Jul 2010 at 12:36

GoogleCodeExporter commented 9 years ago
.NET 4 support is up and running in SVN and will be available with the 0.3.0 
release. 

Original comment by promit....@gmail.com on 16 Jul 2010 at 2:07