Create a new project, make it a C# console application, use all default settings. Open the generated Program.cs file and replace its contents with the following:
namespace ConsoleApplication1 { public class ParameterAttribute: System.Attribute { } class Program { [Parameter( name:"foo" )] int Field1; static void Main( string[] args ) { } } }
I know, there is an error in the code; please bear with me:
Move the mouse pointer over the word "name" in the code, and click. In other words, place the caret inside "name".
I hope you have saved everything, because once you do that, Visual Studio 2010 disappears without even saying good bye. It panic-quits!
More information: I am on Win7 x64 SP1, and this is what I get from Visual Studio / Help / About / Copy Info:
Microsoft Visual Studio 2010 Version 10.0.40219.1 SP1Rel Microsoft .NET Framework Version 4.5.50709 SP1Rel Installed Version: Ultimate Microsoft Visual C# 2010 01019-532-2002102-70075 Microsoft Visual C# 2010 Microsoft Visual C++ 2010 01019-532-2002102-70075 Microsoft Visual C++ 2010 Microsoft Visual F# 2010 01019-532-2002102-70075 Microsoft Visual F# 2010 Microsoft Visual Studio 2010 Architecture and Modeling Tools 01019-532-2002102-70075 Microsoft Visual Studio 2010 Architecture and Modeling Tools UML® and Unified Modeling Language™ are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries. Microsoft Visual Studio 2010 Code Analysis Spell Checker 01019-532-2002102-70075 Microsoft Visual Studio 2010 Code Analysis Spell Checker Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved. The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved. Microsoft Visual Studio 2010 Team Explorer 01019-532-2002102-70075 Microsoft Visual Studio 2010 Team Explorer Microsoft Visual Web Developer 2010 01019-532-2002102-70075 Microsoft Visual Web Developer 2010 Crystal Reports Templates for Microsoft Visual Studio 2010 Crystal Reports Templates for Microsoft Visual Studio 2010 Microsoft Visual Studio 2010 SharePoint Developer Tools 10.0.40219 Microsoft Visual Studio 2010 SharePoint Developer Tools Microsoft Visual Studio 2010 Ultimate - ENU Service Pack 1 (KB983509) KB983509 This service pack is for Microsoft Visual Studio 2010 Ultimate - ENU. If you later install a more recent service pack, this service pack will be uninstalled automatically. For more information, visit http://support.microsoft.com/kb/983509.
The related discussion at The Code Project can be found here:
The Code Project: The Lounge: VS2010 C# intellisense crash - reproduce and confirm
No comments:
Post a Comment