.NIT

Thursday, November 27, 2003

Applying Attributes to Configure COM+ Services

This topic provides the default value of each design-time attribute in the System.EnterpriseServices namespace. by knowing the default value of each attribute, you can eliminate unnecessary attributes in your code

Applying Attributes to Configure COM+ Services

Wednesday, November 26, 2003

Unable to uninstall Assemby from GAC using gacutil /u

A bug was introduced when I upgraded MSN Messenger. Anyway, it was resolved by deleting the (default) value for the following
reg key:

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Installer\Assemblies\Global

Tuesday, November 25, 2003

MSN Messenger Ports

Basic text messaging/connection to Messenger server: port 1863 or 80 TCP and 443 TCP
File Transfer*: 6891-6900 TCP (this port range is not valid for MSN Messenger 6)
Webcam**: 9000 or 80 TCP
Audio*: 5004-65535 UDP
Video Conference (XP only)*: 5004-65535 UDP
Remote Assistance (XP only)*: 3389 TCP
Whiteboard/Application Sharing (XP only)*: 1503 TCP
Launch Site Games**: 80 TCP
* denotes features which can use Universal Plug and Play (UPnP), UPnP file transfer only
available in Windows Messenger 5, MSN Messenger 5 and MSN Messenger 6
** MSN Messenger 6 feature exclusively

Monday, November 24, 2003

Can I uninstall Windows Messenger in Windows XP?

Make sure you close Outlook, Outlook Express and the Messenger client.

Run this command in the CMD window (line may wrap, just copy/paste it):

RunDll32 advpack.dll,LaunchINFSection %windir%\inf\msmsgs.inf,BLC.Remove

Note: This will prevent a long delay when opening Outlook Express if you have the Contacts pane enabled. To prevent this, click Start, Run and enter REGEDIT Go to:

HKEY_LOCAL_MACHINE\Software\Microsoft\Outlook Express

Right click in the right pane and select New, Dword value. Give it the name Hide Messenger

Double click this new entry and set the value to 2.

Windows Messenger - Uninstall Windows Messenger

Thursday, November 13, 2003

Errata for Kalani's MCAD/MCSD series can be found here

TechContent : MCAD/MCSD Books

Monday, November 10, 2003

How to Exit a Console Application

Google Search: How to Exit a Console Application

Start...

.net class library