Welcome to Office Zealot Sign in | Join | Help

October 2005 - Posts

VS2005 Uninstall Utility

Found a good link to an uninstall tool for previous versions of VS 2005 http://blogs.msdn.com/danielfe/archive/2005/10/27/485863.aspx I have not run this but found the link of value.
Posted by rod | 2 Comments

AOL Really Likes Spam

I got an e-mail last week letting me know that my www.mailblocks.com account will be closed. Mailblocks is a challenge and response system for e-mail. Basically this service really cuts down on the spam you receive because it requires senders to validate
Posted by rod | 0 Comments

Code Camp Seattle and A Full On Geek Weekend

This is going to be a great weekend. I am speaking at Code Camp Seattle this weekend. http://pacwest.ms/codecamp/sea/1/ I am giving three intro sessions Intro To ADO.NET Intro to WinForms Intro to ASP.NET Applications and Web Services Along with code
Posted by rod | 0 Comments

Compiler Warnings Override Bug

Ok… The plot thickens If you go into the Compile dialog of the VS.IDE and specify error warnings to ignore VS overwrites any manual additions to this setting. If you make changes to the NOWARN section you will need to redo them if you go into the
Posted by rod | 0 Comments

Ignoring Visual Basic .NET Compiler Warnings

We have been converting an application developed in VS2003 to VS2005. One of the new features of VS2005 and VB.NET is that it reports a ton of compiler warnings which is great! There is one issue we found though. We have a number of CLS non compliant
Posted by rod | 0 Comments

Great Reason to Adopt VS 2005

If you are a WinForms developer you are going to see DRAMATIC increases in performance. I have been working on performance tuning a WinForms applictation that has a dynamically generated interface. I have been using Ants Profiler from www.red-gate.com
Posted by rod | 1 Comments