Hey guys i use Windows 11, but look at this:
Uhhh.... is this true or false?
Developer technologies | Windows Presentation Foundation
SharePoint solutions can't be build with buildtool v18 because of an SDK version error.
SharePoint solutions can't be build because of an SDK version error. C:\Program Files\Microsoft Visual Studio\18\Professional\MSBuild\Microsoft\VisualStudio\v18.0\SharePointTools\Microsoft.VisualStudio.SharePoint.targets(235,5): error : Could not load…
Developer technologies | Visual Studio | Debugging
Post and get data from database and show on page or form
Hi there how i can post data into database using webrequest and using forms to do this Post and Get information Dim Username As String Dim Password As String Dim Email As String Dim Pass_Code As String …
Developer technologies | VB
Can't create Android device for .NET Maui development testing
I have downloaded Visual Studio .NET Community 2026. I added the .net Maui workflow and I have created a new solution using it. The solution runs normally in the windows debugger but if I try to use the Android debugger I am getting errors creating the…
Developer technologies | Visual Studio | Setup
How to automatically redirect to next page after progress bar finish loading
How can I create a progress bar that will be loading, and after it finishes loading, it will automatically redirect to next page after 10 seconds? Here is what I tried, although what I've been able to get is a button such that when the button is clicked,…
Developer technologies | C#
Need to delete/reset MS365 Developer Account
I need help deleting or resetting my Microsoft 365 Developer Program account associated with my email address. I mistakenly set up the account for Personal Use instead of small business and do not have sandbox access. I tried setting up a new account…
Developer technologies | .NET | .NET Runtime
Why not remaking a certified exams for vb.net language?
Just because it's one of the easier languages to learn, I think Microsoft should bring back the vb.net certification exams.
Developer technologies | Visual Basic for Applications
i have issues here to webrequest login
Hi there i want to use this for web request to login on the browser and load the form 2 as it explain here add credentials and login accept load form 2 if any error responds back the error and loads the Frm_Error as messagebox …
Developer technologies | Visual Basic for Applications
Keep Tabs Setting Not Working in Visual Studio 2026
I recently upgraded to Visual Studio 2026. I have Adapting Formatting turned off. I have my Space/Tab setting to Keep Tabs for the all languages default and for all the individual languages that have this option. Despite this, Visual Studio keeps…
Developer technologies | C#
About http proxy
i'm a Chinese developer, and i'm using .sln project with vcpkg. I've noticed that when I set VS2022 to English and create a .sln project, my project doesn't use the proxy (can't access github/microsoft/vcpkg). But if I set VS2022 to Chinese, the created…
Developer technologies | Visual Studio | Other
Swagger AddSecurityRequirement Fails After Migrating from .NET 8 to .NET 10 — 401 Unauthorized on [Authorize] Endpoints
Hello Team, Hope you are doing well. I previously had a working Swagger configuration in a .NET 8 Web API project. After migrating the project to .NET 10, the existing SwaggerGen and security configuration no longer compile. Below is the original .NET 8…
Developer technologies | ASP.NET | ASP.NET Core
Microsoft SQL Server Studio - Dark Mode
Is there any official method to use Microsoft SQL Server Management Studio Studio with Dark Mode?
Azure SQL Database
Developer technologies | Transact-SQL
Developer technologies | Visual Studio | Other
SQL Server | Other
How to play sound on android tablet from C# ASP.Net page
Need to send a beep tone or similar under certain conditions when an error occurs
Developer technologies | ASP.NET | Other
How to fix problem in Clarity. Styles not loading
Hello, I’m running into an issue with my webpage. It was working normally, but after I added Microsoft Clarity for session recording, the page now appears unstyled—only the HTML loads, and the CSS doesn’t seem to be applying. I’m not sure why adding…
Developer technologies | Visual Studio | Other
"In my ASP.NET MVC 5 project, I am migrating to a strict Content Security Policy (CSP) to eliminate the use of 'unsafe-inline' for scripts. While I have successfully implemented the Nonce approach to secure my initial page loads, I still have two outstand
"In my ASP.NET MVC 5 project, I am migrating to a strict Content Security Policy (CSP) to eliminate the use of 'unsafe-inline' for scripts. While I have successfully implemented the Nonce approach to secure my initial page loads, I still have two…
Developer technologies | ASP.NET | ASP.NET Core
How do you fix Intellisense errors in a CMake project when Visual Studio is connected to WSL:Ubuntu?
I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler. My C++ code builds and runs fine but I get hundreds of…
Developer technologies | Visual Studio | Debugging
Converting Existing ASP.NET Core Web Application to a Local Desktop Application?
Hello everyone, I currently have a working ASP.NET Core (.NET 8) web application. My goal is to preserve the application's existing HTML/CSS/JavaScript interface and C# business logic (DI, Services, EF Core, etc.) while transforming it into an…
Developer technologies | .NET | Blazor
Can we continue using WCF or should we modernize. Can you provide the details on why we need to modernize?
Can you provide more details on whether we can continue using WCF and continue developing WCF. Whether modernization is required ? if so why?
Developer technologies | .NET | Other
Debugging is not working in Visual Studio Community 2026: The program 'Project iOS' has exited with code 0 (0x0).
My application gets installed on my iPad Air and my application launches on the device but shortly later the application gets terminated. After that I have tried to open the installed application on my device and this works. But debugging gets always…
Developer technologies | .NET | .NET MAUI
How do I get the bins from a purchase order line item from the Business Central APIs?
I have a C# app that calls Business Central APIs. I can use https://api.businesscentral.dynamics.com/v2.0/{{tenantId}}/Sandbox/api/v2.0/companies({{company_id}})/purchaseOrders({{PO}})/purchaseOrderLines?$expand=location to get more data about the…