Archives for 2004

Great indexing/search tool for Outlook - Lookout

Jul 28, 2004

I downloaded that tool yesterday evening after reading this Lookout download on Microsoft.com. And I find the tool absolutly good. So if you are using Outlook and you get hundreds of email, download it.

Continue reading

Groove 3.0 update

Jul 27, 2004

I am having an issue with my groove pro accounts. I reported that to groove supprt and till that time I am waiting that they fix the issue. This evening I just made a check update from the groove interface and know it is downloading. I really hope that thiw update will fix my issue cause I can't work with my pro data since 2 weeks. More to come when the update is finished.

<u>Update</u>: I still get the same error after installing the update. I am so :-( Going to bed...

Continue reading

Resharper 1.0 released

Jul 23, 2004

Yeah that's right R# Resharper 1.0 is released today by Jetbrains. I find this addin a must. I tested it for a certain time now and I am impressed about it.

I wrote two articles (in French) about it published on my web site <a title="Tech Head Brothers" href="http://www.techheadbrothers.com">Tech Head Brothers</a>:

Continue reading

Managing IIS with scripts

Jul 23, 2004

I needed to create a virtual directory in IIS 6 during the deployment of one of our backend application on a Windows 2003 server. This application is a COM component written in C++ that I developed wrapping a very old VB6 COM component. The whole exposed as a Web Service using the SOAP Toolkit 3. I already discussed about it here.

So I created a script that will register both COM component, by the way regsvr32 is really bad cause it doesn't return different value if it fails. Right now I have no verification in the script that let me know if the registration went well. I plan to add it in a second step by reading the content of the registry using the reg command. The script is using the <em>SOAPVDIR.CMD</em> packaged with the SOAP Toolkit 3 to create the Virtual Directory with the soap ISAPI of the SOAP Toolkit 3:

Continue reading

Page 9 of 22