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
-
3
votes2
answers856
viewsHow to change the default package installation directories by Nuget?
On a project ASP.NET MVC, it is possible to specify in which folders the plugins Javascript and css, as Bootstrap, unlike the standards Content and Scripts? Content and Scripts are the default…
visual-studio-2013asked 10 years, 5 months ago user8052 -
3
votes2
answers782
viewsJavascript and Asp.net mvc help
In my project I have a field that is the Status of a certain occurrence. That is, if it is pending or solved. I made a javascript function that , by clicking the input field that is in readonly…
-
3
votes1
answer103
viewsHow to install Qt for MSVC without the Microsoft IDE?
You can install Qt and the MSVC compiler without installing the Microsoft IDE? I downloaded this version of Qt 5.4.0 for Windows 32-bit (VS 2013, Opengl, 694 MB) and installed, but I do not have…
-
3
votes0
answers421
viewsError importing Nfse Service from Aracaju
I’m trying to add this service in VS 2013: https://www3.webiss.com.br/aracajuse_wsnfse/NfseServices.svc But it is not possible to add this URL as a service. Normally the URL’s I add do not have the…
-
3
votes2
answers192
viewsValue based on another field (Crystal Reports)
How do I get the Valor Unit of the last purchase in Crystal Reports in a resulting table as the following? +-------------+---------------+------+------------+---------------+ | CodItem | DataCompra…
-
3
votes1
answer139
viewsConcatenate project name to create Template in Visual Studio 2013 c#
I am creating a template for project creation and when editing the file . vstemplate I have something like this : <VSTemplate Version="3.0.0"…
-
3
votes1
answer320
viewsCreate item in another project Visual studio 2013 Template
I am creating a template in visual studio, but I want to add an item in a project to be created in all other projects of Solution, can anyone help me? the code is more or less this: <VSTemplate…
-
3
votes1
answer145
viewsError Connecting to Windows Phone 8.1 Silverlight Bluetooth Printer
Trying to connect to the Bluetooth Printer gives the following error. " No more data is available. (Exception from HRESULT: 0x80070103)". This error only came from Visual Studio 2013, in Visual…
c# visual-studio-2013 windows-phone windows-phone-8-1 silverlightasked 9 years, 8 months ago Natanael Ribeiro Ferreira 133 -
3
votes1
answer67
viewsRemove namespace or full names
My question is if there is any shortcut, command or Visual Studio function that removes namespace or full class names, for example: for you to add a Data Annotation without doing a using vc you have…
-
3
votes1
answer169
viewsWeb.Config Transformations - What to do with connectionString.config if I don’t use Web Deploy?
My Web.config points to an external connectionString file. <?xml version="1.0"?> <configuration> <connectionStrings configSource="connectionStrings.config"/> </configuration>…
-
3
votes1
answer186
viewsMeaning of class member icons in Visual Studio
I wonder if there is any documentation that deals with the meaning of images/ icons of Visual Studio (obviously some are explicit (salvar = disquete) or whose function is shown when positioning the…
visual-studio-2013 visual-studio visual-studio-2012 visual-studio-2015asked 9 years, 7 months ago rubStackOverflow 7,372 -
3
votes2
answers188
viewsc# query with cycles
Good people I am doing a work in using c# and my knowledge is still very limited and I am having a doubt. I have 2 tables and what I wanted to do was show the information of the 2 where the…
-
3
votes1
answer177
viewsCan you use Firebird by accessing from your Windows Phone?
I developed a C# Windows Forms application with Visual Studio 2013 and Firebird database, but I would like to make a small application to facilitate access to the system. However in this application…
c# .net visual-studio-2013 windows-phone firebirdasked 9 years, 3 months ago André Morais Martins 367 -
3
votes1
answer31
viewsNavigationbar Visualstudio 2013
Today I started a project in C# and realized that in the navigation bar, when I click on a control I am directed to the designer of . aspx, and is not displayed the events that the control has as in…
-
3
votes1
answer2375
viewsDoubt - Visual Studio Export/Import Project
I’m having problems importing projects into VS 2015. The project was done in an earlier version of the IDE and when I import it it doesn’t come with the components correctly added, needing to add…
-
3
votes1
answer137
viewsProblem with installation prerequisite
I have an installer project in Visual Studio 2013. One of the prerequisites for installation is Iisexpress 7.5 or higher. I was able to put Iisexpress 7.5 as a prerequisite: However, when trying to…
-
2
votes1
answer341
viewsPortable Database for WPF + C#
I am creating a form in WPF + C# in VS Express 2013 for Desktop. Is there any database similar to Sqlite that I can use with C#+WPF? Because as I come from the development in Delphi I got used to…
-
2
votes1
answer325
viewsMSBUILD - How to Publish Multiple Single Solution Projects (OSGI)
I’m in need of some help publishing my projects. I am using OSGI to modulate my application, with consequence in my Solution there are several WEB applications. Ex: Solution A 1. Aplicação 1 2.…
-
2
votes1
answer1249
viewsASP MVC 4 and Webservice
I have a Webservice with all the methods I need to make the system work and I also have a page ASP NET MVC 4. I already referenced the Webservice Referral Service. I can access a method that returns…
c# asp.net-mvc sql-server web-service visual-studio-2013asked 10 years, 9 months ago Thiago Alex 349 -
2
votes1
answer103
viewsHow to turn off Visual Studio 2013 Intellisense for Text Plan only?
I need to edit a text file in Visual Studio 2013, but the Intellisense keeps bothering me like this: By squeezing space for the next word is "Troque object leitor de DVD" and it is unproductive to…
-
2
votes1
answer434
viewsMvccheckboxlist, Radiobuttons and Text Inputs
I have a project where I’m using Mvccheckboxlist. My question is this:: Could I put a mvccheckboxlist together with radio Buttons and inputs ? Because I am in a project at a school that I have to…
-
2
votes1
answer167
viewsHow to position a text inclined in Reportviewer?
There is a way to tilt a word (textbox, or other possible way), in Reportviewer, to stay at 45º (degrees), for example?
-
2
votes1
answer220
viewsHow to list related data
In my project I have two tables: Student and Occurrences. And they are related so that a student can have several occurrences. My need is: In the Student Details view (Details.cshtml), I need to…
-
2
votes3
answers958
viewsUsing Visual Studio and C++ how to prevent the debug screen from closing automatically?
Using the code below I type the two numbers, but if I give enter after typing the second number the answer appears quickly and the debug closes. int main(){ int num1, num2, answer; cout <<…
-
2
votes1
answer51
viewsHow do I use the VS Command Window?
How do I use Command Window? I have never used this tool to debug.
-
2
votes3
answers679
viewsError generating PDF with Rotary
Guys, I’m having a problem here to generate a pdf with the data coming from the bank. My system has a register of students and their occurrences. What I wanted was that, at the time of detailing the…
-
2
votes2
answers86
viewsHow to develop for Windows Phone 8 using Visual Studio 2013
I wonder how I can develop for windows phone 8 using VS2013, because only have the option for Windows Phone 8.1.
-
2
votes1
answer53
viewsError 04018 when trying to build an SQL database project
I created my database project on Visual Studio 2013 pointing to an existing base, I put a new build for TFS execution and the following error occurs: Error 04018: The “SqlBuildTask” task failed…
visual-studio-2013 team-foundation-server team-buildasked 9 years, 12 months ago egomesbrandao 2,026 -
2
votes2
answers91
viewsDebugging error in Visualstudio 2013
I’m not able to debug my programs, always appears this, already deletes the file . suo and nothing! Someone knows of a solution?…
-
2
votes1
answer48
viewsProblem in Visual Studio 2013 XAML
Objects do not appear in XAML Visual. They only appear if it is a project using Silverlight. But in Emulator when Compile display normal, it is bad only to edit Application Visual.…
visual-studio-2013 xaml windows-phone-8-1asked 9 years, 11 months ago Natanael Ribeiro Ferreira 133 -
2
votes2
answers949
viewsHow to know the current state of the form?
I am beginner in the area, I could not find my question elsewhere. Is there any code, which shows the state of the form? For example: if it is in focus, if it is minimized or maximized? Thanks in…
-
2
votes1
answer1159
viewsSuggestion to update Windowsform application
I am developing a Windows Form application in C#, this is a slightly large application, I would like to know what technology I use to update this application on the client’s computer. I tried to…
-
2
votes1
answer56
viewsWhat is the function of the Deploy option in Visual Studio?
Community, when I went to compile a project I received the message that should mark the option Deploy. Hence a doubt arose, I would like an explanation (the more detailed the better :) on the option…
-
2
votes0
answers41
viewsReference count plugin for VS 2013 Community
Is there a plugin to count references on Visual Studio 2013 Community as that of the Codelens? I didn’t know that in this version Codelens is not part of that version.…
-
2
votes1
answer28
viewsCreate files from a template
I do not know if my question is intelligent and it is possible to do what I want. I need to automate the creation of files in Visual Studio, here in the company, whenever we create a VIEW it is…
visual-studio-2013asked 9 years, 7 months ago Cleiton 719 -
2
votes1
answer121
viewsPublish Visual basic error
Good evening friends. I am having a hard time compiling my project. It presents this error. What can be?
-
2
votes2
answers181
viewsvisual studio sql error
Good people, I’m new in c# and then I’m seeing some tutorials connecting to the database only that this error appears to me: The code I made is all still based on a basic tutorial and I leave it…
-
2
votes2
answers709
viewsProjects created in Visual Studio 2015 are recognized in Visual Studio 2013?
Because projects that are created in 2013 are not recognized in 2012, because I have to create everything in hand, because the visual does not recognize the same as an MVC project.
-
2
votes3
answers329
viewsPass Controls to a function
I have an interface in Visual C#. In this interface I have a Class called T50 that contains all the variables I need. I have already implemented a button that saves the object created by the T50…
-
2
votes1
answer525
viewsBuild Output: Consider app.config remapping of Assembly
I am receiving the message below regarding several Assemblies, the project compiles and runs normally, however, wanted to know how to solve and whether it can cause future problems. Consider…
-
2
votes0
answers103
viewsProblems with Opencv - Eyes Cascade and Face Cascade
Hey! What’s up? I am making a program in C++ with Opencv and when running appears the error below This is the error that is occurring without Try-catch This is the error occurring with Try-catch int…
-
2
votes2
answers394
viewsblocked by software Restriction policies?
Someone has come across this message when opening Visual Sdudio?? \Packages Entityframework.5.0.0 tools init.ps1 cannot be Loaded because its Operation is blocked by software Restriction policies,…
c# visual-studio-2013 visual-studio visual-studio-2012asked 9 years, 3 months ago Luciano Carlos 335 -
2
votes1
answer94
viewsAuto-update of Publish in Visual Studio zeroing the database
Soon I had to create an installer for desktop application in c#, and as in visual studio 2013 there was Publish that already created Setup and Auto-Update I ended up using it for convenience, but…
-
2
votes0
answers125
viewsPublish specific files by visual studio
Through this question Visual Studio Publishing Methods I figured out how to publish specific files through Visual Studio. I can select the files I want to publish, right-click and select "Publish…
-
2
votes1
answer466
viewsVisual Studio utf-8 error
I tried to use Visual Studio along with the tools to Python, but when I put: print("Hello World") and grip F5 it runs smoothly. But when I put: print("olá") he gives the following error: File…
python python-3.x visual-studio visual-studio-2013asked 8 years, 4 months ago Vinicius Barbosa de Medeiros 331 -
2
votes2
answers933
viewsIf I directly copy the Visual Studio project folder gives any error? Or do I have to do something else?
I wanted to copy the Project Solution to my teacher, I can go to the file location and just copy the project and send it to him that it will work?
-
2
votes0
answers65
viewsPut web application online (publish) done in visual studio?
I developed a website on Asp.net C# in the Visual Studio 2013 for a company. This company wants to replace its current website with the one I developed. This site is located on the server of a…
-
2
votes1
answer43
viewsEdit compiled ASP.NET page
Good morning, I have a WEB application ready and I need to maintain it, change some tables that are referenced in it and etc. However I do not have the project, only the page compiled with the aspx…
-
1
votes2
answers1412
viewsHow to turn a DLL created in C# to VB6?
I created a very basic DLL in C# just for testing. It looked like this: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using…
-
1
votes1
answer72
viewsTelerik Radribbonbar - strange behavior
When configuring text and images in a RibbonBar, along with its alignments, suddenly the window became too small, preventing any way to increase its size (Windows form, Telerik v2014.1.228.40,…