Questions tagged as 'visual-studio-2017'

0
answers

Diagram of classes from classes already created does not appear the relationship

When I create a class diagram in VS2017 from existing classes, the relationship link does not appear. namespace CloudEye.Domain { public class Car { public CarPlate CarPlate { get; private set; } public double Capacity...
asked by 14.04.2018 / 16:12
0
answers

Xamarin - "Problem rendering this Document"

When I try to create a new layout it does not display and sends this message to me, since I did not edit anything, just created a new layout from scratch.     
asked by 13.04.2018 / 17:56
0
answers

Error in calling a Python application (+ OpenCv) in Visual Studio 17 (C #)

I'm trying to make a "control panel" that each button will call a Python application (+ OpenCV) but when I run it through the PyCharm IDE, or straight from the folder, it runs perfectly, but when I make the call through Visual 17 , it appears th...
asked by 09.04.2018 / 05:01
2
answers

Reading Files in C #

Good evening, a little help. I have the following file: 34543;PRIMEIRA PESSOA;230778;CASADO;BANCARIO 23543;SEGUNDA PESSOA;12051985;CASADO;ADMINISTRADOR DE EMPRESAS 36116;TERCEIRA PESSOA;04081954;DIVORCIADO;APOSENTADO/PENSIONISTA 52455;QUART...
asked by 18.03.2018 / 22:26
0
answers

Error installing Visual Studio 2017

I'm trying to install Visual Studio 2017, but an error appears at the time of installation. Follow the error below. [ Can anyone please give me a help?     
asked by 18.03.2018 / 23:34
0
answers

Application runs through visual studio, but does not run when run

I'm using visual studio 2017, I created an application with WPF, the application runs normally within visual studio in debug mode, but if I compile it and run from within the release folder, it does not start. It also does not start if you tr...
asked by 16.02.2018 / 17:48
0
answers

Visual Studio does not auto-complete anything

I've always used visual studio and never had problems. I have the community version 2017 installed, and I was using it normally, but I had to pause the development I was doing. Now that I came back (about 2 months later), an update came out and...
asked by 05.02.2018 / 05:24
1
answer

How do I include a file needed to perform a test in the context of running Live Unit Testing

Good afternoon, everyone. My unit tests depend on a configuration file to pass. However, when the tests run through Live Unit Testing (LUT) they fail to find such a file. The LUT currently runs within [...]\.vs\[solução]\lut%code%\t\[...
asked by 29.03.2018 / 22:22
1
answer

Connect to a local database C #

What is the correct syntax for SqlConnection to connect to a local database? I think it is qlq thing of this kind !! SqlConnection liga = new SqlConnection(@"Data Source=(LocalDB)\v11.0; AttachDbFilename=|DataDirector...
asked by 26.12.2017 / 01:52
0
answers

Failed to create a dll with constructors in classes

I created a header with the dll settings: globaldef.h #pragma once #ifdef OPENXML_LIB #define OPENXML __declspec(dllexport) #else #define OPENXML __declspec(dllimport) #endif // OPENXML_LIB I've created two classes so far: xmldoc....
asked by 27.12.2017 / 12:46