there is no ado.net entity data model in visual studio [duplicate] - visual-studio-2013

This question already has answers here:
Missing "Ado.Net Entity Data Model" on Visual Studio 2013
(13 answers)
Closed 6 years ago.
After installed Visual Studio 2013 and create a new MVC4 internet application project :
Visual Studio Doesn't have Ado.net Entity Data Model when i click on add->new item->
Why?
I reinstall it but ther is no change ...

Here's an updated solution I found as I had the same problem with Visual Studio 2015: ado.net model for db is gone Visual studio 2015
Paraphrasing: Change your installation of Visual Studio 2015 and include the Microsoft SQL Server Data Tools (via Control Panel > Program & Features > VS2015 > Change > Modify > Windows and Web Development > Microsoft SQL Server Data Tools).
After downloading the extension and restarting Visual Studio, you should be able to add ADO.NET Entity Data Model as a new item.
As I learned the hard way trying to follow older Visual Studio tutorials, trying to use View > Other Windows > Data Sources etc. doesn't do the same thing.

You have to install a the Entity Framework NuGet Package by right-clicking the specific project and then select "Manage NuGet Package". It'll pop-up a Window where you can search for existing packages online and install them

you should try to run VS as administrator. I've tried both ways, first, the common way that is to run VS with left click, doing it like this I have the same problem: no ADO.NET Entity Data Model option. However, if I run it as administrator (right click -> run as administrator) everything shows up.

Related

visual studio 2019 open solution file incompatible

I think I was using visual studio 2017 and wrote a SSIS package. Now I installed visual studio 2019 and can't open the solution file. Error:
Unsupported This version of Visual Studio is unable to open the
following projects. The project types may not be installed or this
version of Visual Studio may not support them. For more information
on enabling these project types or otherwise migrating your assets,
please see the details in the "Migration Report" displayed after
clicking OK.
- ABC, "C:\Users\XYZ\ABC.dtproj"
Non-functional changes required Visual Studio will automatically make
non-functional changes to the following projects in order to enable
them to open in Visual Studio 2015, Visual Studio 2013, Visual Studio
2012, and Visual Studio 2010 SP1. Project behavior will not be
impacted.
- ABC_SSIS, "C:\Users\XYZ\ABC_SSIS.sln"
I tried "Right-click on the project and reload" - didn't work.
I tried to confirm SSDT is installed:
it is installed at the installation interface, but doesn't exist in extension manager:
SSIS is a seperate extension now in Visual Studio 2019. You can install that extension in Visual Studio market place. Choose Online tab and search for "SQL Server Integration Services Projects".Hope it can help your problem
1.Extensions -> Microsoft Reporting Service Project
2.and then close visual studio
3.VSIX installer will complete automatically
4.If your project unloaded, right click on project and reload
Today I faced this issue,
Cause
The reason for issue is,
I saw a yellow bg notification at the top of IDE showing performance issue , with option to "disable this" to improve the performance.
I chose disable, later next day when I opened the project, It showed the project is not compatible.
I did Repair SSIS, Uninstall and Reinstall SSIS, and also updated the SSIS to latest version. None of these 3 ways resolved the issue.
Solution
But, I found Manage Extension submenu item under Extension menu, Under installed tab, SSIS extension was in disabled status. I reverted to Enabled status. Sample screenshot of the same for reference is here. If it disabled, simply enable it. Then restart VS with SSIS project.
Enabling the SSIS in manage extensions solved this for me.
Extensions ... Manage Extensions
Online ... Visual Studio Marketplace
SQL Server Integration Services Projects
Download
Close Visual Studio and then run the download
When finished, open your existing SSIS project and right-click the project and select "Reload" or "Reload with dependancies"
You can also now start a new Integration Services project.

Why is my SSIS toolbox empty in Visual Studio 2019 community?

I installed Visual Studio 2019 Community and then installed data tools. I can open an Integration Services project but when I look at the SSIS Tooolbox, it's empty.
How do I fix this?
I am using visual studio 2017, To get the SSIS toolbox back, right-click on the SSIS design surface in the project and select SSIS Toolbox please see this link. This resolved it for me.
Adding the content below again, in case the webpage is not available in future.
I have installed the Data-Tier Application Framework and SQL Server
Data Tools for VS 2017 . I created a solution then returned to it a
week later and the SSIS toolbox had disappeared.
I opened the toolbox window using View -> Toolbox but it was empty.
To get the SSIS toolbox back, right-click on the SSIS design surface
in the project and select SSIS Toolbox – hey presto! it reappears.
This is a problem after Visual Studio does an update for Optimization.
I have confirmed that the fix is:
Open menu item:
- Tools
- Options
- Environment - On the General Tab - DISABLE/uncheck - "Optimize rendering for screens with different pixel densities"
This solved my problem.
..Derrick..
A Picture is worth of thousand words
I think you should download and install the Integration Services Projects extension:
SQL Server Integration Services Projects
Since in Visual Studio 2019, for Analysis Services, Integration Services or Reporting Services projects, you have to install the appropriate extension(s) from the marketplace.
You can refer to the following official documentation for additional information:
Download and install SQL Server Data Tools (SSDT) for Visual Studio
I had a project from 2017 and the toolbar would not open when I opened the project. I had to create a new empty project. Then go back and open the 2017 project. Then the toolbar appeared.
For me, enabling SSIS toolbox did the trick initially it did not show up in VS 2019 community
Steps :
https://stackoverflow.com/a/48102622/2256502
My two cents worth, I had the same issue-
In the toolbox window, right-click and select SHOW ALL.
Then right-click again, and turn off the SHOW ALL. Voilah...!

SSDT and Entity Framework

Using Visual Studio 2013, I'm trying to use a local development DB created by SSDT as the source for an Entity model.
I can connect to this DB using the Entity Data Model wizard, but non of the Tables, Stored Procedures, or Views show up.
According this article,http://visualstudiomagazine.com/blogs/data-driver/2012/06/sql-server-data-tools-a-work-in-progress.aspx
"Also, integration with Entity Framework, which actually worked in the Visual Studio 11 Developer Preview, was removed in the Visual Studio 11 Beta, as the SSDT blog explained in March. A post said: "Based on the feedback received and the remaining engineering work that would have been required to complete the experience, the decision was made to not include this functionality in Visual Studio 11."
Given this article is more than two years old, does anyone know if Microsoft added support for Entity in Visual Studio '13 SSDT?
Any other ideas as to why I cannot see any database objects?
Have you published the database from visual studio to the local instance, right click on the DB proj and select publish.

How to connect to a different team project collection with tfs power tools in windows shell?

We are migrating from TFS 2010 to TFS 2012. Some of the members don't have visual studio installed and won't be using but still need to be able to connect to TFS, hence we are using power tools. My question the people who are not using visual studio how will they be able to change the team project collection from the windows shell? Is this even possible?
Appreciate any help you guys can provide.
If you want just select, delete or modify Workitems, i suggest you to install Team Explorer, this product setup on your Excel Addin , permit to access your datas without Visual Studio, when you connect you can select easily your project collection
Command line is not fluent to select or modify data.
Note : Before you install check your Excel, and section Addin Team Foundation

Trouble Adding Custom Tools to SSIS Toolbox in Visual Studio 2010

I'm using the SSIS Designer in Visual Studio 2010 and I recently downloaded a third-party suite of tools. Their post-install steps say to navigate to Tools > Choose Toolbox Items > SSIS Control Flow Items and add their items to my SSIS Toolbox but my installation of Visual Studio is missing the SSIS Control Flow Items and SSIS Data Flow Items tabs. The third-party says these tabs should be there and that this is a Microsoft issue. Does anyone know how to make these tabs appear? Is something misconfigured?

Resources