Most voted "visual-studio-2015" questions
Use this tag only if the question refers to problems in the IDE and only for problems with this specific version of Visual Studio that does not apply to other versions.
Learn more…211 questions
Sort by count of
-
20
votes2
answers540
views+ 3 overloads - What would that be?
In some functions appears such a quantity of overloads, That means the higher that number, the slower it is? Note: I used tag C++ and C# why I saw these overloads in these languages. Microsoft…
-
11
votes1
answer3531
viewsHow to change the Namespace of a C#project
The project was created with the name Windows and I want to change. The problem is that if I just right-click the project and rename it, the project gets full of error. I tried to change Assembly…
-
11
votes2
answers13280
viewsWhat are the differences between the available versions of Visual Studio 2015?
Last year it was announced 3 versions of Visual Studio 2015: Community, Professional and Enterprise Based on the tools available in each version: what I miss between using one and the other in part…
-
7
votes2
answers1872
viewsError: 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, worked normally in the 2013 version of Visual Studio, now I’m trying to work with Visual Studio 2015 and my Views no longer…
-
7
votes8
answers29160
viewsDuplicate visual line studio
Is there a hot key that replicates the action (Ctrl c + Ctrl v)? Besides having to copy press enter or click on the bottom line and paste, I can duplicate this line with some shortcut?
visual-studio-2015asked 7 years, 5 months ago Jhonatan Jorge de Lima 1,012 -
6
votes2
answers1292
viewsXamarin Error - aapt.exe/Resources
I installed Visualstudio 2015 Community, with Xamarin, until then beauty. But I’m in trouble, actually not only myself, I’ve seen in many places, that quite a lot of people are making the same…
-
6
votes2
answers475
viewsWhat 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 is automatically generated the following directory structure, see the image below: Being in total eight…
-
6
votes4
answers931
viewsHow to verify variables that are not used?
Is there any way to verify which variables are not used within the scope one-class? As in the example below, the variables teste1 and teste4 has no utility within the application, as could locate…
-
6
votes2
answers1041
viewsWhat is the difference between "step over" and "step into" in Debugger mode?
I wonder what the difference is between F10 (step over) and F11 (step into). When should I wear F10 and when to use F11?
-
6
votes3
answers2361
viewsHigh consumption of RAM
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…
-
6
votes1
answer6325
viewsProblem 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…
-
5
votes1
answer1413
viewsHow to make visual studio 2015 publish only the files that are most current?
I put a project in visual studio 2015 to try the tool. It is an Asp.net mvc application, I publish it directly to the server by FTP. Right click on the project, Publish, then I created an FTP…
-
5
votes1
answer1942
viewsError when running test project
I added a test project to my Solution to test the methods of my MVC application. I created a base class, for the other classes with tests to inherit from it, which contains context creation…
-
5
votes2
answers194
viewsWindows Universal Apps C++ vs C#
What’s the difference between C# and C++ to develop universal apps? I saw that in the templates of Visual Studio 2015 for C++ there is a group Cross Plataform with app templates for android and Ios.…
-
5
votes1
answer3359
viewsError; Connection has not been closed. Current connection status opens Sqlserver 2016
I am creating an application in visual Studio in C#, and when connecting to sqlserver in Server Explore, everything was correct in connection test. This is my connection string: return "Data…
-
5
votes1
answer933
viewsFile . exe in Visual Studio 2015
How do I generate an executable running on any machine without . Net installed? The one in the briefcase bin/debug does not serve because he needs the . Net to run.
-
5
votes4
answers150
viewsHow to use unsafe code on a Web Site
I was looking to practice the use of pointers in C#, so I created in a website the following method: public static Nodo[] MontaTree(){ //... código ... } Obviously the above code does not allow to…
-
4
votes1
answer56
viewsSet a standard comment for every new project
I need to define a standard comment, so that in every project that is created it appears, without having to type it every time. Ex.: Author: Pedro H.
c# visual-studio visual-studio-2013 visual-studio-2015 commentsasked 8 years, 2 months ago Pedro Henrique 43 -
4
votes2
answers72
viewsVisual Studio 2015 says "this" is redundant
In the early days of my first object orientation classes I was taught to use the thiswhere it is a variable or class property. Today I understand when there is a real need to use, for example when a…
-
4
votes1
answer48
viewsError There are no comments for in the schema
I’m following a tutorial to access database via LINQ. In the video, I saw a function that returns me a list with the database data: public static List<LicitacaoOffline> Buscar() {…
-
4
votes1
answer75
viewsStoryboard Segue
I’m creating a small example of an iOS app using Visual Studio 2015 on Windows 10. But every time I open the Main.storyboard by the designer and I click on one of the UIStoryboarSegue the property…
-
4
votes2
answers926
viewsHow to reference the webservices of eSocial by Visual Studio?
I already followed the instructions of this question read, reread, and repeated the tutorial by Pedro Gaspar. And I can’t get eSocial webservices referenced by Visual Studio. What I’ve done so far…
-
3
votes1
answer186
viewsMeaning of class member icons in Visual Studio
I wonder if there is any documentation that deals with the meaning of images/ icons of Visual Studio (obviously some are explicit (salvar = disquete) or whose function is shown when positioning the…
visual-studio-2013 visual-studio visual-studio-2012 visual-studio-2015asked 9 years, 4 months ago rubStackOverflow 7,372 -
3
votes2
answers254
viewsScaffold MVC Template Editing. How to get project reference in Solution Folder?
I am editing the T4 templates from ASP.NET MVC’s Scaffold and I need to get some extra class information. At first, for example, of the attribute DisplayName class. I found some examples: var env =…
-
3
votes1
answer695
viewsHow to pass text from textbox to report, with VS 2015, in C#?
I’m creating an app for where I work, which should print some information-based labels that I enter into a form I created. For that, I’m creating a smaller version, to test if everything I want…
-
3
votes1
answer390
viewsEnter additional data, from the bank, into the user’s Claims. What is the best time or the right way to do it?
I have some extra information that I need to add to the user’s Claims that are from other tables and classes. Considering the method generated by the ASP.NET MVC template with Identity in the class…
-
3
votes2
answers14713
viewsHow to change Visual Studio background color?
How do I change the background color of my Visual Studio? It’s white I want it to be with black background. See an example below:…
-
3
votes1
answer2375
viewsDoubt - Visual Studio Export/Import Project
I’m having problems importing projects into VS 2015. The project was done in an earlier version of the IDE and when I import it it doesn’t come with the components correctly added, needing to add…
-
3
votes1
answer133
viewsBookmarks Specific Lines Visual Studio
Is it possible to place bookmarks on any line of code? style as Ides ta Inteliji? I took a legacy code here that has 12k lines a report class, I spend a lot of time finding the main methods, even…
-
3
votes2
answers134
viewsIs it possible to create Webapi without the MVC structure?
The title of the question itself defines my doubt, using VS2015 to create an API, it forces me to create the whole structure of MVC together. So I wonder if there is a way to create the API only…
-
3
votes1
answer198
viewsAndroid VM - Connection Error
Dear friends, good morning! I’m not getting connection on my android emulator, could anyone help me? I’m using Visualstudio Emulator for Android. My project is compiling, and running right, but I…
-
3
votes1
answer339
viewsHow to use a Masked textbox for C#time?
I’m trying to create a Masked textbox that gets the time of a video. But I don’t know how to format the Masked textbox to get the time in HH:MM:SS:MMM. The value of the time I get from the video is…
-
3
votes1
answer557
viewsVisual studio does not recognize html from . aspx
When opening any file . aspx, the visual studio does not recognize the code, everything is black. I also realized that when trying to create a new project, the web option does not appear, and I…
-
3
votes1
answer560
viewsHow to create professional designs in WPF
Well, I’m not Designer that’s fact, and those who do not have designer skills suffer a lot with the new interface technologies, among them the WPF. Who does not have a knowledge of designer will…
-
3
votes1
answer181
viewsIs it possible to synchronize my Visual Studio projects with another computer?
I use Visualstudio at work and at home. I wonder if there is any way for my projects I develop on the work PC to be synchronized in my profile and I can access them on the home computer…
-
3
votes2
answers58
viewsAre there any components that replace Windows Forms Spinedit in WPF?
I prefer open source components, or if possible a form of adaptation, because I did not find any Spinedit or similar in WPF.
-
3
votes1
answer54
viewsIs it mandatory to rebuild?
Whenever I pressed the Start button to run my program and test, it ran correctly. From time to time, whenever I change something and run the program, it does not update, I need to right click on the…
-
3
votes1
answer102
viewsjquery Intellisense does not work in VS2015 Community
I can’t make it work at all. Man _references.js /// <autosync enabled="true" /> /// <reference path="bootstrap.min.js" /> /// <reference path="jquery.mask.min.js" /> ///…
-
3
votes3
answers121
viewsusing of the unnecessary visual studio
Does anyone know why it gets like this? It shows that using is not being used, but I do not understand why it is not recognized if I am using in the function below. Resolution: using System; using…
-
3
votes2
answers71
viewsShortcut navigation between keys
As the complexity of the code increases, several keys can start to appear opening and closing blocks of code, but several times at the end of the code there is a series of keys like this: } } } } }…
visual-studio-2015asked 7 years, 6 months ago Jhonatan Jorge de Lima 1,012 -
3
votes1
answer168
viewsHow to skip all breakpoints without removing them?
Is there a shortcut/configuration to ignore all breakpoints without necessarily deleting them from the code?
-
3
votes2
answers900
viewsError while trying to add session to startup
I have a problem, always when I will compile the solution this giving error: System.Invalidoperationexception: 'Unable to resolve service for type 'Microsoft.AspNetCore.Session.Isessionstore' while…
c# asp.net-mvc asp.net-core visual-studio-2015 dotnet-cliasked 5 years, 9 months ago Thiago Corrêa 119 -
2
votes2
answers709
viewsProjects created in Visual Studio 2015 are recognized in Visual Studio 2013?
Because projects that are created in 2013 are not recognized in 2012, because I have to create everything in hand, because the visual does not recognize the same as an MVC project.
-
2
votes1
answer39
viewsHow do I disable this notification? "Based on your project, we have identified Extensions you may find helpful"
I have no idea why this started to appear, I imagine it was later an update of Visual Studio, but it annoys me, and keeps appearing even after clicking on "Dont' Show Again". How do I make this…
-
2
votes0
answers138
viewsProblem with service reference (wcf) in Visual Studio 2015
I am using VS2015 (framework 4.6) in a Solution with two projects, one project is wcf (running on IIS) and the other project is a web application. I added my service (wcf) to my web application…
-
2
votes1
answer1313
viewsSome keys are not working on my VS2015
The keys F1 à F12, are not working. I use a DELL notebook, with windows 10. I put the cursor on top of a class, I gave F12 to go to the function and nothing. I gave a F5 and the project did not run.…
-
2
votes2
answers486
viewsReference microsoft.office.Interop.word not listed in Visual Studio
The microsoft.office.Interop.word reference is not listed for me to add to my project. What do I do to make it appear ? I’ve already enabled Microsoft Office 15.0 Object Library option.…
-
2
votes1
answer47
viewsEvery time I upload files I get a large amount of errors
I need help. Every time I upload any file in Visual Studio 2015 I get a huge amount of general errors. I’m starting to develop for windows phone and soon when importing the first sample, downloaded…
-
2
votes0
answers42
viewsUpload App to Windows Store
I have a aplicativo universal raised in the visual studio 2015 updated. By uploading the application and displaying the following message : Error : "The declared package dependency does not exist.…
-
2
votes0
answers53
viewsProblem following tutorial on MSDN Winusb, Microsoft
I have encountered problems in following the Microsoft MSDN tutorial on Winusb. The tutorial is Write a Windows desktop app based on the Winusb template. Following the instructions, in the step…