What happened to NuGet Manager?
Visual Studio Community 2019 Version 16.2.2 Clicked Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution and got...Mary
View ArticleForm with DataGridView closes when I select a cell not in first column
I have the SelectionMode of a DataGridView set to CellSelect, yet when I have a single row in the DGV, it highlights the cell in the first column (I think by default). If I select any other cell in...
View ArticleAngular development in VS 2019
Is it possible to develop an Angular (7) application completely in VS without using Node.js as a development server and running it during development on either IIS Express or a real IIS?Thanks
View ArticleVS Enterprise 2017 - Webtest form post parameter corruption of HIDDEN values
I have a particular script that I have to keep re-recording because the form post parameter HIDDEN values keep duplicating/getting corrupted. It's a longer script than the others and it is very time...
View ArticleVisual Studio cannot build because dotnet.exe is locking files
After I run my solution, especially when debugging it, then stop the execution, several DLLs get locked by the dotnet.exe process, causing subsequent build to fail (because solution cannot be...
View ArticleEditor Font does not match setting in Visual Studio 2019
The font does not display correctly in VS 2019. I had no problems in VS 2017. I would like a bolder font to make it easier to see. Am I missing something? I am trying to use Fixedsys bold but...
View ArticlePermissions involved when selling a WPF application
When selling a WPF application built with Visual Studio 2015 community edition as an individual developer, is there a specific license (i.e. MIT, LGPL, etc.) that WPF applications must adhere to, or is...
View ArticleWhen i create a class, it not working correctly (Visual Studio 2019)
Hi!First, i apologize for my english, i'm working on it Well, as title says, my classes doesn't work when i create it. I'm posting a screenshot for u can see itIn class: https://imgur.com/head6okIn...
View ArticleUI not visible in ADD Item in Visual Studio 2019
I am new to Visual Studio. I want to create first Windows Application with UI. But, there is no option for UI under Projects/ Add new Item/....Please guide , how to add UI.
View ArticlePowershell/PowershellCore in Visual Studio
Hi I received a lot of powershell scripts to add to Visual Studio 2015 (and to source control too)What are the best tools/Addons for that? POSH Tools?What about compatibility with other versions of VS...
View ArticleWhat language should I learn if I want to build web app (using Visual Studio)?
I have learnt a little bit using C# to build window application, now I would like to learn building web application too, what program language should I learn? I would like to use Visual Studio too.Thanks.
View ArticleUse visual studio as an editor for a project
Hi Team,I need small help on running visual studio(15) as an editior.I have source code and the .exe file that i generated to run the tool.while debugging i am not creating any build. It just call my...
View ArticleQuery on multiple database in QueryBuilder
I am trying to do a query on 2 databases involving 3 tables. How do I reference the column in the second database? I haveselect column from tableName as t, DatabaseName.column as d, I'm getting...
View ArticleSignalR and Hub Timeout (404)
This is regarding SignalR and hub connection gives 404 , when browser trying to connect with hub after the first negotiation sometimes it's giving 404, in our observations, this issue persists in the...
View ArticleCannot sign in with Visual Studio 2017 Community version
When I try to Sign In using Visual Studio 2017 or Windows 10 IoT Dashboard, I get the page login.microsoftonline.com/cookiesdisabled, and a error diaglog box, which are both shown below: (!) An error...
View ArticleWarning in Visual Studio 2012 regarding Async/Await
Dear Community,I work on a Visual Basic Windows Forms project (.Net Framework 4.5) in Visual Studio 2012 and want to use Asnyc/Await.I ´ve created a TextBox at runtime and added the handler:Dim...
View ArticleVisual Studio 2019 is so bad I have gone back to Visual Studio 2017
I recently upgraded to Visual Studio 2019 because I was excited about the new Intelli-Code and Live Code Share features. However I have had to go back to Visual Studio 2017 because:The intelli-code is...
View ArticleHow to Move Visual Studio tabs into another window
Whenever I open Visual Studio, even if I already have a file open in Visual Studio, it opens it in another window. how do I either make sure they open in the same window by default or move a tab to...
View ArticleBuild failure after binding ListBox to DataSource
I have a Forms project with three forms, Form1,Form2,Form3. I set a DataSource for a ListBox in Form3, a column in an sql server table, set the DisplayMember to the column name. Build failsData type...
View ArticleRecover .h file? Visual studio
I had a header file I was working on while visual studio was openI still have the header file but lost the code I'd been writingwritten while working on the fileAutoRecover is feature turned on...
View Article