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
answer50
viewsUniversal app win 10 alert
I need help to send out an alert signal on the app I’m trying to develop. Initially I thought of showing a textblock flashing in red on the screen. if anyone has another option better help me or…
-
1
votes0
answers63
viewsHow to update an application made in Windows Forms online?
I created an application in windows Forms and, as I am still developing and adjusting the same, I need to be updating periodically. my program is being used on five different machines and whenever…
-
1
votes0
answers126
viewsConnect Sql Server Express 2014 with Visual Studio 2015
I can’t make the server name appear in Visual Studio, I have the firewall disabled and I have checked that the server is active, please help me Thank you in advance.…
-
1
votes1
answer28
viewsMy executable is still in an old version
I compile the VB project and when I open the folder to get the generated exe, it is still with old date, which in this case is 18/03/2017 and not 20/04/2017. Is there anything I should do? I compile…
-
1
votes1
answer228
viewsVisual Studio 2017 + TFS - Performance Issues
I have a 2017 VS installation using TFS as version control, and when I’m doing merge of a branch with another, it takes a long time to load the details of the changeset. Has anyone ever had this…
-
1
votes1
answer351
viewsTo show the project’s open Forms in the VB6 IDE in tabs
How to show in the VB6 IDE on tabs, the project’s open Forms? In Delphi it already shows all, but in VB6 I don’t know, I’ve never seen VB6, it’s the first time. How to close open Forms? This in time…
-
1
votes1
answer416
viewsConnection . dbml - Visual Studio 2017 ( C# + SQL Server 2016)
In Visual Studio 2012, there was an option to create the DB connection file at (Add > new Item ) and then choose the dbml extension file. Where is Visual Studio 2017? I remember it’s something…
-
1
votes1
answer53
viewsError 503 when trying to download extensions in Visual Studio Gallery
While trying to download any extension, the error below is displayed: The Extension could not be installed because the following error occurred: The remote server returned an error: (503)…
-
1
votes2
answers72
viewsHow to use an Array to draw elements?
I have this code With SerialPort1 .Write("AT" & vbCrLf) Threading.Thread.Sleep(1000) .Write("AT+CMGF=1" & vbCrLf) Threading.Thread.Sleep(1000) .Write("AT+CMGS=" & Chr(34) &…
-
1
votes0
answers99
viewsIn Visual Studio 2017 the option Extensions and Updates... inside Tools does not open and gives error message
I reinstalled Visual Studio 2017 (I tried several times until I got it, I had to delete some folders that contained the name Visual Studio to be able to reinstall, otherwise I would not proceed),…
-
1
votes2
answers57
viewsSelected language error
I copied a source code made in the program Code Blocks and pasted it in a project in Visual Studio C 2010 Express, compiled and is giving some errors, one of the errors is in this line: int main(){…
-
1
votes2
answers136
viewsWindow in visual studio when debugging method
I’ve been dealing with some very robust methods that alter or insert data into several tables. It is time consuming to debug and map all tables that are affected by routine. Is there a window like…
-
1
votes0
answers547
viewsProblem with visual studio to compile
I started to appear this problem when I try to run my application, I have not made any modifications in the system someone knows what can be it ? Managed Debugging Assistant 'Bindingfailure' has…
-
1
votes0
answers45
viewsDesign mode error in Xamarin
I have this problem in my project using Xamarin: I searched the Soen and found that, but it didn’t. What is missing is to uninstall everything and I have no guarantee that it will work. Waiting for…
-
1
votes1
answer96
viewsMigrate from VS 2005 to 2012 - Change framework version
I have a project compiled in . Net Framework 2.0, using VS 2005. Now I’m migrating it to VS 2012. The migration was successful, but the project was not recompiled for . Net Framework 4.5. My need is…
-
1
votes0
answers44
viewsDSL Tools: Centralize an Shape in the diagram
I’m developing a DSL. In the main window, I have two panels (Panel): in a, a list (listbox) of shapes of the diagram, and in the other, the diagram itself. I would like, by clicking on an item in…
-
1
votes1
answer109
viewsDll and Exe with the same name = Problem?
I had a somewhat curious problem now. I created a project (Console Application) named Spotifyapi in Visual Studio 2017 and then downloaded the Spotify API in Nuget. When I went to run the code for…
visual-studioasked 7 years, 4 months ago Gabriel Bernardone 563 -
1
votes1
answer1481
viewsHow to compile/buildar a DLL?
I made a program in C# in Visual Studio 2017, but by default, when I compile the code, it creates a file .exe, but I would like the code to compile a file .dll. How can I do that? Example: I created…
-
1
votes1
answer65
viewsXamarin.Android error "Presentationframework"
I have this error in my project Xamarin.android Severity Code Description Project File Line Suppression State Error Exception while loading assemblies: System.IO.Filenotfoundexception: Could not…
-
1
votes0
answers319
viewsDocumentation in C#
I would like to document an api for C#, in the style javadoc. Is there any way to memorize/comment the code so that documentation of the types and their members is generated automatically? C# gives…
-
1
votes1
answer420
viewsProblems running/publishing WEP API on IIS10!
I want to publish my ASP.NET Web API via filesystem, but I’m having an Assembly error while running the site on IIS10. For the VS I can spin, but for the IIS I can’t. NOTE: I already have the DLL in…
visual-studio iis asp.net-web-api iis-express iis-web-deployasked 7 years, 3 months ago Guii Reguffe S 33 -
1
votes0
answers223
viewsVB.NET + Powershell
I would like to create a program in VB.NET that runs the following code in Powershell Get-AppXPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register…
-
1
votes1
answer63
viewsHow to generate Code Churn in Visual Studio Team Services (VSTS)?
In this article, I noticed that it is possible to generate Code Churn reports for TFS: I would like to generate similar report using Visual Studio Team Services (VSTS). This is possible and, if so,…
visual-studio project-management visual-studio-onlineasked 7 years, 3 months ago Augusto Formentão 82 -
1
votes1
answer503
viewsASP.NET MVC + Entity - How to map new tables
Good morning, I have a project using ASP.MVC + EF and mapped about 20 tables using the VS wizard (creating the ADO.NET Entity Data Model, selecting the database and the tables I want), but now I…
-
1
votes2
answers2703
viewsInside Visual Studio 2015 how to reverse/undo a commit in Git?
I have a commit made by a developer in the remote Git repository hosted on VSTS that needs to be reversed. From Visual Studio, without going to prompt commands like reverting commit?
-
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
votes0
answers14
viewsMulti-server publishing (VS/Publish)
Is it possible to publish an application through Visual Studio 2015 on multiple servers at once? How could this be done?
-
1
votes3
answers73
viewsHow to debug code with Object Initializer format
Following some good practices that Visual Studio itself recommends, we cannot debug values of an object one by one using the "Object Initializer" or "Object Initializer". How best to get around this…
-
1
votes2
answers245
viewsString Manipulation in VB.Net
Hello, in the code I’m developing I need to get the name of a file. I used an Openfiledialog for the user to select a file and, after selecting, the system returns the directory of this file within…
-
1
votes1
answer1534
viewsReference with a yellow triangle, what does it mean?
When you have an exclamation, I understand that the reference is in trouble and needs to be removed/reinstalled. But with this little triangle, I don’t know. I saw that the package is installed. In…
-
1
votes0
answers556
viewserror LNK2019: undefined external symbol while trying to use libcurl
Hello, I’m trying to compile a static library of libcurl, but without success. I download the libcurl source code version 7.55.1 available at https://curl.haxx.se/download.html. After the download…
-
1
votes1
answer2621
viewsHow to call the form inside another - Visual Studio
I have the parent form with a Trip menuStrip. I’ve already set him up as isMdiContainer = True And I have another form I call Services. In the event MenuStrip > Service I put this:…
-
1
votes2
answers28
viewsHow to intercept the project save event on vssdk?
I am currently developing an extension of visual studio 2017 where I need to know when any changes in the project are persisted. E.g.: When I add a new reference to the project (I know there are…
-
1
votes1
answer448
viewsProblem connecting Access to Visualstudio
I created a small database in Access and I’m trying to make the connection with Visualstudio, but gives the following error message: Unrecognized database format 'c: Users wss desktop dbteste.accdb'…
-
1
votes1
answer80
viewsUsing C# 6.0 in VS2010
I have Visual Studio 2010 installed. I would like to know if it is possible to use the features of version 6.0 of C# in my IDE
-
1
votes2
answers755
viewsVisual Studio 2017 no template
Installed VS2017 but not only 'Blank Solution' templates. I tried to uninstall and reinstall without success. Someone’s been through this before? Imagery:…
-
1
votes1
answer315
viewsHow to include header and cpp without resulting in LNK2005 error in Visual Studio
The source code below is an abstraction of a code in production. However, it is real, and the facts reported below are applicable to it. The code compiles usually in GCG (linux), but in Visual…
-
1
votes1
answer29
viewsHow to view through breakpoint what values have been passed to my method?
I wonder if it’s possible without using the Debug.WriteLine view the values passed to my method through Visual studio using a Breakpoint, whether by some external resource or not.…
-
1
votes1
answer32
viewsGoogleapi in Visualstudio
I’m trying to implement on top of a ready-made class that I was sent that uses Googleapi, but I can’t possibly add the reference to the project via Nuget. Do you know where I can download it? Follow…
-
1
votes0
answers33
viewsCode Sign key, Keychain error
I am new in the area of programming and iOS and would like to understand what this error is and understand how I can fix it. Error: iOS code Signing key 'iPhone Developer: Luiz ***** (F*******)' not…
-
1
votes1
answer28
views2 different paths in compilation output
How can I do so that the output of the compilation is in 2 different places, would like?…
visual-studioasked 7 years ago user92401 -
1
votes2
answers85
viewsBootstrap is a CSS?
My teacher said that in his work all the aesthetics of the site should be done in CSS, a question: I can do in Bootstrap?
-
1
votes1
answer172
viewsProject class library does not open. Gives error in . csproj it
That is the mistake: There is how to generate a new . csproj or fix this or I have to create a new project and import everything into it?…
-
1
votes1
answer439
viewsWhat is the purpose of "ASP.Net" folders?
In the Visual Studio it offers me the option of "Add ASP.NET Folder". What would their purposes be? If possible I would like you to talk at least a little about each one.…
-
1
votes1
answer4041
viewsHow to pass Viewbag values to a Javascript Function in an ASP.NET MVC application
I have the following Actionresult Controller in my application. In this Actionresult I have two Viewbag that captures a Longitude and Latitude values from a Google API. The values arrive perfectly…
-
1
votes0
answers94
viewsActionresult search result does not return all results for View Pagedlist
I noticed that on my application before adding to View the Paged List he received all items returned from Actionresult responsible for the research, then from the implementation of the Paged List I…
-
1
votes1
answer969
viewsManipulating Excel in Visual Studio
I’m doing an application in Visual Studio with Visual Basic. This application will serve to consume data from a Webservice. I have a problem with one of these Webservices, what happens is this: I…
-
1
votes1
answer905
viewsHow to count repeated words in a string and find your position?
Imagine the alphabet, in this alphabet there are words from A-Z, but suddenly there are several letters A, like: To-B-C-D-E-F-G-H-I-To-J-K-L-To-M-To-N-O-P-Q-To The variable nomes below, is this…
-
1
votes1
answer188
viewsData Flow Task: Processes but does not write to the Database
I am using SQL Server Integration Services (SSIS) with SQL Server Data Tools (graphical component for Visual Studio 2015). Within my processing package (SSIS) I have streams that, depending on the…
-
1
votes2
answers190
viewsIn Development Code First how do I relate the Aspnetusers table to other tables
I am developing a system for real estate and need to relate the Table Aspnetusers with the tables that the system will have and with cardinality one for many, this I want so that the system can pass…