Questions tagged as 'visual-studio-2013'

1
answer

Doubt - Visual Studio Export / Import Project

I'm having problems importing projects into VS 2015. The project was done in an earlier version of IDE and when I import it it does not come with correctly added components, needing to add one by one. Is this correct or do you have to follow...
asked by 09.12.2015 / 00:06
0
answers

Plugin for counting references in VS 2013 Community

Is there a plugin for benchmarking in Visual Studio 2013 Community CodeLens ? I did not know that this CodeLens version is not part of this release.     
asked by 09.06.2015 / 13:21
1
answer

MSBUILD - How to publish multiple projects from a single Solution (OSGI)

I need help to publish my projects. I am using OSGI to modulate my application, consequently in my solution there are several WEB applications.    Ex: Solution A 1. Aplicação 1 2. Aplicação 2 3. Aplicação 3 4. Aplicação Principal Th...
asked by 06.06.2014 / 15:15
2
answers

visual studio sql error

Well, I'm new to C # and then I'm seeing a few database connection tutorials that appear to me this error: ThecodeI'vedoneisallstillbasedonabasictutorialandI'llleaveithereforyoutosee using System; using System.Data.SqlClient; using System....
asked by 13.07.2015 / 12:17
2
answers

Versioning project with Visual Studio 2013 and 2015

A project that uses two versions of Visual Studio (2013 e 2015) can happen conflicts, for example, with file .csproj or any other? Note: I do not want to ignore this file in versioning.     
asked by 21.08.2015 / 05:27
1
answer

Plugin for Visual Studio to create region in javascript

Hello, Does anyone know of a plugin for Visual Studio to create region in javascript codes? Thank you.     
asked by 04.05.2015 / 15:52
2
answers

Develop for windows ce / mobile in visual studio 2013

I've done a lot of research on the web to find some solution to my problem, but all the tutorials (articles) I found were flawed for my solution. MY CASE I currently have several smart device project (Device Application) projects for win...
asked by 24.02.2015 / 16:26
2
answers

How to transform a DLL created in C # to VB6?

I've created a pretty basic C # DLL, just to test. It looks like this: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Runtime.InteropServices; namespace CriarD...
asked by 31.01.2014 / 01:59
1
answer

Leave selected specific item ComboBox C # WinForms Visual Studio 2017

I'm developing an application that contains a customer registry. In this register there is a ComboBox that lists the cities of the database. My question is: How do I leave ' setado ' the name of a specific city? For example, the fir...
asked by 04.06.2018 / 02:11
1
answer

How to list all names of Access tables?

Hi, I'm wanting to display the names of the tables that are inside the Access file and play for a variable. How can I do this? Does the C # platform itself provide attributes so I can do this? I am using the System.Data.OleDb reference . Bel...
asked by 29.07.2018 / 23:12