Questions tagged as 'visual-studio'

1
answer

Assemblies not found for Visual Studio

Hello, I'm working with Visual Studio a short time and it's the first time I come across this message when trying to debug the program:   (C: \ Program Files \ x86) \ Microsoft Visual Studio \ 2017 \ Community \ MSBuild \ 15.0 \ Bin \...
asked by 01.05.2018 / 08:20
1
answer

Files not ignored in gitignore VSTS

I am doing a shared project using VS Team Services, however there are some files that I am not able to ignore in .gitignore. How do you ignore them? file (.suo), folder (obj), and extension (.cache) Follow my .gitignore below # Buil...
asked by 05.05.2018 / 22:14
1
answer

Discover XtraReport element page

In my application, I am generating a report using run time with methods like this below, where I start on the screen a label . How could I find out which page was printed on label ? I need to store the page number in an array , fo...
asked by 03.05.2018 / 18:51
1
answer

Connection to SQL database in C #

Good morning, friends, I am having a problem about database connection in particular for use in a project that captures the database information for a DataGridView, my first problem is that the table information is not coming, my doubt, I can...
asked by 14.04.2018 / 16:06
1
answer

System.Collections.Generic.IEnumerable

Help, guys! I have tried to do everything, already includes "using System.Linq" and nothing. Anybody know? MedicosController using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using Ca...
asked by 28.03.2018 / 21:21
1
answer

I changed the HD and I can not re-open the project [closed]

Dear colleagues. I changed the HD of the machine and re-installed VS 2017. When I try to open an existing project, the project is empty and I get the message "the project file has been downloaded". Can you help me please. Thank you.     
asked by 08.05.2018 / 22:28
1
answer

How to do to one or more field within the screen execute javascript function

I have a javascript function that should be executed when any of the two fields are made any kind of change. At first only the #DataAbate field when a change is performed runs the script but I want the #AntiValue to also execute the funct...
asked by 14.03.2018 / 23:02
2
answers

Display number of results of a SQL query [closed]

I have a resident registration system, I would like to display the quantity of records that result from my SQL lookup on my form in Visual Studio The SQL code is as follows SELECT * FROM PERGUNTAS WHERE BAIRRO = 'MCMV - INOÃ' In SQL Serv...
asked by 11.03.2018 / 21:02
1
answer

Error in Visual Studio Installer Dll

I have the following problem: when I go to build the visual studio installer project to generate the installer, it returns the error: Icanseethedependenciesofalltheotherdll'sandwhenIclicktoseetheonesofthatdll,itreturnsme:     
asked by 16.02.2018 / 13:52
1
answer

Website in VS Community 2017

I downloaded the new version of VS Community 2017 and got a bit confused about starting a new website. I remember going to File > New Website (below New Project). Not anymore. When I choose New Project, being in Visual C # I see the Web op...
asked by 13.03.2018 / 01:07