Questions tagged as 'visual-studio-2015'

1
answer

How to change the namespace of a C #

The project was created with the name Windows and I want to change it. The problem is that if I simply right click on the project and rename it, the project gets full of error. I tried changing the Assembly name and Default namespace but it also...
asked by 14.01.2016 / 16:49
2
answers

What are the differences between the available versions of Visual Studio 2015?

Last year was announced 3 versions of Visual Studio 2015 : Community, Professional and Enterprise Based on the tools available in each version: What do I lose between using one and another in part productivity and tools available? (op...
asked by 06.04.2016 / 23:12
2
answers

Error: The name 'ViewBag' does not exist in the current context

Good morning, I have projects using System.Web.MVC na versão 4.0.0.1 , I was working normally on the 2013 version of Visual Studio, now I'm trying to work with Visual Studio 2015 and my Views do not recognize some properties for example...
asked by 18.11.2015 / 13:07
4
answers

How to check the variables that are not used?

There is some way to check which variables are not used within the scope > of a class? As in the example below, the variables test1 and test4 have no utility within the application, how could it find such variables? using System; using...
asked by 26.10.2016 / 20:27
2
answers

What is the purpose of automatically generated directories in an ASP.NET MVC project?

In Visual Studio Community 2015 when we create a new project in ASP.NET MVC in the project the following directory structure is automatically generated, see the image below: Being in total eight directories. Question I would like...
asked by 28.10.2016 / 03:49
2
answers

Xamarin Error - aapt.exe / resources

I installed VisualStudio 2015 Community, with Xamarin, up to its beauty. But I have problems, not only I, I saw in several places, that a lot of people are with the same errors. Unfortunately I could not find the solution yet, I hope someone...
asked by 26.04.2016 / 13:10
3
answers

High RAM consumption

My Visual Studio 2015 when I use to debug a WEB C # MVC project has the following RAM consumption: Is this consumption normal? My computer gets very slow when I have to test some modification on a page.     
asked by 05.04.2017 / 13:55
4
answers

How to use unsafe code in a Web Site

I was trying to practice the use of pointers in C #, so I created a website in the following method: public static Nodo[] MontaTree(){ //... código ... } Obviously the above code does not make it possible to use pointers, so we need keywor...
asked by 10.04.2017 / 18:51
2
answers

What is the difference between step over and step into debugger mode?

I would like to know what is the difference between F10 (step over) and F11 (step into). When should I use F10 and when should I use F11 ?     
asked by 09.02.2017 / 00:49
1
answer

Problem with Nuget Packages Visual Studio

Trying to compile the application, I come across the error:    Severity Code Description Project File Line Suppression State   Error This project references NuGet package (s) that are missing on   this computer. Use NuGet Package Restore to d...
asked by 15.02.2017 / 18:22