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
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
The SDK Microsoft.NET.sdk specified could not be found.
I get this error when I try to create a new project in Visual Studio Community 2022 (64-bit) 17.14.19: The SDK Microsoft.NET.sdk specified could not be found. In addition, when I try to open an existing solution in VS Community 2022 then my iOS and…
Developer technologies | .NET | .NET MAUI
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
iOS crash report: System_Runtime_CompilerServices_AsyncMethodBuilderCore_Start_TStateMachine_GSHAREDVT_TStateMachine_GSHAREDVT_
I have uploaded my iOS build on TestFlight and then installed it on my iPad. My game always crashes 1-2 seconds after I opened it on my iPad. It only crashes in release mode and not in debug mode. It's not the first time that I have this kind of crash.…
Developer technologies | .NET | .NET MAUI
Link to old Version of Spec Explorer
First of all thank you very much for your helpful answer here: how-to-purchase-license-key-for-vs-professional-2012 ! By any chance could you also give us a link to the older releases of Spec Explorer (3.4 or 3.5)? They are mentioned here on your site…
Developer technologies | Visual Studio | Extensions
AddInteractiveWebAssemblyComponents not working in .NET 9
I've been taking a Pluralsight course on learning Blazor. It's been great, but it is a bit older. It was written when .NET 8 was the current version of .NET. I created my version of the project using .NET 9, because it was my understand, from the…
Developer technologies | ASP.NET | ASP.NET Core
Concrete type and Concrete method in C#
What is exactly concrete type and concrete method in C#? Is the same with abstract type? Could you please write an example? Thanks
Developer technologies | C#
Visual Studio 2026 usually locks up when opened
I've been using the Insiders version for a while without any issues but since installing the release version it locks up when I start it and I have to start Task Manager to shut it down. If I run it again it's usually OK. I tried uninstalling it and…
Developer technologies | Visual Studio | Other
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
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#
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
"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