removing LINQ preview

i'd like to remove the LINQ preview, as it is messing up some of my intellisense and autoformatting

how can i do this

thanks in advance




Answer this question

removing LINQ preview

  • DocJames

    BTW, I have removed it from the Add/Remove Programs applet.

    But, it's still very much there.

    The C# 3.0 compiler warning is there when I start, and the intellisense is still bringing up LINQ stuff.



  • vinay dubey

    Kevin, you need to run the "Uninstall VIsual Studio IDE Support.cmd" batch file to uninstall the IDE components. If you don't have this batch file, then reinstall LINQ using the msi, then run the IDE uninstaller, then uninstall LINQ again.

    -- Cyrus (http://blogs.msdn.com/cyrusn)

  • Andrew Walaszek

    thank you!



  • removing LINQ preview