Most voted "visual-studio-2013" questions
Visual Studio 2013 is the version of the Microsoft Visual Studio product line that came after Visual Studio 2012. And succeeded by Visual Studio 2015. Use this tag only if the question refers to that specific version of Visual Studio that does not apply to other versions.
Learn more…185 questions
Sort by count of
-
1
votes1
answer33
viewsError:Build Solution - Visual Studion
When trying to build the solution VS2013 presents the following error: Error 1; Could not copy the file "obj/Debug/Win8appbox.exe" because it was not found. I noticed that the file . exe is deleted…
-
1
votes1
answer46
viewsMultiple Resources Files in . NET
It is possible to have 2 Resources files in visual studio with the same Resources name, one of which is intended for test environments and another for production environments?
-
1
votes1
answer85
viewsVisual error in Visual Studio / VS2010 Projects in 2013
I have windows installed on a mac with boot camp and appears to me the visual studio 2010 like this: I’ve tried changing screen reset, font size, board updates,... Nothing solved. I already…
-
1
votes0
answers128
viewsProblem connecting to Mysql from Visual Studio
I am trying to make the connection by Visual Studio, when I will configure by 'Data Source Configuration Wizard' is showing an error: Since I already imported and referenced the . dll(s) from Mysql…
-
1
votes1
answer49
viewsVisual Studio 2010 Outline Extension
I know there are extensions for Visual Studio 2010 that display specific Outline for each environment: C#, css/javscritp and HMTL? Are there any solutions in a single extension? Or do I have to…
.net asp.net visual-studio-2013 visual-studio visual-studio-2012asked 9 years, 12 months ago Jothaz 1,924 -
1
votes1
answer58
viewsProblem with debugging
I am developing a project that has a complete logon system with Roles, User and Goups, but when renamed the project asks to Attach Process instead of DEBUG, how to resolve this?…
-
1
votes1
answer56
viewsProblem with TFS and Gulp
When I use Gulp with TFS I have problems executing Gulp commands: TFS when checking the files, it locks the actions of Gulp, not letting it read the files checked by TFS. My solution is to give Edit…
-
1
votes1
answer1467
viewsApplication with Crystal Reports does not find database in client
I made a small application that uses Crystal Reports to generate reports. I did the . EXE of it with Instalshield LE, installed it on my PC and spun beauty. However, when installed on another…
-
1
votes1
answer1611
viewsHow to organize a C++ project into 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 files . h and . cpp and I…
-
1
votes1
answer164
viewsError while performing connection test in Visual Studio
I’m new to ASP.NET programming, and I’m trying to connect Visual Studio 2013 Express with SQL serves 2012 Express and I’m not getting any results. I did the following procedures; procedure 1.…
-
1
votes2
answers1062
viewsDevelop for windows ce/mobile in visual studio 2013
I have done several searches on the web to find some solution to my problem, but, all tutorials (articles) I found, were flawed for my solution. MY CASE I currently own several smart device project…
visual-studio-2013 visual-studio windows-ce smartdeviceasked 9 years, 9 months ago Diego Moreno 491 -
1
votes1
answer112
viewsPlugin for Visual Studio to create javascript
Hello, Does anyone know any plugin for Visual Studio to create Region in javascript codes? Thank you.
-
1
votes1
answer1305
viewsHow to set up Github in Visual Studio 2013 (Share project on Local network)
How to set up Github (Version 2.26) in Visual Studio 2013 (in VST 2013 in Solution Explorer/Team Explorer) to share a project on the local network?
-
1
votes1
answer399
viewsError getting developer license on Windows 8.1
In Visual Studio Community 2013, for application development for Windows Phone, it displays the following error when trying to get the developer license: Message Title -> Unable to get your…
-
1
votes0
answers93
viewsTranslate . rc in Visual Studio directly in Source?
I’m trying to translate a project with Visual Studio 2013 (Snes9x emulator). I have no experience with the theme, but following the instructions of the package, I understood the resources and…
-
1
votes2
answers353
viewsVersionar project with Visual Studio 2013 and 2015
A project that uses two versions of Visual Studio (2013 e 2015) conflicts can occur, for example, with file .csproj or any other? Note: I don’t want to ignore this file in versioning.…
git visual-studio-2013 visual-studio versioning visual-studio-2015asked 9 years, 3 months ago rubStackOverflow 7,372 -
1
votes1
answer49
viewsNo automatic component alignments in Visual Studio
You know when you drag, for example, a textbox to one location and another to another location, and Visual Studio ends up automatically aligning for you, so that the form get more organized? I use…
-
1
votes1
answer196
viewsReport 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 searching for the Report.rdlc data source I refer to the class where Datatable is created, but it…
-
1
votes1
answer215
viewsC# set a condition for a column value in a Datagridview with Datasource
I’m using VS2013 Entity 5. The situation is as follows: In a table of Sons, there is an attribute sexFile that receives the value 0, 1. 0 for male and 1 for female. (could use "m" or "f", but it is…
-
1
votes1
answer640
viewsHow to use C# Windows Forms with Firebird and Object Orientation?
I recently learned a little object orientation and c#. But I am trying to create an application that is developed in c# windows Forms, with database Firebird and object-oriented. But what’s the…
-
1
votes0
answers36
viewsChange Context Webservice using Visual Studio 2013
I generated a webservice using visual studio 2013, mysql using database first, until well, but when I put to generate in json, the answer is as follows: string xmlns="http://digits.com.br/">…
-
1
votes2
answers75
viewsCan I access a Web Api from Windows Phone?
I developed an Api that communicates with my database and put it on IIS. Testing in Windows Forms applications, the search of the api data works normally, but when I try to run it inside the Windows…
c# winforms api visual-studio-2013 windows-phoneasked 9 years, 1 month ago André Morais Martins 367 -
1
votes2
answers899
viewsHow to use Firebird database on network with C#?
I developed a C# Windows Forms application with Firebird database and I need to place the application with the database on a machine that will be like a server. With this, I need to access this…
c# database visual-studio-2013 firebird networksasked 8 years, 11 months ago André Morais Martins 367 -
1
votes2
answers295
viewsUnknown command: 'syncdb' Visual Studio 2013
I’m having trouble developing a system in Django. When I try to synchronize the bank this error appears: Python interactive window. Type $help for a list of commands. Executing manage.py syncdb…
-
1
votes1
answer60
viewsError compiling Class Library + Microsoft.DNX.Packagemanager
I created a Class Library project in Visual Studio 2013 Express using framework 4.5, but when giving a Build in Class Library the following error occurs : ------ Build Started: Project:…
-
1
votes0
answers87
viewsIdentification of a VSTO solution
I implemented a project of the type Excel Workbook in Visual Studio. The project runs right, my problem is how to install it on the client’s computer. I don’t want an installer Clickonce, because…
-
1
votes0
answers587
viewsReportviewer C# with parameters using Mysql
I’m starting to develop reports in Visual Studio 2013, using C# with Mysql. At the moment, I was able to make a report without parameters, but when I enter parameters in the query, it returns an…
-
1
votes0
answers65
viewsColor in Visual Studio
Hello! Does anyone know how I can change colors of the unused methods/events vs those used in Visual Studio? I have VS2013 (using Dark theme) and Resharper but I can’t see exactly the methods/events…
-
1
votes0
answers46
viewsHow to check if several files are different from TFS?
My Center is, by a drop in the TFS server, when it was restored, my whole solution was "checked" for my user, I would like to know if there is any way to check or list only the checked files for my…
-
1
votes0
answers664
viewsHow to set up external access in IIS Express VS 2013?
I have a webservice on Asp.net mvc 4 running on my local pc if I do http://localhost:14807 works blazin, but if I do, http://192.168.1.105:14807 which is itself does not work, the same happens if I…
-
1
votes0
answers34
viewsI don’t have the option to delete from the project to a Folder and its files
We used to have our own Nuget to install our DLL’s and so on. Well, now we no longer use Nuget. It turns out I downloaded a project from the repository to fix a bug, it asks for Nuget.exe. As I…
-
1
votes1
answer345
viewsError (Connected String) Asp . Net MVC - Visual Studio 2013 and SQL Server 2012
I have a problem with my MVC Asp.Net. I created the Connection String inside Webconfig, <connectionStrings> <add name="connSql" providerName="System.Data.SqlClient" connectionString="Data…
asp.net-mvc web-application exception visual-studio-2013 connectionstringasked 8 years ago Marcelo Medeiros dos Santos 73 -
1
votes1
answer104
viewsIs it more correct to use the Master-Detail concept?
I have a situation that I would like to use the most correct (elegant) way to implement. The scenario is as follows: I’m building a Helpdesk system where Tickets are stored in one table (and…
-
1
votes1
answer80
viewsOpen Program with dragging file(PDF) and even recover the path
Hello, I am with a little complicated need, I am developing an application that sends pdf files to an application via webservices. I just want to let this problem begin in a few different ways. I…
c# winforms visual-studio visual-studio-2013 drag-n-dropasked 7 years, 3 months ago Renan Silveira 376 -
1
votes1
answer104
viewsDataconnectiondialog giving error in Visual Studio 2017
I’m migrating to the Visual Studio 2017 a legacy project that uses a modal window to collect database connection data and format a string connecting. The code below shows an error: var dialog = new…
-
1
votes1
answer401
viewsLog in Separate Files [Log4net]
I use Log4net in my application. I need to create a configuration that "deposit" everything from level="INFO" in a file and everything that is light="ERROR" in another file. But even following the…
-
1
votes1
answer1374
viewsLeave Selected specific item Combobox C# Winforms Visual Studio 2017
I am developing an application that contains a customer register. In this register there is a ComboBox listing the cities in the database. My question is this: How do I leave 'setate' the name of a…
c# winforms visual-studio visual-studio-2013 visual-studio-2017asked 6 years, 5 months ago user59669 -
1
votes1
answer861
viewsHow to list all Access table names?
Hi, I’m wanting to display the table names that are inside the Access file and play for a variable. How can I do this? Does the C# platform itself provide attributes for me to do this? I’m using the…
-
0
votes2
answers675
viewsHow to enable the "Add Controller" option in the menu?
Recently the option of mine Adicionar controller is off the menu. I’m using Visual Studio 2013, and the project is ASP NET MVC, version 5.1. How to fix this problem?…
c# asp.net-mvc visual-studio-2013 asp.net-mvc-5asked 10 years, 9 months ago Ivan Ricardo Lopes 1,376 -
0
votes1
answer2242
viewsVisual Studio Express 2013 for Windows Desktop installation error
I tried to install VS Express 2013 for Windows Desktop on my notebook that had just been formatted and installed Windows 8. I received a message in the setup complaining of pre requirements. Before…
-
0
votes1
answer1097
viewsClickonce failed to load Crystal Reports
I have a WPF application in C# and some reports of that application. When installing the application with Clickonce the reports are not called and the failure message appears when loading report.…
-
0
votes1
answer213
viewsCan I add content tables in the same database as Users? ASP.Net Identity
I created an ASP.Net MVC 5, EF 6 project with individual accounts. The database is automatically generated with 5 tables: Aspnetroles Aspnetuserclaim Aspnetuserlogins Aspnetuserroles Aspnetusers Is…
-
0
votes2
answers91
viewsVisual Studio 2013 only opens 2012 projects
Whenever I will create a new project on VS2013, I have no project option, just the option: WEB >> Visual Studio 2012. Then yes, I have several project options like MVC 3 and 4 and so on. How…
-
0
votes1
answer315
viewsHow to change the name of a web-like project into a visual studio solution?
Guys, whenever I try to include a new web project in my solution with the name "Web" it adds "(something number)" and I can’t change. How do I change?…
visual-studio-2013asked 10 years, 3 months ago Cleiton 719 -
0
votes1
answer65
viewsRemove Spellcheck (Check Spelling)
I need to Remove Spell Check Field from Edit Toolbar, but I can’t find any property or how to remove the field, I’ve removed all the buttons I didn’t need but I can’t find the reference of this, how…
-
0
votes1
answer1156
viewsPage header in section details in Crystal Reports
Good morning to all! I created a commission report with Crystal Reports in Visual Studio with a date filter. Each month is sent to the sellers individually their commissions in the period. To open…
-
0
votes0
answers48
viewsDatarepeater replacement
I always used Datarepeater to put my data and put buttons. Only in visual studio 2013 he disappeared. How do I use it without downloading Powerpack? Or if you have something like your ease? to do…
-
0
votes1
answer67
viewsError with webforms "Process with an Id of is not running"
I am trying to run a webforms . net 4.5 application, however the error: "Process with an Id of XXXX is not running." is presented each time I try to run the application, where XXXX is variable,…
-
0
votes1
answer94
viewsRibbon for Visual Studio Express 2013
How to install or activate Ribbon in Visual Studio Express 2013?
-
0
votes2
answers2459
viewsReportview without a dataset
I am finishing my TCC and I have a question regarding the Reports with the ReportView from Visual Studio 2013. I will explain basically how my application works. The connection to the database is…
c# sql-server visual-studio-2013 crystal-reports reportviewerasked 10 years, 1 month ago Ariel Cardoso 23