Welcome to DevAuthority.Com Sign in | Join | Help

December 2005 - Posts

I try to avoid link posts, but this one is just too valuable not to mention. Gaston Milano has come up with a little add-in for Visual Studio which adds a couple small bits of functionality. One of these features is the ability with 2 mouse clicks Read More
While typing some code, I noticed that REM is still supported as a way to comment code. The only reason I can see why one would want to do this is to retain legacy code. There are some other really old features that haven't been documented since VB3, Read More
For anyone who has experienced the repeated exceptions in VS 2005, try turning off Edit and Continue. I turned it off over a week ago and have not seen the problem since. Now to fix the problem of forms not rendering in design time when using object binding Read More
By default, User controls dispose of all of the controls as part of their cleanup process. However, when using a DataGridViweComboBoxColumn, the column is still bound to the data source. While disposing you can encounter multiple exceptions Read More