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
-
0
votes1
answer268
viewsQuestions under development of Desktop C#
I’m starting to program in c# and I’m having some doubts. I would like to know where to start, for example: I have a desktop system that I use in one company, I needed to develop another in the same…
-
0
votes1
answer95
viewsHow to integrate android with visual studio 2013?
Hello folks would like to know if it is possible to integrate the Android in the Visual Studio 2013
-
0
votes2
answers490
viewsError installing Visual Studio 2013 Community
Goodnight! I downloaded Visual Studio 2013 Community on Windows 7 operating system, when running it displays the message: SETUP BLOCKED Remembering that I already have Windows 7 SP1 and Internet…
-
0
votes2
answers56
viewsDistribute programs without losing the path/path at runtime
Good evening friends, I’m having a difficulty, my project is a button that when you click it opens an executable, I want to publish my project along with the program without losing the way when…
-
0
votes1
answer88
viewsOpen file (pdf, doc, etc.)
I have the following code, which works perfect in IE, but in Chrome does nothing, opens the pdf and does not donwload. Any special settings in Chrome? <%@ Control Language="C#"…
visual-studio-2013asked 9 years, 4 months ago Cleber Balota 1 -
0
votes0
answers162
viewsNamespace
I installed system.web.helpers and now I need to install system.web.mvc. It turns out that both have a dependency called: system.web.webpages and therefore the installation of mvc is giving error.…
-
0
votes1
answer20
viewsDoubt with Asp.Net project
Good afternoon guys, I am learning ASP.NET and the guy who is teaching online, started like this: File, New Web Site and selected the option ASP.NET Web Application and has the following folders…
visual-studio-2013asked 9 years, 4 months ago Carlos Leandro Ferreira de Alm 339 -
0
votes1
answer159
viewsHow to get a specific version of a library via Nuget?
I need to use a library with a specific version in an old project. I remember once downloading another library from the Nuget console specifying the version, but I do not remember and I do not know…
-
0
votes2
answers2328
viewsGenerate XML based on XSD
I received here some XSD files to use in an application I developed... I would like to know how to generate an example XML in Visual Studio to be able to locate me in the data export. When I try to…
-
0
votes0
answers124
viewsDebug php in visual studio
Someone knows how I can debug and find errors in php using visual studio. I searched a few places but found nothing satisfactory. When my page has an error in code, using visual studio it shows only…
-
0
votes1
answer139
viewsForm does not validate using Partial View
I’m using Partial View for registration of Pessoa, that is, in my View have two RadioButton: Pessoa Fisica and Pessoa Juridica, when selecting the Radio Button I’ll tell you what ajax: $(function ()…
-
0
votes0
answers103
viewsProblem when listing text file data in c++
Good night to you all, I have to deliver a job in college , the same being done in C++. As it is the first time I come across this language , I have a problem in one of the part of the program.…
-
0
votes1
answer848
viewsToolbox gets all the items disabled
It had an express version of visual studio 2015. I uninstalled and installed the visual studio professional 2013. When creating an Asp.net/web Forms application, my Toolbox items are disabled. I…
-
0
votes1
answer70
viewsNuget package on local IIS or intra
I set up the nuget local and worked very well, both on my machine and on the network. What I want is to put the packages(DLL) in the IIS, so that when passing the address(URL) where are the DLL's,…
-
0
votes1
answer327
viewsHow to compare two dates in Datagridview and change color when VB.Net expires
My code Private Sub CadastroDataGridView_CellFormatting(sender As Object, e As DataGridViewCellFormattingEventArgs) Handles CadastroDataGridView.CellFormatting If…
-
0
votes1
answer158
viewsDoes Entity Framework need Session and Httpcontext?
I watched some videos about Entity and saw two different versions, in a first was something simple and direct (I believe the raw form of the Entity), where it just instantiated the context of the…
-
0
votes1
answer459
viewsVisual Studio Publishing Methods
Is there any way to publish specific files through Visual Studio 2013? In the publications I performed, Visual Studio deleted all the files in the destination and imported the new ones. Note: I use…
-
0
votes2
answers1069
viewsVoice recognition does not work
I recently formatted my laptop and had to reinstall everything, only now my TCC project is error that in the case before had not had. In that code snippet: SpeechRecognitionEngine sre = new…
-
0
votes2
answers539
viewsError Windows cannot find 'svcutil.exe'
Among the many projects here in the company, there is one that when I compile gives the following error: Windows cannot find 'svcutil.exe' What do I do to fix that mistake? This is the version of my…
-
0
votes1
answer421
viewsExisting user validation in C#
The function verificaLoginExistente warns that the login still exists, but still continues to the next line of code and registration. I want it to notify and return to register for a new name. My…
-
0
votes1
answer39
viewsTreenode properties search using C++
Good afternoon. I’m trying to work with TreeNodes, I would like to do a search based on the Text properties of my Name, but I’m not getting the expected result. What I wanted to appear to me was…
-
0
votes0
answers55
viewsProblem running webapp after reinstalling windows 10. Visual Studio 2013 Express for Web
After the reinstallation of Windows 10 and Visual Studio 2013 Express for Web a project that previously worked started to indicate the following error: Could not load file or assembly…
-
0
votes0
answers156
viewsCreate a game standalone . exe in Visual Studio
I need to release a game but want to create a standalone . exe, because when VS finishes the compilation creates the . exe but together are the dll’s of the game, I wanted it to stay only the . exe…
-
0
votes0
answers357
viewsProject does not open in Visual Studio (load failed)
After opening once the VS2013 in administrator mode, a project in my solution is not open. Solution is from the company where I started to intern and know almost nothing of the code. The error is…
-
0
votes0
answers82
viewsSave image in Firebird with C#?
I created a form for registration (CRUD) and I need to save the photo of the product or person for each registration, until I found on the Internet some things with OpenDialog, but nothing…
-
0
votes0
answers64
viewsErrors in Visual Studio
Visual Usage Studio Express 2013 for Web. I don’t know much about him, I’ve been learning in practice. It indicates many errors as if my class had not determined attribute. I noticed that this…
visual-studio-2013asked 7 years, 7 months ago Neumann 3 -
0
votes0
answers192
viewsError added reference Nferecepcaoevento4
I’m having trouble adding a reference to the service Nferecepcaoevento4, SEFAZ Ambiente Nacional. Service address: https://www.nfe.fazenda.gov.br/NFeRecepcaoEvento4/NFeRecepcaoEvento4.asmx?wsdl. I…
-
0
votes0
answers788
viewsLocal database . MDF C# Visual Studio 2017 (CONNECTION)
I am developing a windows application using visual studio 2017, but I came across a problem, on my machine that I am doing the project everything runs right, on the other machine that I do the tests…
-
-1
votes1
answer196
viewsTFS error: The request was aborted: Could not create SSL/TLS
The following error occurs when checking Visual studio 2013 for VSO (TFS online): Multiple errors occurred During the Operation, the first of which is displayed Below. A full error list is available…
-
-1
votes1
answer473
viewsDreamspark License - Can I use on more than one machine?
I have a license from SQL Server 2014 Enterprise and one from Visual Studio 2012 Ultimate, both obtained through Dreamspark. As I did not know that in the future I would need them on two machines, I…
-
-1
votes1
answer878
viewsTiered login system with access level
Good morning, I am making a software for completing a course at school, and I need to make a login system with access level (I am programming in layers and using SQL SERVER 2012). I saw a tutorial…
-
-1
votes1
answer220
viewsApplication does not run with Visual Studio 2013
I made two small applications in Visual Studio 2013, which do the following: The first mounts the serial and saves that serial in the windows registry; The second reads key in windows registry. When…
-
-1
votes1
answer293
viewsconnection localDB visual study
Good evening, I downloaded I Paste system in Vb from the internet , but when I will test the error application in connection of sql server. it already came configured, I even played the file . mdf…
visual-studio-2013asked 7 years, 8 months ago Devlask 1 -
-2
votes1
answer139
viewsOpen system32 programs by C#
I am trying to run Active Directory from my machine via C#. I can open all other common programs without problem. The program is installed in C:\Windows\system32\dsa.msc, but Visual Studio shows an…
-
-2
votes1
answer132
viewsAdd form to subscribe to the newsletter in c#
Viva. I’m developing a website in c#, Asp.net using visual studio. I would like to place a small form where the website viewer places his email to subscribe to a newsletter. I’ve researched ways to…