Windows Xp and file copy
on April 26th, 2008
On category: General

This morning I select some folders from my external HD, CTRL+C and then CTRL-V in a folder of my secondary disk. The external disk begins to read at full speed, the OS shows me a windows that tells Preparing to copy operation That windows stands on my desktop for 20 minutes before it begins actually [...]

Continue reading about Windows Xp and file copy

One of my friends told me that one of the most interesting news of Visual studio 2008 is the ability to debug javascript ….. but this is possible even with visual studio 2005. Just try to write the line debugger; into javascript code and when you run the page you are prompted to attach a [...]

Continue reading about Unknown feature of visual studio 2005 … javascript debugger

Sometimes .NET surprise me even if it is a really long time I work with it, some days ago I discovered that a string can contains Null characters. This seems strange to me because chars are value type, and a value type sould never assume value nothing, but it can for string. I have an [...]

Continue reading about Strings with Null characters

Working with MSHTML
on April 26th, 2008
On category: .NET framework

If you need to parse an html content, the MSHTML library can be a viable solution, it is quite simple to use even if it has some peculiarity, the first thing to do is to load data from a source, maybe you have the HTML content on a string, (perhaps you downloaded the page with [...]

Continue reading about Working with MSHTML

Yesterday one of my colleagues stopped for a while the cc.net in our server, then this morning I look at the dashboard and find an error Unable to read the specified saved state. The configuration data may be invalid. after some minutes wendering in internet trying to find a solution I check the cc.net directory, [...]

Continue reading about CC.NEt and Unable to read the specified saved state. The configuration data may be invalid.