I am new to VS 2012, but have some MA Access and VB knowledge. I am preparing a project which needs to inherit some historical transaction data - too much to manually input. I want to import the data (either Excel 2010 or Access 2013 format) into an mdf Db of the App folder in VS 2012. Help there is no clear path on the forum and yet I can not believe that it is not possible to do this.
Steve C
Related
VS2017, Click "Create Report in Microsoft Excel", Excel 2016 opens, once I click Finish, throws this
"TF208071: The following error occurred when the command was generating PivotTable and PivotChart reports. Close the Microsoft Excel workbook and try again, or press F1 for more information.
Object reference not set to an instance of an object.
"
Recently upgraded TFS server to 2017, I can still generate the reports using Visual Studio 2012/2013 by connecting to the same TFS server. However not on VS2017.
Where do I start looking? None of the event logs show any such error.
I have 4 columns of data from the WI to export, so its not the amount of data.
Seems you are talking about create Excel reports from a work item query, try to clear TFS and VS cache and test again.
Besides, since you are using TFS2017 and VS2017, you could try to use this extension--VSTS Open in Excel, you could use this extension for bulk editing work items, or to leverage Excel tools to analyze and visualize a large number of work items. You could directly open work items in web portal.
Besides, as a workaround, you could still generate the reports using Visual Studio 2012/2013 by connecting to the same TFS server.
Hope it helps someone!
The issue is with the 2017 TFS COM Add-in, this has an issue used with Excel 2016. seems like a bug from Microsoft!
So we removed all the TFS addin from Excel2016. Then do a repair install of 2015 Office integration which will set V14 Com Add-in to load at start. Then it will export through VS2017 (using the 2015 COM IN)
You can also edit this through regedit, make the V14 OR V13 COM Add-in to load at startup by editing that specific TFS Addin to a value of 3 and setting all the rest to 0.
I am completely newbie to TFS. Need some help on Migration. We have a VS TFS 2015 and the requirement is to move a certain code with history and all the work items from current VS TFS 2015 to new VS TFS 2015. How can I achieve this. Any pointers will be of great help.
Just additional info. The current VS TFS 2015 was build by us on Azure and the new one is provisioned through Azure SAAS.
We don't widely support (as of August 3, 2016) importing your data from Team Foundation Server to Visual Studio Team Services. However, we have been working on a full-fidelity data import utility that will let you do this. It's currently in Private Preview and we're testing it out with a handful of customers at the moment. We've also shared some details with our Microsoft MVPs so if you have an MVP that is helping you, they will be able to help you migrate.
Feel free to vote on this User Voice item and we'll keep everyone updated there on our progress: Import data from TFS On-Premises
Tip: When the TFS to VSTS Data Import utility does become available, you'll want to make sure your TFS server is upgraded to the latest version of TFS including the latest update. At the moment, that would be Team Foundation Server 2015 Update 3.
You can use OpsHub Visual Studio Online Migration Utility.
OpsHub Visual Studio Migration Utility : Supports migration of source
code and work items from TFS 2010, TFS 2012, TFS 2013, and TFS 2015 to
Visual Studio Team Services.
We are working on a data warehouse project using SQL Server 2008 R2 and it's related BI tools (Entity Data Model, DLL, SSIS, SSAS, SSRS). Soon my team is going to need source control. We have Visual Studio 2012 set up. When we open project files in Visual Studio 2012 to check them in, they are updated from Business Intelligence Development Studio 2008 format to 2012 format and no longer run correctly against our 2008 environment.
Has anyone had any issues like this? Does anyone have a good solution?
If you are using TFS, you could use Visual Studio Team System 2008 Team Explorer, which will add the TFS plug-ins you need (Source Control Explorer) to check in your items. You could also use TFS Power Tools to check in items from Windows Explorer.
I need to add a new version of a Cube in an existing SSAS database. I've created the new Cube by using Management Studio to script the old Cube to a screen, changed the ID's to the new ID, and executing the script.
So now the new Cube exists in the database.
I want to put the new cube into my existing Visual Studio project. Can I import a cube from a database (as opposed to the whole database)? Can I import the script logic that is created by Management Studio?
If neither of these things, what is the best way for me to import this new cube into the project?
Thanks, --sw
ps--all versions are the newest (e.g., Visual Studio 2012, SSAS 2012, and so on). --sw
I would start from a Visual Studio Project, which is the "source code" for SSAS. If you dont have this already you can use Visual Studio to Import from the server, while creating a new Project.
Then in Visual Studio I would copy and paste the Cube object, and work from there.
I want to use SSIS /BIDS project in Visual Studio 2012.
I have both Visual Studio 2010 and Visual Studio 2012 installed along with Microsoft SQL
Server 2012.
VS 2010 was installed first followed by MS SQL 2012 which got me BIDS integrated with VS 2010.
However I cannot seem to find any help on integrating BIDS with VS 2012.
I came across few question on SO related to this topic but all of them had integration with 2010 and not 2012.
I know that with MS SQL 2012 I get a SQL Server Data Tool. Does this mean that Visual Studio 2012 and BIDS cannot be integrated ?
Solution 2012:
I had to update the solution here since one of the answers I received partially solved the issue. The Answer provided by did solve the issue #user2141936 but I kept on getting an BlockMixedArchitectureInstall error while updating an existing instance.
It worked without with creating a new instance!!
Side Note :
Installing the update broken my publishing database project onto 2012 server. You need to download and install a DACFramework patch for it.
Solution 2013:
download and install http://www.microsoft.com/en-us/download/details.aspx?id=42313
Welcome to Microsoft Marketing Speak hell. With the 2012 release of SQL Server, the BIDS, Business Intelligence Designer Studio, plugin for Visual Studio was renamed to SSDT, SQL Server Data Tools. SSDT is available for 2010 and 2012. The problem is, there are two different products called SSDT.
There is SSDT which replaces the database designer thing which was called Data Dude in VS 2008 and in 2010 became database projects. That a free install and if you snag the web installer, that's what you get when you install SSDT. It puts the correct project templates and such into Visual Studio.
There's also the SSDT which is the "BIDS" replacement for developing SSIS, SSRS and SSAS stuff. As of March 2013, it is now available for the 2012 release of Visual Studio. The download is labeled SSDTBI_VS2012_X86.msi Perhaps that's a signal on how the product is going to be referred to in marketing materials. Download links are
Microsoft SQL Server Data Tools Business Intelligence for Visual Studio 2012 (SSIS packages target SQL Server 2012)
Microsoft SQL Server Data Tools Business Intelligence for Visual Studio 2013 (SSIS packages target SQL Server 2014)
None the less, we have Business Intelligence projects available to us in Visual Studio 2012. And the people did rejoice and did feast upon the lambs and toads and tree-sloths and fruit-bats and orangutans and breakfast cereals
Today March 6, 2013, Microsoft released SQL Server Data Tools – Business Intelligence for Visual Studio 2012 (SSDT BI) templates. With SSDT BI for Visual Studio 2012 you can develop and deploy SQL Server Business intelligence projects. Projects created in Visual Studio 2010 can be opened in Visual Studio 2012 and the other way around without upgrading or downgrading – it just works.
The download/install is named to ensure you get the SSDT templates that contain the Business Intelligence projects. The setup for these tools is now available from the web and can be downloaded in multiple languages right here: http://www.microsoft.com/download/details.aspx?id=36843
First Off, I object to this other question regarding Visual Studio 2015 as a duplicate question. How do I open SSRS (.rptproj) and SSIS (.dtproj) files in Visual Studio 2015? [duplicate]
Basically this question has the title ...Visual Studio 2012 / 2013 What about ALL the improvements and changes to VS 2015 ??? SSDT has been updated and changed. The entire way of doing various additions and updates is different.
So having vented / rant - I did open a VS 2015 update 2 instance and proceeded to open an existing solution that include a .rptproj project. Now this computer does not yet have sql server installed on it yet.
Solution for ME : Tools --> Extension and Updates --> Updates --> sql server tooling updates
Click on Update button and wait a long time and SSDT then installs and close visual studio 2015 and re-open and it works for me.
In case it is NOT found in VS 2015 for some reason : scroll to the bottom, pick your language iso https://msdn.microsoft.com/en-us/mt186501.aspx?f=255&MSPPError=-2147217396