Topics
-
[Announcement] "Visual Studio Setup and Installation" Forum will be migrated to a new home on Microsoft Q&A!
by Guest Charles He21- 0 replies
- 424 views
This "Visual Studio Setup and Installation" Forum will be migrated to a new home on Microsoft Q&A! We've listened to your feedback on how we can enhance the forum experience. Microsoft Q&A allows us to add new functionality and enables easier access to all the technical resources most useful to you, like Microsoft Docs and Microsoft Learn. Now until August 16, 2020: You can post any new questions on Microsoft Q&A or here. From August 17, 2020 until August 31, 2020: New posts - We invite you to post new questions in the "Visual Studio Setup and Installation" forum's new home on Microsoft Q&A. The current forum will not allow any new …
-
Unable to open project in VisualStudio 2010 with silverlight
by Guest Shubham Chak- 0 replies
- 423 views
I created a SilverLight solution in VS2010 Professional with silverlight SDK 5 . Now, my system got changed with new laptop and installed same VS2010 but now its not loading . below error I am facing Unable to open project. An update to Microsoft Visual Studio is required to support the targeted version of SilverLight. Download the update at Continue reading...
-
Cannot install the VS community 2019
by Guest QLinh- 0 replies
- 362 views
Hi, I want to install the VS 2019 community version. The installation was fine with all other PC i used but when i tried to install it on another laptop. The installation file (bootstrapper) just keeps downloading file (~70MB) and verifying and after repeat those multiple time the program send me and error message: "Unable to download file. Please check your internet connection" even my laptop is connected to the internet and work perfectly. Please give me some advices, I have tried many solutions but the program wont budge. Continue reading...
-
How to interpret Git history graph for a branch?
by Guest shiftbit- 0 replies
- 418 views
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? Especially the different lines when they fork etc. For example, I have a branch that when I view the history, I can't really tell at what point it was created from the master branch. I'm trying to see just the commits made since the branch was created. The "graph" line(s) next to the commits all form a single line with dots as shown below. Now, how can I tell by looking at this when the branch was created off master (or any other branch for that matter) ? Some of these commits …
-
- 0 replies
- 414 views
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 Kits\10\Include\10.0.19041.0\shared\rpcndr.h(193,23): error C2632: 'char' followed by 'int' is illegal Running out of ideas. Did find this on net but not sure how to find the guilty header file amongst my output: It explains how to turn on 'show includes' Project Settings -> Configuration Properties -> C/C++ -> Advanced -> Show Includes @Nico238 Yes, thank you! I found out there was an old GtGui included. This caused the errors. Continue reading.…
-
Can't listen on anything but localhost
by Guest Blue Baron- 0 replies
- 402 views
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 <IISUrl>http://eadev:2319/</IISUrl> my project won't even load. I get the following error: Creation of the virtual directory http://eadev:2319 failed with the error: Cannot create the Web site 'http://eadev:2319'. You must specify "localhost" for the server name. I've seen just tons of issues on this, and someone in my own company has this working, but I cannot get it to work. I actually set him up. And I still can't do this. I've tried netsh http add url=http…
-
.NET Core
by Guest EN59CVH- 0 replies
- 405 views
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 .NET Core it is not created. Why not and how do you make a stand alone program to distribute? I have checked in the bin folders of Documents under: <C:\Users\xxxxxxx\Documents\Visual Studio 2017\Projects\Hello-World\Hello-World\bin\Release\netcoreapp1.1> It is only the .NET core I am talking about so don't tell me anything about .Framework development. Thank you. Continue reading...
-
VS2019 - It takes 8 ~ 12 mins to "Build Solution (F6)" after the Windows Update on 2020-08-10
by Guest iHandler- 0 replies
- 363 views
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 press F6 again, it takes another 8 to 12 mins to have the built completed. It used to take about 1 to 3 seconds. Anything I can do? Please help ------------------------------------------ OS: WIN 10 Pro Version: 10.0.19041 Build 19041 Visual Studio 2019 Community Version: 16.7.0 Continue reading...
-
Draw a circle in Winforms C#
by Guest Carlo Goretti- 0 replies
- 383 views
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 Continue reading...
-
PLEASE HELP! How to fix Error E1696 - File Source Cannot be Opened "iostream"???????
by Guest Lslkaiaoqlaoaoa- 0 replies
- 392 views
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; } Continue reading...
-
Dll file writing problem
by Guest Eldeeb92- 0 replies
- 386 views
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 specific file with specific path. I debug and the the code is ruuning but there is no output file, so why it does not write output with dll file while it writes output if I use fortran file instead of dll file? Is there specific procedure to get output from dll files in visual studio 2010 ? Continue reading...
-
How to completely reset Visual Studio settings?
by Guest Raigiku- 0 replies
- 408 views
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 has my settings. An example would be the Dark Theme or the capital letters at the top. I guess that my settings haven't been completely overwritten and <g class="gr_ gr_545 gr-alert gr_spell gr_inline_cards gr_run_anim ContextualSpelling multiReplace" data-gr-id="545" id="545">reseted</g>. Although, I remember that when I reinstalled Visual Studio and opened it for the 1st time it showed the default Visual Studio settings (white theme, no recent files, everything c…
-
How to set search-engine for VS 2019 (Community)
by Guest Uwe Ludolf- 0 replies
- 410 views
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? Continue reading...
-
How to set "run as system administrator" while running a program by "Starting Debugging" in Visual C#?
by Guest Stan Huang at Taiwan- 0 replies
- 403 views
Many programs request users to run them "as a system administrator". Under Visual C#, how can I do it? Continue reading...
-
Windows Server 2012 (Custom Windows Service)
by Guest Zunaid Valley1- 0 replies
- 400 views
Hi There We 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 event viewer : “Service cannot be started. The service process could not connect to the service controller” i have tried everything in this post below but does not work , i get same error above: https://stackoverflow.com/questions/4216606/why-cant-i-install-my-service-runtime-newer-than-loaded-runtime/4217077#4217077 Any help would be appreciated. Thank You and stay safe Kind Regards Continue reading...
-
F1 Visual Studio Search 2019 Broken
by Guest TimidWriter- 0 replies
- 376 views
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 regularly. Check the Microsoft Product Lifecycle for information about how this product, service, technology, or API is supported." So, I press F1 on and I get redirected from: https://msdn.microsoft.com/query/dev16.query?appId=Dev16IDEF1&l=EN-US&k=k(typescript);k(TargetFrameworkMoniker-.NETFramework,Version%3Dv4.5);k(DevLang-typescript)&rd=true to: Microsoft previous versions of technical documentation I also have VS2012 Professional, and everything t…
-
- 0 replies
- 363 views
Hi. I faced to a problem while coding at the end of my project (c#). Everything was okay in developing stage. I was coding and testing software in Visual Studio by pressing F5 / Ctrl+F5 (with and without debugging. Computation time was around 40-50 minutes and it was okay. Then, while testing, I prepared installation package. ... and problems apperared. When the program was started as normal application (by double-click in the file explorer), the speed droped and the computation time was extended to around 6 hours! Could anybody give me a hint what could be the reason? What is the difference between program start by Ctrl+F5 (…
-
Project incompatible, application not installed
by Guest vdafonse- 0 replies
- 399 views
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 Application is not installed" enclosed a pic of the message. Any idea what I can do do open the older Solutions? Any help and all the help is very much appreciated. Thanks in advance Vitor da Fonseca Continue reading...
-
vcruntime140d.dll vs vcruntime14_1d.dll
by Guest CDMcDaniel- 0 replies
- 465 views
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 runtime to get it....security issues/offline network. Also, is there a way to invoke either version within the compiler? Because I do have the vcruntime140d.dll version on my machine. Thanks! Continue reading...
-
What Version Supports NT 4.0?
by Guest LeoForTech- 0 replies
- 474 views
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? Continue reading...
-
Who's Online 0 Members, 0 Anonymous, 68 Guests (See full list)
- There are no registered users currently online