This is driving me crazy. I'm using SSDT-BI for Visual Studio 2013 and have to restart my machine each time a dtsx package is locked. There is a good post on how to get around this for SSIS 2012 , but can't find anything on how to fix the problem for 2013. Any help appreciated
OK, A stupid mistake, should have been running SSDT-BI on Visual Studio 2012 in this client environment as they are using SQL Server 2012. SSDT-BI on VS2013 doesn't work properly with SQL Server 2012, requires SQL Server 2014.
Perhaps this will help someone!
Related
I am using SQL Server 2012, after un-installing visual studio 2013 I am getting an error on opening SQL Server 2012. The error I am getting when I am doing a run ->
SSMS is
Cannot find one or more components. Please reinstall the application.
Can somebody please help me why this is?
Uninstalling Visual Studio might have affected some shared components needed by SQL Server Management Studio. Running a repair of your SQL Server installation should fix the problem.
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 seem to have a really unique problem with my visual studio 2010 installation. Before installing visual studio i installed SQL Server 2012 express and SQL Server Management Studio. After that i installed Visual Studio 2010 ultimate. The installation goes fine but after it is complete i can't find the application launch icons anywhere. the only new programs that are added are Microsoft Test Manager and Microsoft Visual Studio Documentation. Please Help me!
You need to install the Service pack 1 for it to work! You can download it here
I'm not sure which OS you are running but I'm using Windows 8, and I'm dealing with the same issue. I was able to start VS2010 by clicking on the SQL Server Data Tool icon (same as the VS2010 icon). I hope this helps!
Not even in the directory under program files(x86)?
You could try to open the installation again, if it detects Visual Studio it will ask you to repair the installation :)
I right clicked on the .csproj file > open with >...
I guess your Visual Studio program is Service Pack 1; that is why it can't work with sqlserver express edition. I faced same issue but fixed it by installing sqlserver 2008 Service Pack 2 in place of sql server Express I was previously using.
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.
I have got a pretty good config machine and VS 2010 Web Express edition debugging is very slow. it gets stuck between lines. I dont face this issue with Visual studio 2010 prof edition.
Any hotfix or patches or solution for this?
I faced a similar problem in VS 2008. Deleting(not disable) all breakpoints and restarting the debug session helped me get back to normal debugging.
You can give it a try.