Questions tagged as 'visual-studio-2013'

1
answer

Mount a local package manager (NuGet)

Due to a huge problem that happens here in the company, such as package dependencies, then the company decided to create a private%, which runs locally. The purpose of this is when anyone downloads the source code of our applications, he already...
asked by 14.12.2015 / 17:27
1
answer

How to make a Help equivalent to the Microsoft Help Viewer, but in Visual Studio 2012/2013?

I wanted to make a Help for a commercial automation system that I created, that was in the style of the WinRAR help, and that it was offline. But apparently according to Microsoft Help Viewer on Wikipedia it was only available up to the 2010 v...
asked by 15.12.2013 / 16:51
2
answers

Project C in Visual Studio 2013

I'm learning C in college and I'll have to program in C. In Visual Studio 2013 I can create projects in C ++, but I did not find anything like a "Visual C". Is there any way or extension that allows the creation of pure C projects?     
asked by 29.09.2014 / 02:07
1
answer

Is Visual Studio 2013 compatible with SQL Server 2014?

I connected the SQL table with Visual Studio, but at the time of wringing the table there was a message saying that SQL Server was not compatible. If not, will I have to download another Visual Studio or database?     
asked by 23.07.2015 / 20:08
2
answers

How to sort the items in a Listbox using quicksort

I'm doing a project for the university that consists of making software that sort from a listbox using quicksort, BlubbleSort etc ... In VB.NET I made an array to generate the random numbers in the listbox, but my difficulty now is to get the nu...
asked by 16.05.2016 / 03:52
1
answer

Report Builder 3.0 RDL Report with MVC 4

I have a problem here, I made a C # system using Razor MVC 4 with SQL Server 2014 database, so long ... well now I need to generate reports, I made a report there in Report Builder and added it in my solution, there I created the methods: publ...
asked by 06.08.2014 / 23:03
1
answer

How to configure ReSharper to NOT add 'summary' comments

When using the ReSharper (StyleCop) 'Remove Unused Directives in File' or 'Remove Redundant Code in File' function to exclude some library from my project, ReSharper removes it, but adds comments throughout the project : // // </copyri...
asked by 22.10.2015 / 19:24
1
answer

Adware in my project [closed]

Good morning, I have a project in Visual Studio 2013 using Entity Framework, so far so good, but an hour later when I was running it appeared Ads on it, a square with several ads but no images of the advertisements and other with images. This...
asked by 13.08.2015 / 13:32
1
answer

I am not able to make the value of a property be selected using the Razor Helper DropDownListFor

In my ASP.NET MVC 5 application I'm using .Net 4.5 I'm not able to make the option selected for a given property. Example of my class: public class Funcionario { [Required(ErrorMessage = "O campo {0} é necessário")] [StringLength(15...
asked by 05.03.2014 / 18:39
1
answer

Error trying to observe the contents of a variable or property of an object in the VS 2013 debugger

On almost every time I try to observe the contents of a variable or property of an object, I get the following error:    Function evaluation disabled because a previous function evaluation timed out. You must continue execution to reenable...
asked by 28.02.2014 / 18:59