locked
Unable to load .sqlproj project in visual studio 2010 RRS feed

  • Question

  • I am unable to load my database project in visual studio.

    When i load my project i get error like ".sqlproj is not supported by the application".

    Any help will be appreciated.

    • Moved by Sethu Srinivasan Wednesday, October 31, 2012 5:25 PM SSDT (From:Getting started with SQL Server)
    Sunday, October 28, 2012 4:05 AM

Answers

  • .sqlproj is the extension for the project file used by SSDT (Sql Server Data Tools)

    Therefore you need to install SSDT either from a SQL Server 2012 DVD or from Web Plattform 

    http://msdn.microsoft.com/en-us/data/tools.aspx

    if you only need database support and no support for SSAS , SSIS and SSRS.


    Please use Mark as Answer if my post solved your problem and use Vote As Helpful if a post was useful.

    • Proposed as answer by Janet Yeilding Wednesday, October 31, 2012 8:34 PM
    • Marked as answer by Janet Yeilding Friday, November 2, 2012 5:59 PM
    Sunday, October 28, 2012 3:57 PM

All replies