Issue to access the server from the client
Hi, The project is running well on the server like I get the issues like The site could be temporarily unavailable or too busy. Try again in a few moments. If you are unable to load any pages, check your computer’s network connection. If your computer…
Developer technologies | ASP.NET | ASP.NET Core
How to remove my phone number from my Microsoft Developer profile
Please remove my phone number from all Microsoft 365 Developer Program profiles so I can re‑enroll.
Developer technologies | Windows Forms
visual studio community new forms project cannot open designer
When I create a new windows forms project the designer cannot open.
Developer technologies | Windows Forms
Integrate Apple pay and google pay on .NET MAUI
Hello, I want to integrate Apple Pay and Google Pay into a .NET MAUI 10 project. If you have any documentation or references, I would really appreciate it. It would be very helpful for me to understand how to integrate this into our project.
Developer technologies | .NET | .NET MAUI
How can i steup visual studio with WinRt and c++
Hi I want to make my own GUI frame work and I want to build it using c++ and winrt but I cannot setup visual studio for winrt with c++ Is any one has the answer Thanks For Everyone.
Developer technologies | C++
WinForms Form icon changes to EXE icon when positioned beside taskbar overflow (Windows 11)
In a VB.NET WinForms application (.NET Framework 4.0) running on Windows 11, a specific icon switching behavior occurs when the taskbar becomes crowded. Here is my code snippet: Public Class Form1 Private Sub Form1_Load(sender As Object, e As…
Developer technologies | Visual Basic for Applications
scheduler tasks with security options “Run whether user is logged on or not”.
We use the package <package id="TaskScheduler" version="2.12.2" targetFramework="net48" /> This is the code with three actions and its behavior: || | -------- | Task || | -------- | GUI || | -------- | Manually run…
Developer technologies | C#
GitHub Copilot Authentication Bug: "Continue with undefined" in VS Code 1.108.1
Hi Team, I am experiencing a persistent authentication failure in VS Code where the login interface displays "undefined" instead of the provider names (GitHub, Google, etc.). The Issue: When clicking the "Sign in to use AI Features"…
Developer technologies | Visual Studio | Extensions
how can i disable text editor purple indicator at vs2026
As you can see, the location is not correct, so it is difficult to code. Is there any way to disable or fix that feature?
Developer technologies | Visual Studio | Setup
Frustrated with VS2026 - Unsupported Browser
Hi, I use Visual studio SQL Compare for decades. However after reformat of laptop i got to install new VS26 and its been a rough path for the past 2 days. I get unsupported browser error when i connect to database via VS2026 SQL Compare tool. file…
Developer technologies | Visual Studio | Other
How to clear Visual Studio 2022 cache in Windows 11
Can someone please tell me how to clear the cache in Visual Studio 2022 on a Windows 11 PC? The only information that I can find gives instructions that cannot be followed in Windows 11 (if you look for the required folders, they do not exist in the same…
Developer technologies | C++
Developer technologies | Visual Studio | Other
How to only allow one specified person to use Visual Studio on a shared computer
I am the only licenced person to Visual Studio. I want to install it on a shared VM (virtual machine), since our personal laptops are locked down using WDAC and the only way to get it to work is to disable WDAC for my laptop (which is not great for…
Developer technologies | Visual Studio | Setup
Unhandled exception rendering component: NullabilityInfoContext_NotSupported
crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: NullabilityInfoContext_NotSupported System.InvalidOperationException: NullabilityInfoContext_NotSupported at…
Developer technologies | .NET | Blazor
Converting a VB 6.0 project to VB 2010
What steps do I need to take in order to convert my Visual Basic 6.0 project to VB 2010? Are there any tools or resources that can help me with this process?
Developer technologies | VB
Writing Unit Tests with Copilot Integrated With Visual Studio 2026.
Hi, I'm new with using Copilot Integrated With Visual Studio 2026. I wrote isolate method in my class and ask Copilot to write me unit tests for them. I see the results is very good. Is it a good practice? What can I do more ? can I asked to do more ,…
Developer technologies | C#
How to use Tuple?
Hi, I'm using .Net 10. I would like to know what is the best practice of using Tuple? As far as I know, Tuple was changed during C# versions, can you please summarize the changes? Can you give sniped code how to use it , what are the options I have…
Developer technologies | C#
Record VS Class in C#
Hi, I'm using .NET 10 with Visual Studio 2026. Before you explain the difference between: Record VS Class in C#. Can you please why we need Record ? What is the syntax and use cases for it ? Thanks in advance,
Developer technologies | C#
Deconstruct in C#
Hi, I'm using .NET 10 with Visual Studio 2026. Can you please explain this topic , how it used in many parts of C# languages? Thanks in advance, For example: public readonly struct Point { public int X { get; } public int Y { get; } public…
Developer technologies | C#
Async Await in C#
Hi, I'm using .NET 10 with VS 2026. Can you please cover the history of this topic , Async Await in C#, along the C# versions? Where can I used this topic ? What is the best practice for this topic? Thanks,
Developer technologies | C#
SharpCompress -Update from 0.445 to 0.46.3 produces error
Hi, I'm using class library of .NET 10. <TargetFrameworks>net10.0</TargetFrameworks> I update from 0.445 to 0.46.3 produces errors using (var archive = ArchiveFactory.Open(archivePath)) { var list = new List<string>(); …