Read HTML table with C#
Hello everyone and thanks for the help in advance. I wrote a screen scrape program that returns a variable number of rows HTML table that I need to extract data from. I'm really not sure the best way to proceed, i.e. regex or some other method. Here…
Developer technologies | C#

Unable to Add Folders to WebApi Project
Hello everyone and thanks for the help in advance. I am using Visual Studio 2022 to develop various MVCC and WebApi applications. Without what I think are any changes to the environment, I am now unable to add any folders into the project than can be…
Developer technologies | ASP.NET | ASP.NET API
Unable to debug and connect to a real iOS device while running my MAUI app from windows
Hi, i had created a MAUI app on windows .netSDK 8.0 and using iOS xcode16 to debug and deploy that on to my real iOS mobile device, but unable to do that and getting a 'self signed root' error while im debuging the same. Tried changing the .netSDK to…
Developer technologies | .NET | .NET MAUI
Visual Studio 2022 (.NET 8 MAUI) – iOS Simulator build fails: “MSBuild was unable to connect to the Mac …” despite successful Pair to Mac
Hello, I am trying to debug my .NET MAUI (.NET 8) project on a simulated iPhone 16, but I always get the following error when building: MSBuild was unable to connect to the Mac with Address='xxx.xxx.x.xx' and User='username'. This connection is…
Developer technologies | .NET | .NET MAUI
Why Visual Studio Installer provides outdated versions of Windows SDKs for VS 2019?
I have Visual Studio 2019, version 16.11.50. My Visual Studio Installer version is 3.14.2082.42463. When I decided to install the Windows SDK from VS Installer to get updates for it automatically, I noticed that versions of SDKs suggested on the…
Developer technologies | Visual Studio | Setup

Has something changed with relative bindings to the VM inside DataTemplates?
I'm migrating from Xamarin.Forms which has been a fairly good experience so far, but I've also run into quite a few breaking changes. I've found workarounds or fixes to many so far, but one that has left me a little stumped sits at the core of the data…
Developer technologies | .NET | .NET MAUI


Was "Urls" in appsettings.json ignored in ASP.NET Core 6.0?
In ASP.NET Core 6.0, is it no longer possible to override the Kestrel URL in appsettings.json > "Urls" as it was up to ASP.NET Core 5.0? CustomUrlApp.csproj <Project Sdk="Microsoft.NET.Sdk.Web"> <PropertyGroup> …
Developer technologies | ASP.NET | ASP.NET Core

Issue with Azure AD B2C Custom Policy: "Basic credentials specified for 'REST-fetchUserProfile-APAC' are invalid
Description I am working on an Azure AD B2C custom policy for the Global Identity Framework, designed to support traveling user sign-ins across multiple regions. This setup involves two major components Right now im only working on region tenant…
Developer technologies | ASP.NET | ASP.NET Core
Table border issue
Hi, What is wrong below? How to correct it?
Developer technologies | ASP.NET | Other
Visual Studio - use the output of a native DLL project in a C# WinUI project
I have a solution with two projects, one is a C# WinUI3 project which uses a native code DLL in the other project via interop. My DLL itself requires some other DLLs which are provided by vcpkg. How to I set up the solution/project files in VS2022 so…
Developer technologies | Visual Studio | Other
Outlook Ribbon Add-in Manifest Issues
An add-in has been successfully created that works as expected within the Calendar context. However, there is an attempt to create a separate add-in that should always be accessible from the main Ribbon in Outlook, independently of whether the user is in…
Developer technologies | XAML
Bash.exe not working
Running Windows 11. When I run bash.exe I get a command-prompt-like window, which disappears after a couple of seconds??
Developer technologies | .NET | .NET CLI
Visual studio installation error.
I am not able to install visual studio enterprise 2022 in my VM offline. getting an Error stating. need to connect with Internet connection. I did some research on the logs and found. there is error a certificate validation. Need your assistance to…
Developer technologies | Visual Studio | Setup
System.ArrayTypeMismatchException when using System.Text.Json with .NET Framework 4.7 in MSTest
Hi, I'm currently using .NET Framework 4.7 along with MSTest (all packages are up to date). I'm trying to deserialize a JSON string using System.Text.Json as shown below: using System.Text.Json; private static JsonSerializerOptions GetOptions() { …
Developer technologies | .NET | Other
Urgent Assistance for VM - Findings relate to weak SSL/TLS cipher suites and few issues concerning the Content Security Policy (CSP) configuration. Attached is a report. Kindly assist for remediating those vulnerabilities.
Urgent Assistance for VM - Findings relate to weak SSL/TLS cipher suites and few issues concerning the Content Security Policy (CSP) configuration. Attached is a report. Kindly assist for remediating those vulnerabilities.
Developer technologies | Windows Forms
i have created an app which i used C# But every time i want to run it on domain its doesnt open the form but in task manager its showing
Application: DcmFolderScan.exe CoreCLR Version: 8.0.1825.31117 .NET Version: 8.0.18 Description: The process was terminated due to an unhandled exception. Exception Info: System.Windows.Markup.XamlParseException: The invocation of the constructor on type…
Developer technologies | C#
How to remove server from server explorer list in Visual Studio
I am sorry if the tag is wrong. I could not find a visual studio tag. The issue is that I have by mistake connected to my own pc as a 'Windows Server' and now it is showing up in the Server Explorer of Visual Studio 2022. I am able to view 'Event Logs',…
Developer technologies | Visual Studio | Setup
Frame work error
I am using VS build task but failing with following error ##[error]C:\Program Files\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(1259,5): Error MSB3644: The reference assemblies for…
Developer technologies | .NET | Entity Framework Core
Declare Function not working in Access VBA
Declare Function not working in Access VBA. Getting an error message when compiling
Developer technologies | Visual Basic for Applications

Data Formatting: I'm working on a simple sales data table in Excel. What are the key best practices for structuring my data (e.g., using a table format, a consistent header row, no merged cells) before importing it into Power BI?
These questions focus on the best practices for setting up data in Excel before you even touch Power BI.