Questions tagged as 'visual-studio'

1
answer

Google test compare vector C ++

I am putting together a project and trying to use google test to compare the result of some functions. The problem is that my functions return double vectors and I can only compare double or integer in google test. I try to make one: EXPECT...
asked by 24.01.2018 / 15:36
1
answer

How to count repeated words in a string and find its position?

Imagine the Alphabet, in this alphabet you have words from A-Z, but suddenly there are several letters A, such as: A -BCDEFGHI- A -JKL- A -M- A -NOPQ- A The variable nomes below, is this alphabet. The variable procurar...
asked by 21.01.2018 / 21:24
1
answer

Add project already exists to github

I already have a solution created in github, I already created an account too, I just want to add my project already done in a repository, but I can not do it. I already added the github extension in visual studio.     
asked by 08.01.2018 / 20:27
1
answer

Windows Standard Actions Form [Minimize - Maximize - Close]

I'm using visual studio - Windows Forms, and by default the form has the "Minimize" form control buttons from "Maximize" > and another to Close the form that is an "X" I need to manipulate the actions within them, more specifically I wa...
asked by 17.10.2017 / 21:31
1
answer

Do not install xamarin.googleplayservices.base

Not praying, we are able to install the plugin via NuGet:    xamarin.googleplayservices.base The message is:    The package 'Xamarin.GooglePlayServices.Base could not be installed   42.1021.1 '. You are trying to install this package i...
asked by 26.09.2017 / 23:14
2
answers

How forms are opened - Visual Studio

Good morning, My problem is that when I start the program it looks like this: That is, the child form nor the scroll bar has there cut the other options Tosolve,Imaximizetheparentform,butitlooksvisuallystrange,see: HowcouldImakethechildfo...
asked by 21.09.2017 / 16:29
1
answer

C # Visual Studio unknown build error

I was refactoring my code in C # that was working perfectly, but it was gigantic, and it stopped working and visual studio does not describe the error in any corner. Below is my code and Visual Studio. Visual Studio Console PrintScreen Tic...
asked by 21.07.2017 / 19:08
2
answers

How to get only one information from this table? VB.NET

Hello, I have this table, which has no class, id, or name. I would like to take only her phone. How would you get it? <tr> <td><a href="http://www.google.com/">1</a></td>...
asked by 18.03.2017 / 19:24
1
answer

Error trying to generate Scaffolding

I'm trying to generate a Scaffolfing for the model below: namespace OneeWeb_v2.Models { public class CombustivelModels { [Key] public int CombustivelId { get; set; } [Required] public decimal...
asked by 29.11.2016 / 18:26
2
answers

Error while executing project in Visual Studio 2015 - Process with an id 7256 is not running

I'm trying to run a project that I've developed and this error is occurring. Process with an id 7256 is not running. What should I do to solve this problem.     
asked by 01.03.2017 / 23:19