Activity overview
Latest activity by philippe.martens
Hi Jessica,
Installing .NET 4.5 does indeed solve the problem.
As .NET 4.5 replaces .NET 4.0, I'll now have to check it doesn't create problems elsewhere.
Regards / comments
Hi Jessica,
Installing .NET 4.5 does indeed solve the problem.
As .NET 4.5 replaces .NET 4.0, I'll now have to check it doesn't create problems elsewhere.
Regards
Hi Jessica,
I've first repaired, and then completely removed and reinstalled .NET 4 (Client Profile & Extended).
Because I also removed the multi-targeting pack (now I know it's part of Visual Studio 2010), I also had to uninstall Visual Studio 2010 SP1, repair Visual Studio 2010 and then reinstall Visual Studio 2010 SP1.
This took a lot of time, but doesn't change anything concerning the timelilne problem.
Regards. / comments
Hi Jessica,
I've first repaired, and then completely removed and reinstalled .NET 4 (Client Profile & Extended).
Because I also removed the multi-targeting pack (now I know it's part of Visual Stud...
Unfortunately, I don't use Re-Linq directly, I use it from NHibernate (and it is merged in NHibernate assembly).
Upgrading Re-Linq would then require upgrading NHibernate, and the latest versions come with an embedded proxy generator which doesn't support generic methods in generic classes (which I use in my infrastructure classes).
I would then need to endorse support for the Castle based ProxyGenerator from the version I'm currently using...
For now, I've just patched Re-Linq and rebuild it and NHibernate, but only for dev/test purposes.
So I'll wait for your correction of the problem.
Regards. / comments
Unfortunately, I don't use Re-Linq directly, I use it from NHibernate (and it is merged in NHibernate assembly).
Upgrading Re-Linq would then require upgrading NHibernate, and the latest versions c...
The problem is still present with version 8.3 / comments
The problem is still present with version 8.3
Profiler add a second mscorlib assembly
When recording performance for a program using Linq for NHibernate, the program crashed with a Type initilization error exception (but works normally outside of performance profiler).
After some in...
Unslected counters don't disappear from the graphs
I've recorded performance with several counters, but I would like to display only one of these at a time.
Even when I uncheck the boxes from the "Chart counters" zone in the upper left, the counter...
In a previous version (I don't remember if it was 6 or 7), it was also possible to create a bookmark from the green bar (or from the selected method corresponding to it).
This was very handy for drilling down. / comments
In a previous version (I don't remember if it was 6 or 7), it was also possible to create a bookmark from the green bar (or from the selected method corresponding to it).
This was very handy for dr...