Questions tagged as 'visual-studio-2015'

0
answers

mysql code in viewreport

Good night, I'm trying to create a report, but that, for example ... I have a table property and it has the id, name and the like ... and I have the animal table that is saved in it just the id of property and I would like the moment I show the...
asked by 30.09.2016 / 23:35
0
answers

How to install Npgsql as a data provider for ADO.NET Entity Framework?

I've read everything you can imagine, but I'm out of luck. In Visual Studio 2015 Enterprise update 1, I followed exactly the steps as described in the tutorial on link : I downloaded and installed: Setup_NpgsqlDdexProvider; I added the p...
asked by 01.08.2016 / 01:51
1
answer

TFS Cloud Visual Studio 2015 Community

I have two projects in TFS, one database and one application. I'm using TFS a little while and I have questions about the options Get Latest Version (Recursive), Check Out for Edit and Shelve Pending Changes . Image: The Get Lates...
asked by 28.07.2016 / 15:13
0
answers

How to make Visual Studio not let you use functions without including headers [closed]

In C ++, the printf () and scanf () command need the cstdio library to work, but in Visual Studio I can run without adding them. As I send my programs to a site that does not allow this, I wanted Visual Studio to keep an eye on these things and...
asked by 24.07.2016 / 02:03
0
answers

C # - How to put a secondary address in WebBrowser

Hello, How to put secondary address in WebBrowser in Visual Studio 2015. // webBrowser1 // resources.ApplyResources(this.webBrowser1, "webBrowser1"); this.webBrowser1.Name = "webBrowser1"; this.webBrows...
asked by 17.05.2016 / 21:06
0
answers

Text file in .js was encrypted

I'm working on a .js file format in Visual Studio 2015, I opened this same file with Visual Studio Code and saved it, now when I try to open this file again the same appears coded. Does anyone know what happened and how to decode? An excerpt...
asked by 28.04.2016 / 21:30
0
answers

Selenium c # - API Mass testing

Good afternoon, guys. I have a problem and your help is important. I have a mass of tests written in TestManager online and my scripts are in visual studio 2015. My VS scripts are logged in TestManager online and via Xpath takes the mass data...
asked by 20.05.2016 / 18:57
0
answers

Get primary key values in Table Adapter

How can I get all the primary key values in a Table Adapter . One by one I can get at the time of the insert with this code: PegaIdOrc = orcTableAdapter.GetDataByMaxIDOrc(). Rows[0]["Expr1"].ToString(); But when I try to get...
asked by 17.02.2016 / 16:07
0
answers

The database creation wizard does not appear in the service based database and does not create a connection string in the app.config in the entity framework

I'm doing an entity framework virtual course in which the instructor uses visual studio in the 2012 version and during class he creates a web form project and asks to create a database in the service-based-database template when creating a new i...
asked by 19.02.2016 / 14:47
0
answers

Error with ChromeDriver.exe when using Coypu for Selenium

I'm making an app, to test this framework unit test. However, it indicates an error that can not find the path where ChromeDriver.exe is, and it is in the folder I indicated. Here is my code: using System; using Coypu; using Coypu.Drivers...
asked by 03.03.2016 / 02:55