Questions tagged as 'visual-studio-2017'

1
answer

Error connecting crystal reports with server

Good I'm doing an application in visual basic 2017 that connects to SQL, the problem comes when I run the .exe on the client's machine and I want to generate a report Note that the program is connected to the database that is on the server perfe...
asked by 17.04.2018 / 03:58
0
answers

SampleCurrencyData.txt How to get it

Hi, I am following the series of tutorials from SSIS How to Create an ETL Package from Microsoft SQL Server Integration Services in Visual Studio but there is a part of which I could not pass and it is as follows: As you can see, it a...
asked by 15.04.2018 / 00:33
1
answer

Why do not I get the option of native and xamarin.forms

Install visual studio 2017 enterprise but I do not see the option of native and xamarin.forms: and if I choose the Mobile App option (Xamarin.Forms) I do not get the two options either (native and xamarin forms):     
asked by 01.04.2018 / 19:19
0
answers

Error with Insert MSSQL, PetaPoco and C # (WPF)

Good morning, I am developing a desktop application using WPF, in visual Studio 2017 ; and I'm using the PetaPoco library for CRUD with SQL. I would like to know if you could advise me in this case, since I do not find much information on...
asked by 30.03.2018 / 22:11
0
answers

Error loading my VSTS Feed in Vsual Studio 2017

Create a Feed in VSTS to manage my DLLs and load without problems the .nupkg, but when I copy the URL of my Feed in VSTS to consume from VS I get the following error:    [VSTS] Failed to retrieve metadata from source ' link '.     Response s...
asked by 09.03.2018 / 21:39
0
answers

Doubt about Multilingual App Tool Kit

I'm trying to make an app in Xamarin CrossPlatform, and I wanted to implement the tool of the Microsoft Multilingual App ToolKit, followed the official tutorial of the tool and even watched a video of one of the developers implement it in an App...
asked by 18.02.2018 / 17:45
0
answers

How to disable items and enable them from a checklistbox according to MS Visual Basic conditions?

Cordial greeting colleagues, It turns out that I have a form with 2 checklistbox that are filled by means of a query to a database that I have, a checklistbox is for activities to be done and the other for workers (engineers). What I am trying t...
asked by 15.02.2018 / 15:56
0
answers

Print to a file

Good morning everyone. It turns out that I've been trying for a while trying to do what it says in the title and I'm running out of ideas. A few months ago I developed a print module with the PrintDocument class that draws the lines of t...
asked by 05.02.2018 / 19:01
0
answers

Problem with PromptBuilder

I have created this code in order to be able to copy everything that speaks in a text box, but I want it to be able to be done outside the text box. Here is the code that implements Code: using System.Windows; using System.Speech.Synthesis;...
asked by 04.02.2018 / 00:30
0
answers

Print using Microsoft Print to PDF

I am trying to print using Microsoft Print to PDF but when I open the generated document it is blank. try { PrintDocument pd = new PrintDocument(); ProcessStartInfo info = new ProcessStartInfo(@"C:\Total\EX-201...
asked by 25.01.2018 / 14:00