Questions tagged as 'visual-studio-2015'

1
answer

How to use the service based database item in Visual Studio 2015?

I'm doing an Entity Framework online course in which the course uses Visual Studio in the 2012 Express version, since I'm using Visual Studio Enterprise 2015. And during the course it asks to create a new data called " service based database "....
asked by 09.02.2016 / 15:31
1
answer

Return Result of an IF executed by the Command Prompt (CMD) in C #

Hello, I'm trying to get a return from an IF line of the Command Prompt (CMD) with Visual Studio 2015 in C #, but I'm not getting it. The following code executes the CMD, inserts the directory path containing a C ++ (.cpp) file, and using the...
asked by 29.08.2018 / 14:59
1
answer

C # BD .mdf connection string

Good evening guys, I have a .mdf database in a Windows Forms and I want to make the connection string it, can anyone help me? My version of Visual Studio is 2015 and the file is in: C: Documents \ Visual Studio 2017 \ Projects \ Projects \ Final...
asked by 11.05.2018 / 04:49
1
answer

How to get panels from a child page in ASP.NET

I'm trying to grab the panels from a child page in ASP.NET, but when I use page.Controls, it only retrieves the elements from the master page. I've tried using this, Page.Page, but always the same result, the elements of the master page and n...
asked by 20.11.2017 / 12:16
1
answer

Visual Studio 2015 Build Alert

I'm developing a project in Windows Forms, and recently I upgraded from Visual Studio 2010 to 2015, but when I installed VS 2015, I noticed that there was no View, so I installed it to put it in my project as a form of reporting. Finally when...
asked by 19.09.2017 / 12:47
1
answer

Do not go to another FORM1 while FORM2 is open

Suppose you have two forms, the first form1 is the main screen which gives you an option to open another form, when this form is open, the user can not go to the main form until he closes / closes form2 . How do I do this?     
asked by 24.06.2017 / 22:19
1
answer

Compile error?

What error is this when I compile my application?    Severity Code Description Project File Line Suppression State   Error CS1061 'BlankPage1' does not contain a definition for 'listView_SelectionChanged' and no extension method 'listView_Sel...
asked by 30.03.2017 / 23:19
1
answer

Parameter passing

I have the following code that passes the date that is in the MySQL database to the textblock: textBlock8.Text = (reader.GetString("Data")); What happens is that it is passing the date and time. I would like to spend only the date.     
asked by 31.03.2017 / 01:40
1
answer

Error Visual Studio 2015

When I run an application, or stop it. I come across this error: What is this, and how to solve it?     
asked by 12.01.2017 / 00:49
1
answer

How to connect Mysql in Visual Studio 2015?

I have Visual Studio 2015, I created a project and I want to connect three databases in it (Firebird, Paradox and MySql), initially MySql . I created a new project like this: C# > Windows > Classic Desktop > Windows Form Aplicatio...
asked by 17.11.2016 / 13:36