Questions tagged as 'visual-studio'

1
answer

Using C # 6.0 on VS2010

I have Visual Studio 2010 installed. I would like to know if it is possible to use the features of version 6.0 of C # in my IDE     
asked by 24.10.2017 / 21:33
1
answer

Dll and Exe with the same name = Problem?

I had a rather curious problem now. I created a project (Console Application) named SpotifyApi in Visual Studio 2017 and soon after I downloaded the Spotify API in NuGet. When I first ran the code Visual Studio threw the following exception:...
asked by 13.07.2017 / 21:44
1
answer

.dbml connection - Visual Studio 2017 (C # + SQL Server 2016)

In Visual Studio 2012, there was an option to create the connection file with the DB in (Add > new Item) and then choose the dbml extension file. In Visual studio 2017, where is it? I remember it's something with (Connection for SQL). obs....
asked by 01.05.2017 / 03:25
1
answer

Migrate from VS 2005 to 2012 - Change framework version

I have a project compiled in the .Net Framework 2.0, using VS 2005. Now I'm migrating the same to VS 2012. The migration occurred successfully, but the project was not recompiled for .Net Framework 4.5. My need is to recompile it to .Net fram...
asked by 21.06.2017 / 18:46
1
answer

Access Restriction, in Visual Studio Project, with C #! [closed]

During my technical computer course, in the Programming module, I made a project with Windows Form! This project is linked to a database I created myself in SQL Server! It would be a "software" for medical clinic (all fictitious), from the be...
asked by 08.02.2017 / 23:09
1
answer

Items are not shown in the dataGridView

I'm using the following code to include items in a list and show the same in my DataGridView : PedidodetalheOffline item = new PedidodetalheOffline(); //crio um novo item item.IdOffline = id; //seto o id item.PedidoOffline = numero; //se...
asked by 02.01.2017 / 02:22
1
answer

Letter ç in the VS Code editor

The "c" folder disappeared in the Visual Studio Code that I use on my MacBook. This happened some time ago after an update. Works in any editor except VS Code. Has anyone ever experienced this?     
asked by 07.02.2017 / 20:43
1
answer

LNK2001 Error in C ++ Project Build

I'm trying to give Build a project in Visual Studio and this error is appearing: Severity Code Description Project File Line Suppression State Error LNK2001 unresolved external symbol "class CPSock ListenSocket" (?ListenSocket@@3...
asked by 05.09.2016 / 21:13
1
answer

Error when trying to install Visual Studio 2013: Access Denied KB2829760

I'm trying to install Visual Studio from the%% ISO I've downloaded so I can continue with my C # studies. However, when I try to install, an error appears: KB2829760 Access Denied The operating system I'm using is Windows 10. Has anyo...
asked by 26.05.2016 / 14:24
1
answer

When choosing a company to connect to the Database

Aguem could help me I'm doing a project to deliver this year in college in 4 layers I have a login screen and when I type user and password I choose the company that I should work example Company A, Company B, Company c, in sql server I have 3 ba...
asked by 08.01.2016 / 00:13