Questions tagged as 'visual-studio'

0
answers

Error in file dbmanager_schema.xml

When I try to create a project "ASP.NET" I find the following error. It also happens when I open a project done previously.     
asked by 09.11.2016 / 01:32
2
answers

How to open a form previously created in visual basic from another in Visual C #?

I have an initial window called "Main" this window is created in Visual Studio 2015 in C #, and another one called "Secondary" also created in visual Studio 2015 but in VB, both windows are within the same project. In the "Main" window there...
asked by 03.10.2016 / 20:00
2
answers

How can I compress into a .zip file and then delete the original files

I have a program that calls a stored procedure which works well. The result of this, gives me 10 files with the name of the different projects. What I'm trying to do is to be able to compress those 10 files and make a single .ZIP file that...
asked by 18.08.2016 / 20:10
0
answers

What is the port used by the GPS sensor that comes in a tablet?

I wanted to consult:  What is the port that uses the GPS sensor that comes in a tablet ? Greetings     
asked by 03.08.2016 / 16:19
1
answer

Load KML with OpenLayers

I want to upload my KML files in a web viewer with OpenLayers3. I have seen the example similar to what I want in your library of examples link However when I copy the code and paste it (VS12) it shows only the base map, but the kml of e...
asked by 10.05.2016 / 20:01
1
answer

How to use where in data set to filter result

I have a data set that is called from a web service. What I'm trying to do is call this web service by filtering the type of project I want to get. This means that I do not want to call projects that have a DefinitionType "Survey". I have...
asked by 10.03.2016 / 17:44
1
answer

Visual Studio 2017 Xamarin INSTALL_FAILED_NO_MATCHING_ABIS

I am trying to compile an Android application that is made in Xamarin through a shared project in order to transport the logic to IOS in the future. Until today, the project compiled without problems and was installed in the emulator (Nexus 5...
asked by 11.12.2017 / 12:28
3
answers

List last record inserted in Mysql c #

I need to get the last data inserted depending on a search. foreach (DataGridViewRow row in dgvDispositivos.Rows) { string dispositivo = row.Cells[1].Value.ToString(); //Aqui hago la consulta dependiendo del usuario en el ciclo: bd.ejecu...
asked by 13.12.2016 / 09:12
0
answers

Disable color (highlighted) syntax - Visual Studio 2008

I went to: Tools - > Options - > Environment - > Fonts and Colors But it seems that I can only disable each item (display item) one by one, changing its style. There is some global option, or at l...
asked by 22.04.2016 / 19:10
3
answers

Problem in XML document declaration [closed]

I create an XML document from code, and I need the statement to look like this: <?xml version="1.0" encoding="UTF-8"?> With the code that I wrote it only shows the version, How can I do it to show the coding? <?xml version="1.0"?...
asked by 07.02.2018 / 15:05