MySpaceNG Development Page

Monday, July 10, 2006

Disable the LINQ warning!

Howdy All,

How sad is it when an anoying dialog derails you from using an exciting new technology? Very, so I have found a way to disable the anoying warning that ships with LINQ. And, it's not even hard!

1) Start the registry editor
2) Navigate to: HKCU\SOFTWARE\Microsoft\VisualStudio\8.0\CSharp\Options\Editor
3) If the key DisplayAlphaWarning exists, set it to zero. If it doesn't, create a new DWORD value called 'DisplayAlphaWarning' and set it to zero (the default)

TA DA!

0 Comments:

Post a Comment

<< Home