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?
Related
I have a problem with Visual Studio.
When I create a new project and start programming and in between I save, at some point when I want to run it, Visual Studio does not accept my new code. It always executes the old code although I have overwritten it.
I have already re-downloaded Visual Studio 2 times but that didn't help. I use Visual Studio Community 2019
Try using Ctrl+shift+B to build it, and then running with F5, instead of Ctrl+B or F7.
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.
I cannot create a new controller on my ASP.NET MVC API. When I try to create a new controller, Visual Studio 2019 always throws an error (as shown in the screenshot):
I used Microsoft Visual Studio 2017 before, and it worked normally. But after upgrade, I have several issues with this IDE like creating controller in my existing project and cannot create a new ASP.NET Core MVC web application.
Hopefully anyone can help me.
Thanks in advance
That error message means there is no relative templates when you try to add the controller using visual studio wizard.
Try to install MVC 4 Package.
This link might be helpful too Modify Visual Studio
I'm just getting started in Visual Studio 2010 and I'm coming from Delphi 7.
In Visual Studio 2010, what is the equivalent to Delphi's Object TreeView?
Or to ask it another way, in Visual Studio 2010, during WinForm Gui development, how do you navigate your Gui hierarchically? If I have, say, a bunch of Panels with some of them inside of others and some Docked to Client, how can I directly select a specific Panel?
There's something similar called Document outline, you can get it from
View Menu > Other Windows > Document Outline
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