Questions tagged as 'visual-studio-2015'

1
answer

How to update the packages in project asp.net mvc5 by default

How to update the packages and libraries that use visual study by default in MVC5 projects I know that if I go to the administrator of nuget packet manager and I update everything, it does it but only to the project that I have open, what I am l...
asked by 16.06.2017 / 20:53
0
answers

why does not the result of a webservice appear in SOAP?

Good day, I have this Webservice that when I invoke it returns the result in xmlns, even though I have it "configured" so that I can take care of it in SOAP: public class WebService : System.Web.Services.WebService { [WebMethod] [Soap...
asked by 26.05.2017 / 15:31
1
answer

Called Ajax with C # does not work

I created a project in VisualStudio 2015, a template ... The problem is that I can not make calls from jQuery Ajax. What is the reason? C # [WebMethod] [ScriptMethod(ResponseFormat = ResponseFormat.Json)] public static Response&...
asked by 24.05.2017 / 19:45
0
answers

Problem with Visual Studio C # project (MainWindow does something it should not)

My code is as follows and for some reason when the MainWindows does "InitializeComponent ();" Apart from the main window another "Kitchen" window opens which should not happen. public partial class MainWindow: Window     { private static...
asked by 29.04.2017 / 15:59
1
answer

SQL statements in Visual Studio .NET applications

With the following image I intend to explain myself in a better way. My goal is to create an App similar to Query browser. (I do not know if it will be correct to say interpreter SQL simulator). Being able to execute SQL statements V...
asked by 26.05.2017 / 00:58
2
answers

Call Forms in Visual Studio 2015 from a MenuStrip

I would like to know how to call a form from a MenuStrip without closing the form where the Menu is The codes that I used are from Visual Studio 2008 and they do not work for Visual Studio 2015     
asked by 03.04.2017 / 00:32
0
answers

Problems with Visual Studio to create applications

I recently installed Visual Studio 2017 on my computer to work with Android on C # and it worked perfectly, because the Hello World app by defect that comes running and launched normal. A day later I installed Android Studio to work on both IDE'...
asked by 14.04.2017 / 19:59
1
answer

Windows Form: xlWorkBook.SaveAs

I am starting in the world of programming, and I have made a simple application, which is composed of a combobox (called cmbItemsEquipos), and when using the reference in excel to save the XLS file, I throw error. String NameFile = String.Form...
asked by 07.03.2017 / 15:26
0
answers

Problem connecting mysql database on vb.net

Greetings, I have wanted to connect a mysql database in an easy way to a DataGridView, but when I want to connect it in Visual Studio I always get an error. I have reviewed everything and it does not have any error, the MySql connector...
asked by 12.03.2017 / 21:24
1
answer

How to get selected values in an ASP MVC ListBox?

Greetings, I have a problem with my code in Asp Mvc 5, I have several related models and I have a Listbox that filters the values of a foreign key, but when I try to save it, only a single value is saved, not all the selected ones, and that ulti...
asked by 06.03.2017 / 16:40