Questions tagged as 'visual-studio'

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
0
answers

Views do not recognize @model, @ViewBag, @ViewData

I'm using Mono 5.10.1 and Visual Studio Professional for Mac (Version 7.5.4 build 3) Views do not recognize tags like @model, @ViewBag, and @ViewData, either in old projects that were originally created in Visual Studio 2017 Windows, or in a...
asked by 30.07.2018 / 14:18
4
answers

Why not always use Optimize Code?

In Visual Studio there is the Optimize Code that has the function of creating optimizations performed by the compiler to make your output file smaller, faster and more efficient. Why can not I always use this option in my projects?    ...
asked by 31.05.2016 / 20:24
2
answers

Windows Forms Application - Visual Studio 2017

I realized that I do not have the choice of a project in Windows Form Application in Visual Studio 2017. I looked, and saw that there is a possibility of selecting the option during the installation. Once Visual Studio has been inst...
asked by 03.10.2017 / 04:33
2
answers

Failed to display fields of the Address class when using object-creation method expressed in C #

Visual Studio 2017 suggested something that surprised me, creating an object without using the new operator, I was surprised because I'm coming from Java and it's been a year since I was stopped and I decided to go back to school. Well, when...
asked by 11.05.2018 / 12:32
1
answer

Any CPU or x64?

I searched for compilation on Any CPU and x64, but found nothing regarding performance and file size. Is there a difference between these two in this question when the machine is x64? Website using C # in VS 2017, MVC 3, .NET Framework 4.7  ...
asked by 30.08.2017 / 17:06
2
answers

Error localhost Visual Studio

My VS was working perfectly, today I bought and installed the kaspersky antivirus, when I was running an ASP.NET site (MVC) the following error appeared:    UNABLE TO START PROGRAM '' An operation is not   valid in the current state.  ...
asked by 23.02.2017 / 22:38
2
answers

Is it possible to take advantage of the same WPF view for Desktop and Web?

Dear, I've never programmed with WPF but I will soon have the opportunity and already thinking about the future, which is now, where desktop applications are / are being migrated to the web and, also thinking about those who are still reluctant...
asked by 17.03.2014 / 13:30
2
answers

Run more than one project in Visual Studio

In a same solution of Visual Studio I created two projects, the first to execute a Socket Server and the second as a Client Socket that will send a file, however I am having difficulties to execute the two projects at the same time, some solutio...
asked by 17.01.2017 / 17:39
2
answers

Error: Object reference not set to an instance of an object, how to solve?

I have the ChamadaEfetuada(MAluno) : bool method that verifies that the call was made for a given student, this method is used in another method ChamadaEfetuada() : bool that instead of checking if the call was made to a single stu...
asked by 19.11.2015 / 02:57