Most voted "visual-studio-2013" questions
Visual Studio 2013 is the version of the Microsoft Visual Studio product line that came after Visual Studio 2012. And succeeded by Visual Studio 2015. Use this tag only if the question refers to that specific version of Visual Studio that does not apply to other versions.
Learn more…185 questions
Sort by count of
-
19
votes4
answers1648
viewsHow to create a user interface with the same style that was used in Visual Studio, Office 2013, Github for Windows, etc?
I would like to know how to create UI as used by Visual Studio, Office 2013, Github for Windows, etc. I searched the internet and found a theme for WPF called Cosmopolitan Theme, but noting some…
visual-studio-2012 visual-studio-2013 wpf themes office-2013asked 10 years, 11 months ago Zignd 6,741 -
15
votes5
answers17754
viewsHow to solve accent problems with ASP.NET MVC?
I’m having problems with accentuation in ASP.NET MVC 5. I am using Visual Studio 2013 Professional and in the application . Net 4.5. SQL Server 2008 and Entity Framework 6. The browser is Google…
c# asp.net-mvc asp.net-mvc-5 entity-framework visual-studio-2013asked 10 years, 8 months ago user3628 -
13
votes1
answer671
viewsVisual Studio 2010 lag
I’m a beginner in programming and got a very good study material for Visual Studio 2010. My question is whether this version of the package is too outdated compared to 2013. For now, I’m only…
-
13
votes3
answers1482
viewsWhy does Visual Studio suggest simplifying names? - IDE0001 Name can be simplified
Visual Studio 2013 suggests name simplifications, as you can see below: The suggestion is: IDE0001 Name can be simplified Translation : IDE0001 Name can be simplicate Example: var obj = new…
c# string visual-studio-2013 visual-studio encoding-styleasked 9 years, 3 months ago Guilherme de Jesus Santos 6,566 -
12
votes4
answers2351
viewsMerge word docx documents from a template and replace words
I need to get the contents of a file docx as template, which contains as content a text and some identifiers to be changed with other data, and from that template create a single other docx with the…
-
12
votes2
answers1715
viewsBack previous position in Visual Studio
When we want to see some method, we press F12 and then we are "transported" to the said method. It turns out that this method can be in another project or other form or in one user control etc and…
-
9
votes2
answers747
viewsWebmethod is not called (fired) through the Pagemethod
I’m having trouble firing one WebMethod in a project created in Visual Studio 2013 (Webforms Application). If I create a project, for example, in Visual Studio 2008 and migrate to Visual Studio…
asp.net visual-studio-2013 webforms webmethods pagemethodsasked 10 years, 10 months ago Leonan Milani 141 -
9
votes1
answer871
viewsChange class template in Visual Studio
There is a way to configure Visual Studio to create classes with public? When creating a class by template, either by menu dropdown mouse over a class name not yet existing, or by adding a class in…
-
9
votes1
answer298
viewsFind slow point in code . NET
I need to analyze a code that is taking too long to execute, the method code is extensive and makes several calls to other methods, I was thrashing to try to identify the point of slowness, but so…
-
8
votes2
answers3377
viewsHow to count lines of code in a . NET Solution?
What are all solutions (free or not) to count lines of code in a solution. NET? Use two Visual Studios: 2012 and 2013.
.net visual-studio-2013 visual-studio visual-studio-2012asked 10 years, 8 months ago Leonel Sanches da Silva 88,623 -
8
votes2
answers1180
viewsIs it possible to link a C# form to a VB.NET project?
I have two different projects, one with only one form in C#, I can embed the form in my project in VB.NET ?
-
7
votes1
answer492
viewsHow do Visual Studio recognize the 'use Strict' directive?
Apparently Visual Studio does not recognize the directive 'use strict', because I typed the code below that assigns value to a variable that has not been declared (something prohibited in Strict…
javascript visual-studio-2013 intellisense use-strict ecmascript-5asked 10 years, 10 months ago Zignd 6,741 -
7
votes1
answer330
viewsIs it recommended to use C# 6 in Visual Studio 2013?
In the Visual Studio 2015 I see that it is possible to define the version of C#: Source: http://www.codeproject.com/Tips/865579/How-to-change-targeted-Csharp-version-in-Visual-St But in the Visual…
c# visual-studio visual-studio-2013 ide .net-compiler-platformasked 9 years, 3 months ago rubStackOverflow 7,372 -
7
votes3
answers183
viewsVisual Studio 2013 no install in windows 7
I can’t install Visual Studio 2013 on Windows 7, I know it’s possible because in college we have Visual Studio installed on Windows 7. So I don’t know why he complains about the Windows version.…
windows visual-studio visual-studio-2013 installationasked 8 years, 11 months ago William Caetano 93 -
6
votes1
answer857
viewsWhy doesn’t Visual Studio 2013 let you use version 4 of the Entity Framework?
I don’t know why, but whenever I try to update Object Model from an old project we have, Visual Studio 2013, asks if we want to keep version 4 of EF, but even marking the right version it updates…
-
6
votes2
answers874
viewsHide different options (actions) for different user profiles
I am in a project where I have 3 different levels of profiles: Administrator, Professor and Coordinator. I already have the login module, registration and such. What happens is that I wanted for…
c# asp.net-mvc asp.net-mvc-5 razor visual-studio-2013asked 10 years, 6 months ago Érik Thiago 2,338 -
6
votes1
answer1941
viewsChange the . NET 4.5 project to 4.5.2, how to do it?
I installed . NET 4.5.2 on the machine, restarted Windows 7 and, after opening the project, went to Debug > Projeto.Properties > Application and tried to change the version by combo Target…
-
6
votes3
answers1631
viewsHow to add Directory to the Windows Path variable during installation?
I developed an application like Console in C# with Visual Studio 2013 and wanted the installer to add the solution directory in the variable Path Windows, during installation. Is this possible? What…
-
6
votes2
answers938
viewsHow to join lists in c#?
I have two classes: public class Produto { public int ProCodigo { get; set; } public string ProNome { get; set; } public int DepCodigo { get; set; } public virtual Departamento Departamento { get;…
-
6
votes1
answer323
viewsDeveloping in Python with Visual Studio 2013
I want to develop in Python using Visual Studio 2013 or 2015 because I’m already used to the IDE, but I have no experience with the language. In the English OS there is a question that lists Visual…
-
6
votes1
answer1236
viewsWhat is Browser Link?
When I use Visual Studio (I’m using the 2013 version, I don’t know if the previous ones have) with the Browser Link enabled, there is always a GET request in the browser console (F12). What would…
visual-studio-2013asked 9 years ago Randrade 21,612 -
6
votes1
answer131
viewsCopy DLL to directory with . nuspec without referencing it in project
I created a local Nuget. It worked fine until we found a problem that I can’t solve right away. The following: There is a reference in the project, which calls another reference. Well, it turns out…
-
5
votes1
answer128
viewsRead tokens in infinite loop
I have a code that reads tokens a text. I’m using Visual Studio 2013 in an extensibility project. When reading the text through scanner and collect the tokens, the program enters an infinite loop:…
-
5
votes1
answer673
viewsHow I get the sql that Linq generates by debugging VS2013
How do I get the sql that Linq generates by debugging VS2013? How do I do this? I did it and it didn’t work public static List<MontaArvoreAcao> CriarListaArvoreUn(string _uf, string _cidade,…
-
5
votes1
answer2655
viewsMy project no longer opens
My project was working perfectly. I went to open it now and gives me this error: When I arrived my grandson was with my notebook, but I don’t think he (3 years) would damage. It’s more likely to be…
-
5
votes1
answer361
viewsBack debug line
In the old Visual Basic if you were on debug step-by-step and unintentionally pass a line I wanted to check, there was the option to go with the cursor to the line above and press the key…
-
5
votes2
answers142
viewsDelete all references that are not in use in Visual Studio?
I wish to exclude all references (I am not talking about using in the class files) that are not being used. For this, of course, I need at least an effective way to find out which references are not…
visual-studio visual-studio-2013 project-organizationasked 7 years, 10 months ago Bruno Heringer 1,338 -
4
votes1
answer256
viewsHow to make a Help equivalent to Microsoft Help Viewer, but in Visual Studio 2012/2013?
I wanted to do a Help for a commercial automation system that I created, that was in the style of Winrar help, and that was offline. But apparently according to the article Microsoft Help Viewer on…
visual-studio visual-studio-2012 visual-studio-2013 microsoft-help-viewerasked 10 years, 11 months ago Zignd 6,741 -
4
votes1
answer112
viewsError while trying to observe the contents of a variable or property of an object in the 2013 VS Bugger
Practically every time I try observe the contents of a variable or property of an object, I get the error below: Function Evaluation disabled because a Previous Function Evaluation timed out. You…
-
4
votes1
answer1871
viewsI am unable to make the value of a property selected using the Razor Helper Dropdownlistfor
Dear Ones, in my ASP.NET MVC 5 application I am using . Net 4.5 I am unable to make the option to be selected for a certain property. Example of my class: public class Funcionario {…
-
4
votes1
answer1173
viewsLogin with different profiles
I’m developing an app for a school, where you take control of the students she has. The application makes the registration of students and registration of occurrences (suspension or warning) that…
asp.net-mvc database asp.net-mvc-5 visual-studio-2013 authenticationasked 10 years, 6 months ago Érik Thiago 2,338 -
4
votes1
answer11696
viewsHow to resume default settings in the Visual Studio editor?
Was using the Resharper in trial period and after the end of trial time I did not want to acquire and then uninstalled by Control Panel / Programs and Resources, as I found no option in the Visual…
-
4
votes1
answer155
viewsSyntactic Reader (Extension of Visual Studio 2013)
By syntactically reading a language in a Visual Studio extension project I can already read the following: <span class="myclass"></span> It is relatively easy to manage read states…
-
4
votes1
answer938
viewsRDL Report of Report Builder 3.0 with MVC 4
I have a problem here, I made a system in C# using Razor MVC 4 with SQL Server 2014 database, so far so good... but now I need to generate reports, I made a report there in Report Builder and added…
c# mvc visual-studio-2013 asp.net-mvc-4 report-builderasked 10 years, 3 months ago Jeferson Santos 41 -
4
votes1
answer358
viewsDebug javascript Visual Studio 2013
I need some help please. Next I had a machine with Win 7 32bits and I was able to debug the normal javascript in Visual Studio 2013, put the breakpoint and it stopped pretty. Then I switched to Win…
-
4
votes1
answer180
viewsUpdate Controls in Custom Toolbox Control
I created a project "Windows Forms Toolbox Control" and customized some controls: I created a custom gallery so that all programmers in the company can install Toolbox and make use of the controls:…
-
4
votes1
answer98
viewsMVC 5 template or other: initial user form, information, database
Templates that come in VS2013 or any other version, when starting a project, it mounts a menu with: Home, About, Contact, Register and Login. Question: How does it store information from the default…
-
4
votes1
answer155
viewsIs Visual Studio 2013 compatible with SQL Server 2014?
I connected the SQL table with Visual Studio, but at the time of moving the table appeared a message saying that SQL Server was not compatible. If not, I’ll have to download another Visual Studio or…
sql-server visual-studio-2013 visual-studio sql-server-2014asked 9 years, 4 months ago Márcio Cristian 399 -
4
votes2
answers17227
viewsUnable to load file or Assembly 'Webgrease, Version=1.3.0.0, Culture=neutral
I am just opening a new project based on MVC 5, framework 4.0, c#, and after opening the project for the first time and compiling, error occurs Não foi possível carregar arquivo ou assembly…
-
4
votes1
answer51
viewsAdware in my project
Good morning, I have a project in Visual Studio 2013 using Entity Framework, so far so good, but suddenly when I was running it appeared Ads (Advertisements) in it, a few squares with multiple ads,…
visual-studio-2013asked 9 years, 3 months ago jp_almeida 329 -
4
votes1
answer364
viewsHow to set Resharper to NOT add Summary comments
When using the Resharper (Stylecop) 'Remove Unused Directives in File' or 'Remove Redundant Code in File' function to delete a library from my project, Resharper removes it, but adds comments…
-
4
votes1
answer201
viewsI cannot remove a reference installed by Nuget
I installed the DLL Log4net for nuget. Since it’s in a different version of ours and a colleague gave it to me as usual, I deleted it from the folder and put the current one. When I build the…
-
4
votes1
answer620
viewsMount a local package manager (Nuget)
Due to a huge problem that happens here in the company, such as package dependencies, so the company decided to create a NuGet private, which runs locally. The purpose of this is when anyone…
-
4
votes2
answers87
viewsHow to draw items from a Listbox using quicksort
I am carrying out a project for the University that consists in carrying out a software that makes the 'Sort' of a listbox using quicksort , Blubblesort etc... In VB.NET I made an array to generate…
-
4
votes1
answer4462
viewsChange port or something on IIS Express. Is there a way?
How can I change a port or something in Visual Studio 2013’s IIS Express.
-
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 -
3
votes2
answers1762
viewsVisual Studio Test Explorer does not find the tests
I’m having a difficulty in Visual Studio 2013, Test Explorer is not loading the tests at any time, either after Build, or through Run Tests / CTRL+R, T. Does anyone have any clue what it might be? I…
-
3
votes1
answer849
viewsHow to disable Migrations from an EF6 project?
Hello! I have a class library with models using Code First and enabled Migrations with the command "enable-Migrations" in PMC to test and works very well. As I am at the beginning of the model…
-
3
votes1
answer540
viewsError installing Visual Studio 2013 Professional
:I’m having the following mistake: A assinatura digital do objeto não pôde ser verificada. When installing Visual Studio Professional 2013 on a Windows 8.1 Single Language notebook print:…
visual-studio-2013asked 10 years, 5 months ago Rod 9,412 -
3
votes2
answers673
viewsCheckboxlistfor with error
Description: Error when compiling a resource needed to fulfill this request. Examine the error-specific details and modify the source code appropriately. Compiler Error Message: CS1061:…