Comments
Sort by recent activity
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
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...
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...