Questions tagged as 'visual-studio'

1
answer

Connection Sql Server Bank .MDF does not work C #

My application error when I try to run on another machine, except that on this machine I have nothing from sql server installed, what do I need to run my application on any pc? The following is the error: System.Data.SqlClient.SqlException...
asked by 23.05.2018 / 00:25
1
answer

What is the correct way to call C # versions?

There seems to be some confusion with the naming of the C # versions and the technologies that are related to it. Is there a C # 2005? Or a C # 3.5? What is the relationship of C # versions with .Net, Visual Studio, etc.? There are books...
asked by 17.06.2014 / 18:08
0
answers

Best way to perform complex builds

I have an application that dynamically loads dlls and other components at runtime, and I'm looking for a solution to build complex "Apache Ant" builds (available in Java). What options do I have? Any suggestions?     
asked by 11.05.2018 / 14:08
0
answers

Definition IsFirstRowAsColunmNames not existing in the IExcelDataReader of the reference ExcelDataReader

Using Visual Studio 2017, I installed reference packages through Nuget ExcelDataReader EcxelDataReader.DataSet version 3.4.0 I'm following a tutorial on how to open XLS file and this one giving error in the following line, I would like...
asked by 04.05.2018 / 00:28
0
answers

Email Confirmation in C #!

I made this form that the user when registering should receive an email in which he will have a link to confirm his email by clicking on the link, so in the way I did he is not receiving the confirmation email. For this I created a class called...
asked by 27.04.2018 / 18:20
0
answers

Visual Studio does not generate .exe when compiling (C ++)

Good afternoon, I'm new here. As stated in the title, my VS is not generating an .exe file when compiling, so I am not able to run my program. The terminal does not return any compilation errors. Could someone help me? Terminal return: 1> -...
asked by 24.04.2018 / 21:32
2
answers

What component can I use as a table in C #?

[RESOLVED] I get two information in the database, table products: ID and name. I need to show the user the ID and the name of all the products registered. The problem is that the listBox is just a list, it does not work like a table. Does anyone...
asked by 16.04.2018 / 12:47
0
answers

VisualStudio Extension - Does not allow updating

Hello, I recently created some extensions for VisualStudio, and when I publish a new version I go to the file: source.extension.vsixmanifest and update the version as image: SofareverythingworksandinMarketPlaceitappearstohaveanupdate,butwh...
asked by 13.04.2018 / 11:53
0
answers

How to open a project in Visual Studio downloaded from Github?

Forkeei a Github project and I opened the folder in Visual Studio, however when I click on start project the following message appears:    The invalid pointer program can not be started. What's more, it does not have the .sln file...
asked by 16.04.2018 / 09:33
0
answers

Diagram of classes from classes already created does not appear the relationship

When I create a class diagram in VS2017 from existing classes, the relationship link does not appear. namespace CloudEye.Domain { public class Car { public CarPlate CarPlate { get; private set; } public double Capacity...
asked by 14.04.2018 / 16:12