I can't to open all projects in visual Studio - asp.net-mvc

I'm new in Asp.net mvc, and I want to load this project but I can't see more folder projects in the solution explorer. somebody knows what I must to do?
this is my screen

Open your Visual Studio as an Administrator.

Related

Not able to see App_data folder in my MVC project in visual studio for mac

I am trying to learn MVC with EF on MacOS. I am using visual studio for mac and created an MVC project. I couldn't find App_Data folder under solution. please suggest how to get that. Also web.config file looks different compared to visual studio in windows. Is that normal?
you can add it manually like we do in windows visual studio

Can't find VersionControlExt using VS2013

I want to code a VSPackage and need to get the selected items from Source Control Explorer History. I'm pretty sure that I need VersionControlExt, but I can't find the namespace Microsoft.VisualStudio.TeamFoundation.VersionControl using Visual Studio 2013. Can you help me?
You can use a NuGet package Microsoft.TeamFoundationServer.ExtendedClient. I'm not sure if these are too new to work against VS2013 but it's easiest to test.
If the NuGet package doesn't work, you can get the DLLs on your machine. These DLLs are stored in the Private Assembly cache of Visual Studio. You can edit the register to allow Visual Studio to search through these folders. See the first step of this post for details: Step 1: Help Visual Studio Find Team Foundation Assemblies

How to precompile ASP.Net MVC4 website in VS 2010 during Publishing?

How do I precompile an ASP.Net MVC4 website in Visual Studio 2010 at the time of Publishing?
I didn't find any option in Visual Studio project / solution settings. I checked the Package/Publish Setting by right clicking on the project but didn't find any relevant settings.
I know there exists command line option (aspnet_compile.exe) but I wish to achieve this using Visual Studio 2010.
well.project is already compiled when you publish it(except views).if you want to compile views,then edit your projet file and add
<MvcBuildViews>true</MvcBuildViews>
ps: you have to unload project before you can edit project file

Visual Studio SQL Debug Window

I remember a window in Visual Studio 2010 where I could see all of the sql calls made on runtime in my ASP.NET MVC project. I don't remember the window name and I cannot find it. Does anybody know/remember this?
Are you referring to the IntelliTrace window?

Visual Studio cannot find the EntityModelCodeGenerator custom tool

I'm helping develop a MVC application in Visual Studio 2008 using the Entity Model Framework. I've gotten the code from the source control and I'm wanting to add some new Models from the edmx file. I right click and then click "Custom Tool" but then I get the following error.
Cannot find custom tool 'EntityModelCodeGenerator' on this system.
I have Visual Studio 2008, .NET 3.5 SP1, MVC 1.0.
What am I missing?
Thanks in advance.
You need VS2008 SP1.
In case you are using Visual Studio 2019:
Open the Visual Studio Installer by clicking menu Tools -> Get Tools and Features in Visual Studio
Click the tab Individual components and search for "entity",
Under the header SDKs, libraries, and frameworks you should see Entity Framework 6 tools
Click the checkbox and press the install button

Resources