Questions tagged as 'visual-studio-2013'

1
answer

Can you use Firebird by accessing Windows Phone?

I developed a C # Windows Forms application with Visual Studio 2013 and with Firebird database, but I would like to make a small application to facilitate access to the system. But in this application it would be necessary to access the same app...
asked by 07.10.2015 / 20:25
1
answer

Auto component alignment does not appear in Visual Studio

Do you know when you drag, for example, a textbox to one place and another to another location, and Visual Studio automatically aligns you so that form is more organized? I use Visual Studio 2013 and it suddenly stopped with thi...
asked by 24.08.2015 / 18:25
1
answer

C # put a condition for a column value in a DataGridView with DataSource

I'm using VS2013 Entity 5. The situation is as follows: In a Children table, there is a SexString attribute that receives the value 0, 1. 0 for male and 1 for female. (could use "m" or "f", but it is a learning situation) In my DataGridVie...
asked by 18.09.2015 / 22:03
1
answer

Report from DataSet created in a Class

How do I create a Visual Studio 2013 Report from a DataTable (or DataSet) created in a method? When fetching the Report.rdlc data source I reference the class where the DataTable is created, but it is not listed as DataSource. I tried to a...
asked by 10.09.2015 / 19:10
1
answer

How to configure GitHub in Visual Studio 2013 (Share project on Local network)

How to configure GitHub (Version 2.26) in Visual Studio 2013 (in VST 2013 in Solution Explorer / Team Explorer) to share a project on the local network?     
asked by 21.05.2015 / 19:12
1
answer

Error getting a developer license in Windows 8.1

In Visual Studio Community 2013, for Windows Phone application development, the following error occurs when attempting to obtain the developer license: Message Title - > Could not get your developer license for Windows 8.1 Message Content - &...
asked by 24.05.2015 / 18:13
1
answer

Problem with TFS and Gulp

When I use gulp with TFS I have trouble executing gulp commands: TFS when checked the files, it locks the gulp's actions, not letting it read the files checked by TFS. My solution is to give edit to all solution files. Is there any other solutio...
asked by 25.12.2014 / 19:32
1
answer

Visual Studio 2010 Outline Extension

I know there are extensions to Visual Studio 2010 that display outline specific to each environment: C #, css / javscritp, and HMTL? Are there any solutions in a single extension? Or do I have to set up and install multiple extensions for the...
asked by 24.11.2014 / 21:13
1
answer

Problem with debugging

I am developing a project that has a complete logon system with Roles , User and Goups , but when I rename the project it asks to Attach the Process instead of DEPURING, how to solve it? >     
asked by 25.11.2014 / 03:25
1
answer

How to organize a C ++ project in folder structure in Visual Studio

I would like to separate my source code into folders to have a better organization in the code by grouping the files into directories. In general, you usually have a lot of .h and .cpp files, and I usually separate the folders. I have always...
asked by 27.09.2014 / 14:41