Canvas to WriteableBitmap
Hello. I'm imported an images and loaded in a WriteableBitmap. Then i loaded that image in a Image variable. I need to draw a simple square . For that my next step was to load the Image variable in a canvas. Using a polygon i was able to draw a simple…
RSA private keys supported in VS 17.12.4?
MS article https://learn.microsoft.com/en-us/cpp/linux/connect-to-your-remote-linux-computer?view=msvc-170 says: "RSA keys were also not supported in VS 17.10 and VS 17.11 but are supported again in VS 17.12 and later" Right now I have VS…
Unable to Download Installation Files from Microsoft Servers
I encountered an issue while trying to reinstall Visual Studio 2022 Community. The installation fails due to an internet connection error, stating, "Unable to download the installation files. Please check if the internet is connected." I…
The keyboard inputs are not updating correctly in the hosted WinForms application
Hi, We are encountering an issue in a WPF application hosted within a WinForms application. The keyboard event is triggered correctly, but the values are not updating properly in the UI. Here’s the setup: Create a WinForms application with a user…
vs2022 17.12.4 can not open .net winform designer
can not open .net winform designer error: [08:46:51.219341] info: Visual Studio culture: ja-JP (0x0411) [08:46:51.219341] info: [Thread 12] Launching server... [08:46:51.219341] info: Is processor architecture ARM64: False [08:46:51.328564] info:…
Windows 11 Full and Half-width Conversion Problems
Windows is using Win11 Pro, and the latest update is complete. Visual Studio is using the 2019 version. English is fine, but when I type in Korean, it often changes to full-width. When I type it again, it changes to half-width, but it automatically…
How do I solve this problem?
How do I solve this problem?
Have all the valid download links to Visual Studio 2019 been removed?
I'm asking this question because I have found numerous posts with false information and downright lies regarding the existence of a Visual Studio 2019 download link. Here are all the pages I have checked so far: …
How to set IoT Edge Runtime version to 1.5
Current version of IoT Edge Runtime is 1.5, but VS extension does allow to set only 1.4 version. My device setup installed version 1.5, so VS extension should be able to use the same version when building modules.
Visual Studio Setting Not Being Saved or Used
I have Checked this option: *Tools>Options>Text Editor>All Languages>General:Hide advanced members* That option is also checked under Visual Basic. However, advanced members are being displayed when I do a Ctrl-J. I have tried unchecking…
Visual Studio Setting Not Being Saved or Used
I have Checked this option: *Tools>Options>Text Editor>All Languages>General:Hide advanced members* That option is also checked under Visual Basic. However, advanced members are being displayed when I do a Ctrl-J. I have tried unchecking…
Unable to open .usecasediagram , .sequencediagram,modelproj in visual studio 2022 Enterprise edition
Hello, The .modelproj is created using Visual Studio 2015 Enterprise edition and we can able to open in 2015. But not able to open in higher versions of visual studio. I installed all the components under the code tools section and also installed…
Failed to Initialize Registry Root Hive
I recently have Visual Studio 2022 installed and had used it for approximately 2 weeks. Today in all of a sudden when I tried to start Visual Studio, it showed up a error and told me to go look at the ActivityLog.xml: <?xml version="1.0"…
Visual Studio Keeps Crashing on Windows 11
Edition Windows 11 Pro Version 23H2 Installed on 1/21/2025 OS build 22631.4751 Experience Windows Feature Experience Pack 1000.22700.1055.0 Problem: I've installed the VS 2022, and it keeps crashing. I tried to trace the issue for days, and finally, I…
image not displaying in visual studio .net 8 cshtml
I created a simple .net 8.0 web application. I put what seemed to be a simple <src> statement, but the image does not show up on the browser. The image is in a folder called “images” The image is coded here. when i hover over the image it…
how do I make an “http://www. “ call from a browser to a .net 8 core project residing on my web host?
Hi, I have a visual studio .net 8 web application. I copied the projects folder up to my web host, but I don’t know how to call it from a web browser. With .net 4, I just copied my visual studio project folder up to my web host and put it in the web…
How to fix "Couldn't install Microsoft.VisualStudio.VsWebProtocol.Msi
I am getting an error when trying to install every version of Visual Studio. The error message is the same every time: "Couldn't install Microsoft.VisualStudio.VsWebProtocolSelector.Msi." Does anyone have any ideas?
Problems with Visual Studio Code in conjunction with Xampp previewing PHP
Hello, I have a problem that leaves me completely desperate and frustrated: I use VSC 1.96.4 as my HTML editor, and 3 of the extensions I have are Live Server, PHP Server and PHP Intelephense. I also have Xampp 3.3.0 installed in order to be able to…
How to get the Last scanned User report for Visual Studio?
Hi All, Are there any possibilities to get the last logged in details of users report in the Visual Studio Subscription? Thanks!
Brocken Tree-Element in VisualStudio 2015
Hello. I have encountered the following issue. In Visual Studio 2022 (1-st and 2-nd images), I was able to parse window elements using the AutomationElements library in C#. However, in Visual Studio 2015 (3-rd image), this does not work because the…