Archives » March, 2005

Remote Desktop Client Caching Errors and SSL

My laptop at work likes to core dump from time to time, and when it dumped yesterday I was in the middle of a Remote Desktop session.
After that, when I tried to use the RDC to connect to my machine at home, I got errors about the Bitmap Cache being non-existant or corrupt, and recommended [...]

Read: Remote Desktop Client Caching Errors and SSL

A note on mimeDefang and ClamAV

So i’ve been trying to figure out why the log files for clamd and freshclam (part of ClamAV) are being created using the clamav user. I reassigned the clamd and freshclam user to defang in their respective configuration files, so that mimeDefang can effectively call all the required daemons.
However, I forgot to edit the [...]

Read: A note on mimeDefang and ClamAV

It’s alive…

Well, that may be a slight exaggeration. I finally posted my contact information (see the About link above), so please email me with any issues you have with Neuron.
I’m trying to finalize the Neuron design for the Alexking theme contest. I really don’t expect to win, as I’ve seen a number of awesome [...]

Read: It’s alive…

Fresh eyes…

And so, fresh eyes have yielded the solution…
When serializing a class that inherits the CollectionBase object, the objects you put into the Collection must also be serialized. For example, my SurveyResponseCollection class inherits CollectionBase and it’s methods allow for the addition, removal, and indexing of my SurveyResponse class. BOTH the SurveyResponseCollection and the [...]

Read: Fresh eyes…

Serialize This!

I am currently extremely frustrated with .NET. I’m trying to create a small form page to edit some survey questions. To do so, I would like to add a class which I derived from the System.Collections.CollectionBase object.
I have applied I think all the calls that should be necessary to serialize the object, but [...]

Read: Serialize This!