Windows XP SP2 Firewall and ConsoleApplication1

Michael Schwarz on Friday, January 23, 2004

If you are using the new Windows XP SP2 (at the moment in beta) there will apear the firewall settings if one of your programs try to access the internet or are listening on at least one port. The Windows XP SP2 firewall will display all programs that tried to access the internet in one list. All of us that are creating ConsoleApplication1 for demonstration of libraries do not fill the settings in the AssemblyInfo.cs. The problem now is that you will not see any title in this list. After a rebuild the firwall wizard shows again the list with another item that will not display a title, so: Which one do you want to choose?

It would be nice if the title is blank that the wizard shows the complete path. You can specify the title in the AssemblyInfo.cs:

[assembly: AssemblyTitle("")]