Visual Studio 2019 Pro | Command Window | Command Not Available
Can anyone tell me why the following command is not available, when it's clearly displayed in the list of commands as I type it out.....>Project.IncludeInProjectI get ---) Command...
View ArticleCan't listen on anything but localhost
I'm unable to get a .Net Framework MVC project to listen on anything except localhost.If I change <IISUrl>http://localhost:2319/</IISUrl> to...
View ArticleDll file writing problem
I have a question related to the debugging of Dll file in visual studio 2010. I have created a new project and I have a writing statemenet in the Dll file in which I want to write specific output to...
View ArticleVS2019 - It takes 8 ~ 12 mins to "Build Solution (F6)" after the Windows...
Today, after a Windows Update & Visual Studio Update, everything looks normal except for the "Build Solution (F6)" takes extremely long time.After editing couple lines of coding (WinForm C#) and...
View ArticleAVX512 in ML64.EXE (MASM) with Visual Studio 2019 Community
I'm trying to assemble AVX512 code with Visual Studio 2019, but I'm getting invalid operands and other errors. Is there some directive I need to use to enable AVX512 assembly?
View Articlevcruntime140d.dll vs vcruntime14_1d.dll
I am curious what the differences are in the VC Runtimes. I am running into an issue where I need to have the vcruntime140_1d.dll. I do not have that DLL and it is not an easy task to install the new...
View ArticleWhat Version Supports NT 4.0?
I Want to make a Childish Application Which will Be made in Visual Studio for All Platforms However. NT 4.0 Has Missing DLL Used to run Visual Studio applications. So What versions Support it?
View ArticleWindows Server 2012 (Custom Windows Service)
Hi ThereWe have a custom windows service, it installs correctly on the server using (installutil.exe).When it runs via (task scheduler) on the server it does not start and gives error below in the...
View ArticleHow to interpret Git history graph for a branch?
I am not new to Git or Visual Studio, but I can't seem to come to grips with the history view of a branch as seen in VS 2019. Anyone care to point me to the docs where the graph is explained?...
View ArticleVisual Studio 16.7.3 compile error with Win SDK 10.0.19041.1: C2632
Recently updated MS VS (from VS12) and SDK, started to recompile a legacy C++ app and receiving a C2632 error that appears to be thrown from SDK: Output:1>C:\Program Files (x86)\Windows...
View ArticleC#: Executable is much slower if launched outside Visual Studio (2013, 2019)
Hi.I faced toa problem while coding at the end on my project (c#). Everything was okay in developing stage. I was coding and testing software in Visual Studio by pressing F5 / Ctrl+F5. Computation time...
View Article.NET Core
Where does the new VS save exe file? I created a simple hello world prog (.NET core) to see what info is in the exe file but I can't find it.in .NET Framework program the exe file is as before but in...
View ArticleDraw a circle in Winforms C#
Hey! Im wondering if its possible to create a filled circle here: And be able to change color of it if a statement is true? Best Regards
View ArticleHow to set "run as system administrator" while running a program by "Starting...
Many programs request users to run them "as a system administrator". Under Visual C#, how can I do it?
View ArticlePLEASE HELP! How to fix Error E1696 - File Source Cannot be Opened...
I HAVE BEEN LOOKING ON THE WHOLE INTERNET, YOUTUBE, GOOGLE AND NOTHING WORKS. PLEASE HELP.CODE: #include <iostream> using namespace std; int main() {cout << "Hello, World!" << endl; }
View ArticleHow to completely reset Visual Studio settings?
I've tweaked lots of settings in my installment of Visual Studio. I've tried reinstalling, repairing and resetting my settings at the Tools->Import Export Settings Visual Studio 2017 and it still...
View ArticleHow to set search-engine for VS 2019 (Community)
Is there any way to set an alternative search-engine with VS 2019? I.e. when I go to the search-field and click ''Search online for "..."'' I'd get a different search-engine than Bing?
View ArticleF1 Visual Studio Search 2019 Broken
Hello, I recently updated to VS2019 Community and having some issues with help. When I select a javascript statement and press F1, it always results to: "We're no longer updating this content...
View ArticleProject incompatible, application not installed
Hi,Just installed Microsoft Visual Studio Community 2017 | Version 15.9.8 | VisualStudio.15.Release/15.9.8+28307.481 and when I try to open an "old" solution created with VS 2015 I get the message "The...
View ArticleHaving problems building github CMAKE repository (error code C1083)
Hey there. I'm trying to build this repository:https://github.com/jmarshall23/IcedTech/tree/master/code/Engine/MayaImportIt has the CMAKE files, so I'm using Visual Studio 2019 to open them. When I...
View Article