Most voted "visual-studio" questions
Visual Studio is an integrated development environment (IDE) by Microsoft that supports several different programming languages. Use this tag for questions about any version of Visual Studio and the specific tags of each version when the question is for something that only applies to that version. Do not use this tag for problems that are not directly related to the IDE or its tools/extensions.
Learn more…852 questions
Sort by count of
-
1
votes1
answer33
viewsStatic or Resource class?
I want to abstract the phrases/words often used in my project, however, arose the doubts where to put them Static Class or create a Resource? What is the recommendation for best practice and…
-
1
votes2
answers187
viewsDoubt about using in Visual Studio
I create a new project but can’t put those using as in this example below. He appears as in the other code below... Help me please =/ using System; using System.Collections.Generic; using System.IO;…
-
1
votes1
answer1454
viewsbootstrap CSS does not load when the application is published in IIS
When I’m running the application in visual studio 2010 I have no problem with boostrap CSS and javascript, but when I publish it on IIS, all Java and css are not recognized. I created a simple html…
-
1
votes0
answers446
viewsLayout does not appear when program runs
I’m testing a code and I put a button and a picture box in the windows form however, when I will perform is not shown the button and picture box I placed. I checked and the property Visible is as…
-
1
votes1
answer164
viewsDependent executable files available to the user
I got a problem with my setup of Visual Studio 2010, I made an application that the form main has several Forms dependent and when the setup from it and perform the installation of it, in the…
-
1
votes2
answers344
viewsHttppost action returning null values
I am developing a web system (intranet) to control requests in ASP.NET MVC 4 C#. Below follow my MVC where I have doubt. I am having a great difficulty with the Httppost of a Typed View, which is…
-
1
votes1
answer233
viewsDoubts about the datagridview
Hello I have some questions about the datagridview of visual studio, I would like to know how I can change the values of the columns that appear to Foreign key of sql server by the value of the…
-
1
votes1
answer167
viewsDeploy Windowsforms with bank . mdf
I made a program in Windows Forms (C#) in layers. Model DAO BLL Interface Create a Database (Generator.mdf) in the Model Project and its Context (edmx). Now I want to publish, and how do I get the…
-
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
votes2
answers170
viewsHow to edit a Partial Class?
I took a project from a client, and there’s a class that’s on a partial. When I click to go in the reference opens the file, but in the project I can’t find the file, and has the following text in…
-
1
votes2
answers1191
viewsCsharp Fill Combobox with query, but bring already selected the option saved in the bank
I have a product registration screen with a LOCAL Combobox. Product table has the LOCAL ID, called pro_local. And the local table the fields loc_cod and loc_descricao My combobox is filled with the…
-
1
votes1
answer320
viewsRandomization/Randomization C#
Boas. I’m trying to create a Snake game in c# and I have no idea how I can make a new fruit appear in a random place when the snake picks some fruit.
-
1
votes2
answers2679
viewsCopy text from a textbox
How can I make the "Copy" button copy all text from the textbox?…
-
1
votes1
answer56
viewsBower at Visual Studio 2015
I downloaded Visual Studio 2015 Community and went to test to see if everything was OK. But it is not, when I create an ASP.NET MVC 5 web project, the Bower.json file does not 'offer' Intellisense…
asp.net-mvc-5 visual-studio visual-studio-2015 bower npmasked 9 years, 2 months ago Thiago Alex 349 -
1
votes0
answers148
viewsSmart Screen blocks my application
When publishing a Visual Studio application using Clickonce In Windows 7, when installing or updating, the Security Notice below is displayed which is not a problem, but bothers. Already in Windows…
-
1
votes0
answers51
viewsVisual Studio does not compile for Windows Phone 8
I’m facing a problem with the Visual Studio 2013 Update 4, when trying to build a project for Windows Phone 8, it presents the following error: The"Compilexaml" task failed…
-
1
votes1
answer402
viewsWhen choosing a company connect to the Database
Aguem could help me I’m doing a project to deliver this year in college in 4 layers I have a login screen and when I type user and password I choose the company I should work example Company A,…
-
1
votes1
answer342
viewsDatabase Login when generating report in Crystal Reports VS2008 - VB.NET
Good morning late evening I already know that there are some topics related to this same issue that I am raising, but none participated in exactly the same conditions that led to the same event, as…
-
1
votes2
answers71
viewsError while trying to change cursor during C#algorithm
Hello, I am developing a C# software to help in the scanning of old photos, and in the middle of one of the algorithms to process the images, I want the cursor to change to the loading mode so that…
-
1
votes0
answers32
viewsIdentify skype instances using SKYPE4COM.dll library
I’m working on a project C# WindowsForms and using the library SKYPE4COM.dll. I made an application that looks for an instance of skype running, the problem is that when assigning the instance as…
-
1
votes1
answer953
viewsReferences of Subs and Functions where it is being used disappeared in my Visual Studio
Where I have the option in Visual Studio 2015 to show the Sub/Function reference, where they are being used. (Ex: Recorded Function > I call it in the Save button), at the top of the Function…
-
1
votes0
answers549
viewsHow to place markers on the x-axis of a Chart line c#
I would like to know how to leave markers (such as a ball) on the X axes at each point of the graphic. Currently the graphic is like this: I wanted every month to be able to have a dot dot ball…
-
1
votes1
answer109
viewsError trying to install Visual Studio 2013: Acess Denied KB2829760
I’m trying to install Visual Studio from ISO vs2013.5_ce_enu I went down so I could continue my studies in C#. However, when I try to install, an error appears: KB2829760 Access Denied The operating…
visual-studioasked 8 years, 6 months ago Wallace Maxters 102,340 -
1
votes2
answers2966
viewsError starting IIS Express Web Server - Error 0x80070020
After leaving Visual Studio one night in mode debug stopped on a line, I could no longer run the web application locally because of an error in the IIS Express. I tried to stop the IIS Express and…
-
1
votes0
answers53
viewsHow to make Visual Studio not let use functions without including headers
In C++, the printf() and scanf() command needs the cstdio library to work, but in Visual Studio I can run without including them. As I send my programs to a site that doesn’t allow this, I wanted…
-
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
votes1
answer79
viewsLNK2001 error in C++ Project Build
I’m trying to build a project in Visual Studio and this error is appearing: Severity Code Description Project File Line Suppression State Error LNK2001 unresolved external symbol "class CPSock…
-
1
votes0
answers175
viewsReportviewer Tablix and or Matrix Calculate value from a cell
I would like to know if I could calculate in Repbortviewer Tablix and Matrix a value from a result of another cell. Example: Cellula1 = 1; Cellula2 = 2; Cellula3 = Cellula1 + Cellula2;…
-
1
votes1
answer185
viewsStandardize code formatting Visual Studio
I have an automatically generated code as shown below: I wanted to format automatically so that it was in format: public int Id {get; set;} Note: This code was automatically generated by Visual…
-
1
votes1
answer235
viewsChanging the project API
Error every time I switch from API 24 to API 15, API 16 or API 19.…
-
1
votes1
answer79
viewsHow to count how many instances of a program are running from a shared folder?
I am developing an application that runs from a shared folder. In the same folder is the Access database. To avoid conflicts in Access, it will only be allowed to run by only one user at a time, and…
-
1
votes2
answers91
viewsVisual Studio 2015 - Team Fundation - Erro projeto Asp.Net MVC
Someone is having trouble moving up an ASP.NET MVC project to Team Fundation? What happens is, I do the up, but when I run on another computer, it starts giving referencing errors not found I…
asp.net-mvc-5 visual-studio team-foundation-serverasked 8 years, 2 months ago Thomas Erich Pimentel 3,059 -
1
votes1
answer445
viewsAssembly and C++ with Visual Studio 2015 and MASM x86/64
Good night. I use Visual Studio 2015 and usually programming in Assembly language via __asm, but I still have doubts about how to use MASM to create code in Assembly for x64. I need help to take the…
-
1
votes0
answers157
viewsSome questions with the Microsoft Sync Framework
I’m thinking of implanting the Sync Framework in a solution that I am developing, but I have had some doubts about the functioning of the Framework, I hope you can help me, I’ll be very grateful.…
-
1
votes1
answer288
viewsVisualstudio 2012 checkin problem
When trying to checkin the following message is displayed: Check-in validation failed. A policy Warning override Reason and/or a check-in note is required. I thought it was a problem because there…
-
1
votes2
answers317
viewsError creating database by Visual Studio 2015
I’m in trouble when I try to create a database by Visual Studio this message appears:…
-
1
votes1
answer110
viewsInstalling Visual Studio 2015 - Error during installation
My problem is this: I already tried to install VS 2015 Community and Enterprise but the two will present the same problem (screen below) whenever I install with my internet via Wifi or cable (Live…
-
1
votes1
answer570
viewsTFS unable to locate part of the path
I’m trying to check in a project for my repository at visual studio online (Team Fundation Service). But I’m getting the following error message: Someone’s been through this trouble?…
-
1
votes1
answer223
viewsHow to install C++ compilers and previous version libraries in visual studio 2015?
How do I install older versions of c++ compilers and libraries in visual studio 2015 without having to install the IDE together? (i.e., only what is necessary to compile, run, and debug…
-
1
votes1
answer1466
viewsVisual Studio Code closes file alone
In Visual Studio Code when I open a file and soon after I open another file I will work it automatically closes the first opened file. How do I stop it?
-
1
votes2
answers1860
viewsProblem with Hyper v virtual machine emulator
The Hyper-v of my computer is active, and yet the error appears: The emulator was not started because the hypervisor is not running, probably because hardware-assisted virtualization is not enabled.…
-
1
votes2
answers778
viewsHow do I change the content of a Usercontrol using a button in another Usercontrol?
A window with a grid, and with two content areas, "Contentarea" and "Contentmenu". "Contentarea" starts blank, "Contentmenu" starts with the Navigation buttons, which make "Contentarea" change its…
-
1
votes2
answers167
viewsHow to use Database Diagrams in Visual Studio 2015
I’m doing the exercises in the book: "Use the C#Head", and one of the exercises was asked to create a Database Diagrams. But you don’t have this option in Microsoft Visual Studio 2015. Book page: So…
-
1
votes1
answer31
viewsItems are not shown in dataGridView
I am using the following code to include items in a list and show them in mine DataGridView: PedidodetalheOffline item = new PedidodetalheOffline(); //crio um novo item item.IdOffline = id; //seto o…
-
1
votes0
answers118
viewsNamespace error name 'Linqtodb' could not be found
I downloaded Linq2db.Firebird via Nuget and changed the file as per the tutorial: <#@ template language="C#" debug="True" hostSpecific="True" #> <#@ output extension=".generated.cs" #>…
-
1
votes1
answer39
viewsSystem.Runtime.Remoting.Remotingexception no Designer XAML VS2015
I have a problem in Visual Studio. When I create a new UWP10 project in white, it comes the basic code. <Page x:Class="FoxMovieStoreMain.MainPage"…
-
1
votes0
answers163
viewsMapping issues in Microsoft.Entityframeworkcore
I am trying to create in a class two Mappings Manytoone using the Entity Framework, but I’m not succeeding, if I take either of the two mappings and leave the other, it works but if I leave the two…
-
1
votes2
answers183
viewsCan I use C# (through Visual Studio) to develop a program for Mac/OSX?
I wonder if Visual Studio (through a computer running Windows and the C#language) can create an administrative program (simple, for 1 user, involving only one database interaction) for a computer…
-
1
votes1
answer147
viewsAccess Restriction, in Design of Visual Studio,com C#!
During my computer technical course, in the Programming module, I did a project with Windows Form! This project is linked to a database created by myself in SQL Server! It would be a "software" for…