Questions tagged as 'visual-studio'

1
answer

Project class library does not open. Gives its .csproj error

This is the error: Is there a way to generate a new .csproj or fix it or do I have to create a new project and import everything into it?     
asked by 30.11.2017 / 20:01
2
answers

Window in visual studio when debugging method

I've been dealing with some very robust methods that change or insert data into multiple tables. It takes time to debug and map all the tables that are affected by the routine. Is there a window Immediate Window or Quick Watch in Visual S...
asked by 01.06.2017 / 16:38
2
answers

How to use an Array to sort out elements?

I have this code With SerialPort1 .Write("AT" & vbCrLf) Threading.Thread.Sleep(1000) .Write("AT+CMGF=1" & vbCrLf) Threading.Thread.Sleep(1000) .Write("AT+CMGS=" & Chr(34)...
asked by 05.05.2017 / 02:49
2
answers

Versioning project with Visual Studio 2013 and 2015

A project that uses two versions of Visual Studio (2013 e 2015) can happen conflicts, for example, with file .csproj or any other? Note: I do not want to ignore this file in versioning.     
asked by 21.08.2015 / 05:27
1
answer

Connecting Visual Studio with an Access database

I have a connection string with the Access database: @"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|\lentes.accdb;Persist Security Info=False"; When I run this code I always give the error "The keyword 'Provider' is not supp...
asked by 09.07.2018 / 05:15
1
answer

What is the purpose of "ASP.Net" folders?

In Visual Studio it gives me the option to "Add ASP.NET Folder". What would be their purpose? If possible I would like you to speak at least a little about each one.     
asked by 01.01.2018 / 00:32
1
answer

How do I visualize through breakpoint what values were passed to my method?

I would like to know if it is possible without using Debug.WriteLine to view the values passed to my method through Visual studio using a BreakPoint, either by some external resource or not.     
asked by 09.11.2017 / 17:57
1
answer

Progress bar in second window

I'm creating a system that takes files from a server and copies it to my machine. I work in a software company and as we can not install systems from outside, I decided to create one myself. The system is up and running, but I'm improving it....
asked by 06.03.2018 / 07:38
2
answers

Problem with Hyper virtual emulator v

Hyper-v from my computer is active, and even then the error appears:    The emulator was not started because the hypervisor is not running, probably because hardware-assisted virtualization is not enabled.     
asked by 30.12.2016 / 22:45
1
answer

Visual Studio Code closes file alone

In Visual Studio Code how much I open a file and soon after I open another file that I will work it automatically closes the first open file. How do I prevent this?     
asked by 27.12.2016 / 14:40