Questions tagged as 'visual-studio'

1
answer

SVN does not check branch changes

I created a branch from the trunk, and made all the necessary changes. When I finalized the changes, using Visual Studio 2015 I merged the branch with the trunk. I was resolving conflicts when I made a mistake in choosing one of them. I made...
asked by 23.08.2017 / 20:47
1
answer

DLL Not Found

When I run my application, I am aware of the error warning, stating DAL.dll was not found. I have no idea what it can be, I'm following a tutorial, these are my first steps with C #. I'm using VS 2017.     
asked by 27.04.2017 / 01:38
1
answer

Compile to a lower platform using the latest API?

I'm using Cordova in Visual Studio 2017, and I installed the Android SDK (API level 23), but I wonder if when compiling using this API, the application will be backward compatible, like Android 4.2 for example. To the best of my knowledge, I'...
asked by 27.03.2017 / 20:07
1
answer

How to create a composite index in SQLite via Microsoft.EntityFrameworkCore.SQLite?

I'm trying to create a single compound index, but I do not know how to do this in Microsoft.EntityFrameworkCore.SQLite , I'm used to working only with Doctrine and Hibernate and I'm totally lost. This is my template class:...
asked by 05.01.2017 / 16:00
1
answer

Visual Studio Configuration

I installed Visual Studio to use Sfml, I configured and it worked correctly, but when I create another project and close the previous I have to configure everything again to use, libs, includes, etc. How to configure in a general way for all...
asked by 20.04.2017 / 16:19
3
answers

Generate text from form

HowcanIdothatbyfillinginthefields,theyappearinthetextboxbyreplacingthevalues"USER NAME", "WARNING TYPE" and "TOPIC LINK"? Private Sub bemvindo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bemvindo.Click E...
asked by 04.10.2015 / 16:13
1
answer

How to view object in C #

Hello, how can I see my object in C #, as var_dump() in php , an example, to show the infos of the objects, follow my code: [HttpPost] [ValidateAntiForgeryToken] public ActionResult Create([Bind(Include = "IdFuncionario...
asked by 18.11.2015 / 19:20
2
answers

DateTimePicker, get first and last day of the month [closed]

How do I get the first and last day of the previous month, to fill a% on screen with%? Ex: Data Inicial 01/07/2015 Data Final 31/07/2015     
asked by 12.08.2015 / 15:12
1
answer

What is the function of the Deploy option in Visual Studio?

Community, when I was compiling a project I got the message that should check the Deploy option. Then there was a question, I would like an explanation (the more detailed the better :)) about Visual Studio's Deploy ( Project - Pr...
asked by 14.04.2015 / 01:07
1
answer

Where to find the Microsoft.WindowsMobile.Forms library?

I'm developing an application on Smart Device for Windows Mobile 6 in Visual Studio 2008 C #. In this application I need to use the functions of the object CameraCaptureDialog , because the main purpose of it is to capture photos throug...
asked by 20.01.2015 / 16:12