Questions tagged as 'visual-studio'

0
answers

C # documentation [duplicate]

I would like to document an api for C #, in the style javadoc . Is there any way to decorate / comment the code so that type and member documentation is generated automatically? Does C # give native support to this, or is an external tool...
asked by 03.08.2017 / 19:15
1
answer

ASP.NET MVC + Entity - Mapping New Tables

Good morning, I have a project using ASP.MVC + EF and I mapped about 20 tables using the VS wizard (creating ADO.NET Entity Data Model , selecting the database and tables I want), but now I have 16 more tables to insert in...
asked by 23.08.2017 / 14:33
0
answers

Problem with visual studio to compile

I started to see this problem when I try to run my application, I did not make any modifications to the system, does anyone know what that could be? Managed Debugging Assistant 'BindingFailure' has detected a problem in 'C: \ Program Files (x8...
asked by 16.06.2017 / 20:16
0
answers

Error in design mode in xamarin

I'm having this problem in my project using xamarin: IdidaSOensearchandfound this , but it did not work. What is missing is to uninstall everything and I have no guarantee that this will work. I'm waiting for some help.     
asked by 19.06.2017 / 15:22
0
answers

DSL Tools: Center a shape in the diagram

I'm developing a DSL. In the main window, I have two panes ( Panel ): on one, a listbox of the diagram , and on the other the diagram itself. I would like to click on an item in the list to center the corresponding shape on the screen. I...
asked by 03.07.2017 / 02:47
1
answer

Printing DataGridView C #

I need to print the selected columns in a DataGridView. I can not generate an image because there are many columns (15 in all) and they do not all appear on the screen. I can print in landscape or portrait as long as all the information appears....
asked by 16.05.2017 / 22:11
0
answers

In Visual Studio 2017 the Extensions and Updates ... option within Tools does not open and gives error message

I reinstalled Visual Studio 2017 (I tried several times to get it, I had to delete some folders that contained the name Visual Studio to be able to reinstall, otherwise it did not proceed), after the reinstallation, when I go in TOOLS and click...
asked by 30.05.2017 / 04:54
0
answers

Connection Sql Server Express 2014 with Visual Studio 2015

I can not get the server name to appear in Visual Studio, I have the firewall disabled and I already verified that the server is active, please help me Thank you in advance.     
asked by 06.04.2017 / 15:29
1
answer

Problem creating a database diagram in Visual C # 2010 Express

Even creating a table called "People" previously, when creating a new database diagram in Visual C # 2010 Express, there is no table option for me to work with, not even the "People" table that I created myself. What could be happening? Thank...
asked by 22.02.2017 / 19:41
0
answers

Namespace error 'LinqToDb' could not be found

I downloaded Linq2Db.Firebird via Nuget and changed the file as instructed: <#@ template language="C#" debug="True" hostSpecific="True" #> <#@ output extension=".generated.cs"...
asked by 14.01.2017 / 21:00