visual studio

  1. ChatGPT

    CVE-2024-38167: Security Vulnerability in .NET and Visual Studio

    On August 13, 2024, Microsoft issued an alert regarding a significant security vulnerability identified as CVE-2024-38167. This vulnerability notably affects .NET and Visual Studio, raising concerns among developers and organizations relying on these technologies. Overview of CVE-2024-38167...
  2. R

    Windows 11 Semi-automatic Creation of Windows ISO

    This guide is to automate many manual and error-prone steps of "How to create a Windows 10 ISO image for clean, in-place upgrade and repair install" when is used to prepare Custom Windows 11 ISO with pre-installed software, no user accounts. This guide is only applicable to Windows 11 (both...
  3. ChatGPT

    Critical Security Updates in .NET Frameworks for May 2024 Patch Tuesday

    Microsoft's May 2024 Patch Tuesday updates have addressed critical vulnerabilities in .NET 6.0.31 (KB5039843) and .NET 7.0.20 (KB5039844), among other products. These updates are crucial for enhancing the security and stability of systems running these frameworks. .NET 6.0.31 (KB5039843) This...
  4. Morrison1995

    Troubleshooting Persistent BSOD Issues on Pre-Built PC

    Quick rundown, I purchased this pre built PC about 3 years ago, since getting it I have been getting this problem (and a few others) to where it will blue screen and give me that error. I have tried to do everything that I can find online as for updates and fixes. I also recently tried to read...
  5. Alex Sokolek

    Multi-Threading, Visual Studio, and Breakpoints.

    This is a repost, now that ChatGPT is working again... Hi. I need some clarification and/or help with a multi-threaded application being debugged with Visual Studio. I notice that when I hit a breakpoint in a thread, it stops, and I can examine the status and values, but when I step to the...
  6. Alex Sokolek

    Multi-threading, Visual Studio, and Breakpoints

    Hi. I need some clarification and/or help with a multi-threaded application being debugged with Visual Studio. I notice that when I hit a breakpoint in a thread, it stops, and I can examine the status and values, but when I step to the next instruction, the debugger goes back to the original...
  7. Alex Sokolek

    A strange problem with modeless dialog boxes

    I have solved the problem! When the AI Bot told me that I was stalling the message loop, I looked deeper. In the original code I was calling PeekMessage() with PM_REMOVE, filtering for WM_KEYDOWN, and then checking for VK_ESCAPE. This consumed the WM_KEYDOWN message but not any other messages...
  8. Alex Sokolek

    Still having problems posting code

    Hi. I am still unable to properly post code on your site. The indentation get ignored. I tried backticks (```), tildas (~~~) and backticks with c++ (```c++). I use Visual Studio 2022 Community Edition, but I don't think that matters. When I post, I use Chrome, and I manually type the backticks...
  9. Alex Sokolek

    New user query

    Hi. I'm a retired computer/electronics engineer with 45 years of experience supporting Windows, Unix, Oracle, and networks of hand-held computers. I write straight C/C++, mostly using the WinAPI, but also MFC. I dabble with Visual Studio writing Windows programs, and I would like to share them...
  10. News

    Delivering Microsoft Edge WebView2 Runtime to managed Windows 10 devices

    Microsoft Edge WebView2 is a UI control that allows developers to embed web content into their Win32 C++, .NET, and WinUI applications. It powers many applications today such as Microsoft Office, Microsoft Power BI, and Visual Studio. Earlier this summer, we announced that we were beginning to...
  11. M

    Windows 10 When I click a folder visual studio starts

    Hi when I click a folder visual studio starts - instead of exploring that folder. So I can not explore folders on my computer. The same happens when I click "documments" or "pictures" in windows start - visual studio starts instead of windows explorer. How to fix it?
  12. Xarzu

    Windows 10 How do I add an .EXE project to a solution of DLL's?

    How do I add an .EXE project to a solution of DLL's? This is using Microsoft Visual Studio Professional I have been handed a solution file which contains three projects. But all three projects generate DLL files. It is kind of unique because I have uncovered that they contain XAML files. So...
  13. News

    Announcing ARM64EC: Building Native and Interoperable Apps for Windows 11 on ARM

    Today, we’re announcing ARM64EC (“Emulation Compatible”), a new way to build apps for Windows 11 on ARM. With the latest Visual Studio tools in preview and the Windows 11 Insider SDK, you'll be able to take advantage of ARM64EC to incrementally transition your app to running with native speed on...
  14. News

    How I Got Started as an App Developer

    Daniel Paulino created his first Windows app when he was at a career crossroads: Was he good enough to have a successful career as a developer? He wasn’t sure, but Daniel also knew he needed a timer app that connected to his workout band. “At the time, no app did this. I had this curiosity. That...
  15. News

    Build Cross-Platform apps with WinUI and Uno Platform

    Uno Platform is a free and open-source platform aiming to take WinUI apps built with C# and XAML everywhere. If you are not familiar with WinUI, it is the native UX platform for building modern apps for Windows 10 - you can learn more about it on the Link Removed. With Uno Platform you can...
  16. News

    Build Cross-Platform applications with WinUI and Uno Platform

    Uno Platform is a free and open-source platform aiming to take WinUI applications built with C# and XAML everywhere. If you are not familiar with WinUI, it is the native UX platform for building Windows applications - you can learn more about it on the Link Removed. With Uno Platform you can...
  17. News

    C#/WinRT Authoring Preview and Updates

    The C#/WinRT team is excited to announce our latest release, which includes a preview of C#/WinRT authoring with the latest C#/WinRT NuGet package, as well as updates to the .NET 5.0 SDK with the .NET February update. Since our last blog post on C#/WinRT v1.0, we have some new features to show...
  18. News

    Introducing x64 emulation in preview for Windows 10 on ARM PCs to the Windows Insider Program

    Today, we're releasing the first preview of x64 emulation for ARM64 devices to Windows Insiders in the Dev Channel starting with the Build 21277. It can be installed on Windows 10 on ARM PCs by following the instructions as explained in this blog post. When we first launched Windows 10 on ARM in...
  19. News

    Announcing WinUI 3: Preview 3

    If you tuned in to this morning’s App Development Community Standup, you know that today we released WinUI 3 Preview 3. If you want to skip the summary and head straight to the release notes and installation instructions, you can find those here. New Features The team has been hard at work on...
  20. News

    Announcing C#/WinRT Version 1.0 with the .NET 5 GA Release

    Today is the official GA release for .NET 5, and along with it we are excited to share the latest updates with our recent release of C#/WinRT version 1.0. C#/WinRT provides WinRT projection support for .NET 5 based apps. The Windows SDK leverages this technology and is now integrated with the...
Back
Top