February 2006 - Posts
My karma around crystal products continue. After installing Crystal Reports XI R2, I tried to install visual studio extensions for WinFx, and in the end, Visual Studio was raising an exception, breaking installation In the event log, i was getting: Error
Read More...
Lately in a forum, someone asked for a simple mapper between objects from different domains (ex: Service Data Contract & Internal Types). Here's a simple way of do it, just as simple as using serialization. We serialize the source domain object, handle
Read More...
[UPDATE - 23-02-2006] - Some folks asked me how did I drilled down into the problem. Here are some pictures that illustrate how. If you've read some last posts ( 1 )( 2 ), you may wonder what kind of library am I using. It's Crystal Reports XI, from Business
Read More...
Here's a very small example of a memory leak in managed code. Today I found something similar navigating inside a library I consume. The problem is really simple: you subscribe an event on a long duration object. In this case, a singleton one. So, if
Read More...