I was following a Tutorial which is using VS 2013, and for me the option Startup script in ProjectSettings -> Debug is greyed out. I am using VS 2013 Express, so is that a limitation for Express?
Yes seems to be limited, now I'm using VS2015 and it is there.
Related
Trying to connect my Visual Studio Team Services server in SQL Data Tools 2010, but getting the following error, i have correctly installed the Microsoft Visual Studio Team Explorer 2010 - ISO
Visual Studio online currently only works with VS2013 and above. It's not support for SSDT2010. You may need to use SSDT in VS2013 and try again.
SSDT is available in VS 2013, it's integrated into the box so we do
not have a stand alone install. If you install VS 2013, you will see
the Database Projects, SQL Server Object Explorer, and other tools
that were available in VS 2010 & VS 2012. I have verified that the
Database Projects in VS2013 will work with VS Online source control,
however if you are using the online build process, we are not built
into the online build support yet.
Posted by Jill [MSFT] on 1/13/2014 at 2:36 PM
More detail info please refer this link: SSDT with VIsual Studio Online
I am using SSIS 2014 and Visual Studio 2013. When I click on Edit Script button of script task no error nothing happens but script editor doesn't open. Nothing happens I have installed on my machine:
Microsoft Visual Studio Tools for Applications 2012
Microsoft Visual Studio Tools for Applications x64 Runtime 3.0
I had the same problem with the following setup:
Visual Studio 2017 Community Edition (15.6.6)
SSDT 2017 (15.5.2)
SQL Server 2017 Developer Edition
I solved repairing the installation of Visual Studio Tools for Application 2017 from the control panel:
I've just had exactly the same problem. I've got both SSDT and SSDT BI installed for VS2012 and VS2013 but still couldn't get the Edit Script to open. I repaired my install of VSTA 2012 and also newly installed VSTA 2013 but still no luck.
Turns out I just had to run VS 2013 as administrator and it worked! Might not be the solution for all but worth a try if you've got all the correct applications installed.
I ran into this same exact issue. Try installing Sql Server Data Tools 2012 here as well as Sql Server Data Tools 2013 here. I am not sure why you would need both but for some reason the script task when only having SSDT 2013 installed still seemed to want to reference 2012 (see screen shot below).
Hopefully this helps.
I have the same setup VS 2013 Professional, with SQL 2014 Data Tools. My VstaProjects window would open, but the ScriptMain.vb window, with the framework, would not open.
Repair was not an option, so the tech removed and reinstalled SSDT 2014. It works now.
I just installed VS 2013 Express. Has the Build menu been removed from VS 2013 Express? Is there anyway to restore it?
I figured it out. Turn on Tools/Settings/Expert Settings.
This also works in Visual Studio Express 2012 for Web
I have Visual Studio 2008 Standard Edition.
In that edition i have access to Microsoft.Reporting and additional i have some report design tools integrated with VS IDE.
How to get that tools and class, if im now using Visual Studio 2012 Express?
I need this for Windows Forms applications, not for Web.
It comes with Sql Server Reporting Services
Were I work we are currently using visual studio 2008 because 2010 did not include the bids stuff, I have now been asked to test out whether 2012 is any better so we have a virtual machine that I've been allowed to work on and we've got visual studio 2012 and 2012 integration services installed on it.
I tried to open one of our solutions which has various report projects in it. When I do this I get a one way upgrade option which I chose and then I get the following:
Projectname.rptproj: The application which this project type is based on was not found. Please try this link for further information: link
This link doesn't work properly and I can't seem to find very much on this for visual studio 2012 am I missing something here? Thanks in advance for any help.
Microsoft has recently released the tools necessary to open and create .rptproj projects in VS2012: Microsoft SQL Server Data Tools - Business Intelligence for Visual Studio 2012
According to this, it appears that you have to install the client tools for VS2012 (from the SQL2012 installer) in order to get the BIDS bits. Incidentally, installing VS2012 client tools will apparently update both VS2010 and VS2012.