Questions tagged as 'visual-studio-2015'

0
answers

How is a webservice with SSL certificates published in IIS and how can I later consume it in VS2015?

I have a WebService that I publish locally on the IIS with SSL certificates generated locally using Makecert.exe. From the browser I can see it and use it (the browser asks me for the client certificate, it is sent and it works, that's fine, it'...
asked by 19.10.2018 / 21:15
1
answer

Xamarin Forms convert color name to Xamarin.Forms.Color

You will see a program in which I read an xml file, this indicates options of position and configuration of the screen. The objective is to have an automatic launcher that, reading that xml, knows the settings you must configure. Each xml is dif...
asked by 28.03.2018 / 09:10
0
answers

Visual Studio 2015 deletes my files at the time of saving [closed]

I am working on a web page in visual studio 2015 and when I saved an example file an html file deletes it from the project and does not appear in the solution explorer and if I create a file with the same name again I reappear it    Does that...
asked by 16.03.2018 / 13:56
0
answers

hello I want to join to one only 5 forms that every time I go filling up it is accumulating [closed]

I have a project with a table (data, documents, procedures, services, economy) and each one is in different forms I want to do one single and already saves edits it removes updates each one of the forms now I want to know as one everything that...
asked by 18.01.2018 / 17:07
2
answers

problem fill datagridview c #

hello I have a problem filling the datagrid with the data from my BD, the datagrid is a schedule grid with the days of the week, the problem is that I only fill one cell of the datagrid for each day, that is, if I have in the BD three schedules...
asked by 28.12.2017 / 00:53
2
answers

Insert Every record of a datagridview based on visual studio 2015 data?

I have a big question about ... How do I make multiple entries into my database the records that are inside my datagridview?. for example: A trip of such date, insert all the people that will go to that trip, in this case they would be all th...
asked by 04.10.2017 / 09:05
0
answers

Eslint error property 'artist' does not exist react in visual studio code

I have the error already mentioned    message: 'Property' artist 'does not exist on type' Readonly < {   children ?: ReactNode; } > & Readonly < {} & ';' at: '16, 56 'source:' js' But the project starts normal without problem...
asked by 17.09.2017 / 20:58
1
answer

How to save in Geometry data type SQL Server from Visual Studio?

Good morning ... I have a defined table (SQL Server 2012) as well; CREATE TABLE cliente( id [int] IDENTITY(1,1) NOT NULL, codigo [varchar](10) NOT NULL, nombre [varchar](100) NOT NULL, apellidos [varchar](100) NOT NULL, direccion [varchar...
asked by 09.08.2017 / 04:02
0
answers

How to generate a report whose content is repeated elements?

Good day, I am generating a report and I want to print barcode of several products. Assuming I have 5 products and each one I want to print a certain amount of codes (bars) on a sheet or what comes out (see attached) I want to send the quanti...
asked by 10.09.2017 / 05:50
0
answers

How to export to multiple worksheets in an ETL using Visual Studio [closed]

I am trying to export an excel file with two tabs or worksheets in an ETL using Visual Studio. I can not find anything on the web to help me. I attach the Controlflow and the Dataflow. Thank you!     
asked by 02.06.2017 / 16:29