Questions tagged as 'visual-studio'

1
answer

Setting local branches before committing

I am new to Git and need to make a quick adjustment on my branches. I started an activity in a wrong local branch "X". I would like to migrate the changes to a local branch "Y" to give commit from "Y" and undo the changes in X....
asked by 10.11.2017 / 12:41
1
answer

How to pass values from ViewBag to a Javascript function in an ASP.NET MVC application

I have the following ActionResult Controller in my application. In this ActionResult I have two ViewBags that capture a deserialization of Longitude and Latitude values originating from a Google API. The values arrive perfectly in the ViewBa...
asked by 10.11.2017 / 21:52
2
answers

Xamarin (Visual Studio) x POSTGRESQL

Good evening guys, I work in a commercial automation software development company, Alterdata, and today I work directly with PostgreSql, and I have a lot of affinity with it. I would like to know if I have how to sync Postgres with Visual Stu...
asked by 04.11.2017 / 04:43
2
answers

Error trying to write comboBox and MaskTextBox

I have a form with two fields: 1 ComboBox that I put the type of people (Physique or Juridica); 1 MaskTextBox with CPF; AtfirstIdonotknowwhat'sbestifyousavethevalueoftheIndexofthecomboboxoritstext.BecausethenwhenIgosearchingIwillneedto...
asked by 18.10.2017 / 20:49
0
answers

There is no vs_setup.msi file, like I do

Use the VS2017. The Other Project option does not exist. I had to download an extension, install, to be able to have this option, because I am doing a windows service and I will need to install this service. When I try to mount the installer,...
asked by 02.10.2017 / 10:56
0
answers

How to show my cell in vs2017 and compile with it?

Today I use vysor to create my applications. Without Vysor, I can not see my cell (J500M) in the VS2017 debug bar. Is there another way for me to plug any mobile phone and appear on VS2017 without the use of third-party apps?     
asked by 27.09.2017 / 20:27
0
answers

Error 407 when connecting in proxy

I am trying to communicate with a web service and my machine uses internet via proxy. When initiating communication with the web service, the proxy authentication error. How do I get the user and password that I use for browser in the browser? I...
asked by 27.09.2017 / 19:45
0
answers

Ignore files in the obj \ Debug folder

I have a problem, every time I check in visual studio lists these files: I created a file (.tfignore) to try to ignore them but it did not work: \packages \obj \bin \_design\.sass-cache \_design\scss What am I doing wrong? Does...
asked by 22.09.2017 / 21:17
1
answer

Synchronize project in visual studio with team service

Good evening. How do I get the modifications made by my team seen on my pc? I'm a beginner in visual studio team service technology. Ex: A member of my team created a form and checked in on the project, on the site I see what it has change...
asked by 21.09.2017 / 05:03
1
answer

Returning to the main page when accessing an invalid url

How do I redirect the user to the main page of the app if it tries to access an invalid url . For example, www.teste/teste.html , in case the page does not exist then system directs the user to www.teste/index.html , in case I am us...
asked by 12.09.2017 / 18:01