Click here to Skip to main content
16,005,241 members
Home / Discussions / C#
   

C#

 
GeneralCorrection Pin
Tristan Rhodes5-Apr-04 13:28
Tristan Rhodes5-Apr-04 13:28 
GeneralArray of objects and Serialization Pin
pedro rivera5-Apr-04 5:41
pedro rivera5-Apr-04 5:41 
GeneralRe: Array of objects and Serialization Pin
Heath Stewart5-Apr-04 6:00
protectorHeath Stewart5-Apr-04 6:00 
GeneralThanks!. Pin
pedro rivera5-Apr-04 7:05
pedro rivera5-Apr-04 7:05 
GeneralRe: Array of objects and Serialization Pin
LongRange.Shooter5-Apr-04 9:01
LongRange.Shooter5-Apr-04 9:01 
GeneralClientRectangle - No Docking Calculation Pin
Tristan Rhodes5-Apr-04 4:42
Tristan Rhodes5-Apr-04 4:42 
GeneralRe: ClientRectangle - No Docking Calculation Pin
Heath Stewart5-Apr-04 5:19
protectorHeath Stewart5-Apr-04 5:19 
GeneralHeads up on big issue if you hit it.... Pin
LongRange.Shooter5-Apr-04 3:35
LongRange.Shooter5-Apr-04 3:35 
We have a fairly large project which is a WinForm project.
After working on this project after awhile we began to hit a nasty situation where Intellisense lost it's intelligence, code lost its' color coding, and the Intellisense popup boxes did not display the objects namespace. At its worse, Intellisense, automatic formatting, and all color-coding completely failed. It left us with having to code blindly and hoping the code would compile correctly.

The bigger bugger of it all is that it seemed to happen eratically after working in the IDE for hours-on-end doing continuous change/build/debug cycles with no regular, re-creatable scenarios. We usually had to reboot to try and fix it.

Last week we finally nailed the bugger, reproed it on an un-managed machine and on an MS-built machine which led to the discovery of the cause. Talk about oblique:

If you are building a WinForm application
AND you are adding third party controls
AND the third party controls update the license.licx file

There is a known bug that VS will randomly append an additional
blank line to the end of the file. When this happens, it will
lead to Intellisense going brain dead!!! This will not be fixed
until Widbey. Cry | :((

Workaround: open your license file and delete the extra line.



___________________
Forgoing antagonism and separation, one enters into the harmonious oneness of all things. Lao Tzu
GeneralRe: Heads up on big issue if you hit it.... Pin
Heath Stewart5-Apr-04 4:23
protectorHeath Stewart5-Apr-04 4:23 
GeneralRe: Heads up on big issue if you hit it.... Pin
LongRange.Shooter5-Apr-04 9:06
LongRange.Shooter5-Apr-04 9:06 
GeneralRe: Heads up on big issue if you hit it.... Pin
Carl Mercier5-Apr-04 17:13
Carl Mercier5-Apr-04 17:13 
GeneralRe: Heads up on big issue if you hit it.... Pin
LongRange.Shooter6-Apr-04 2:54
LongRange.Shooter6-Apr-04 2:54 
GeneralRe: Heads up on big issue if you hit it.... Pin
Carl Mercier6-Apr-04 3:31
Carl Mercier6-Apr-04 3:31 
GeneralMultiple projects & dependencies… Pin
Anonymous5-Apr-04 2:33
Anonymous5-Apr-04 2:33 
GeneralRe: Multiple projects & dependencies… Pin
Mike Dimmick5-Apr-04 2:52
Mike Dimmick5-Apr-04 2:52 
GeneralRe: Multiple projects & dependencies… Pin
Heath Stewart5-Apr-04 4:32
protectorHeath Stewart5-Apr-04 4:32 
GeneralColumnStyle event Pin
boulite5-Apr-04 2:09
boulite5-Apr-04 2:09 
GeneralRe: ColumnStyle event Pin
Dave Kreskowiak5-Apr-04 2:25
mveDave Kreskowiak5-Apr-04 2:25 
GeneralRe: ColumnStyle event Pin
boulite5-Apr-04 3:05
boulite5-Apr-04 3:05 
GeneralStrange Problem with loading pictures Pin
Snowjim4-Apr-04 22:52
Snowjim4-Apr-04 22:52 
GeneralRe: Strange Problem with loading pictures Pin
Heath Stewart5-Apr-04 4:35
protectorHeath Stewart5-Apr-04 4:35 
GeneralRe: Strange Problem with loading pictures Pin
Snowjim5-Apr-04 6:39
Snowjim5-Apr-04 6:39 
GeneralRe: Strange Problem with loading pictures Pin
Heath Stewart5-Apr-04 6:55
protectorHeath Stewart5-Apr-04 6:55 
GeneralIf (something) or (somethingElse) problem Pin
IanBatty4-Apr-04 22:45
IanBatty4-Apr-04 22:45 
GeneralRe: If (something) or (somethingElse) problem Pin
Colin Angus Mackay4-Apr-04 23:08
Colin Angus Mackay4-Apr-04 23:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.