An object-oriented programming language developed by Microsoft that can be used in .NET.
Settings Changes Not Being Saved
My app has several settings that the user can change. The code that saves the changes is: My.Settings(PropName) = ConvertedValue My.Settings.Save() I have confirmed that the ConvertedValue is actually saved immediately after that code executes by…
Developer technologies | VB
load and unload of assemblies dynamically
[load and unload of assemblies dynamically]
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Sudden blackout of VS Code - today (13-04-2026)
My VS Code is now completely down. Can't open anything. After multiple instances of deleting cache and restarting my laptop, it started once. But got stuck in Copilot. Behaving weirdly today. This is what is looking like when I open VS Code.
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
How to connect to two different databases in two different directories in one vb app
My app has two databases: common.mdf and variable.mdf. In Settings I've got: CommonConnectionString: Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=|DataDirectory|\common.mdf;Integrated Security=True;Connect…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
Assembly.cs missing
Why is the Assembly info missing in my project which is a net framework project
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Visual Studio login fails , MFA notification not received, while MFA works for other Microsoft 365 apps
The user is unable to successfully sign in to Visual Studio. During the authentication process: The login redirects to Microsoft sign-in page MFA is triggered (number matching screen appears) However, the user does not receive the approval…
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
How to fix Runtime error for COM class factory while running the application in Visual studio 2008
Getting the below error when running the solution in Visual studio 2008, developed using VS 2005 and framework 2.0 Error: Retrieving the COM class factory for component with CLSID {848255D4-8230-11D3-9E6D-0060080C087D} failed due to the following…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Guidance Required for Firebase Analytics & Crashlytics Integration in .NET MAUI (.NET 10)
We are currently working on a .NET MAUI mobile application and need to integrate Firebase Analytics and Crashlytics. Previously, in .NET 8, we created a proof of concept (POC) using Xamarin-based packages such as Xamarin.Firebase,…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Exception has occurred: CLR/ObjCRuntime.ObjCException
I am facing below issue in my MAUI project on Visual Studio code for Mac: Exception has occurred: CLR/ObjCRuntime.ObjCException An unhandled exception of type 'ObjCRuntime.ObjCException' occurred in Microsoft.iOS.dll at…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to Modify the status bar color in the android maui .net 10
We are working on a .NET 10 MAUI application that uses AppShell. In the application, we want to update the status bar color dynamically based on the currently active page. How can we achieve this within the application? Facing this in the android 10.
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Moving with MAUI from .NET 9 to .NET 10
Hi, I have two MAUI app in .NET 9. I want to move to .NET 10. I'm using VS 2026 version 18.1.1 What I need to do ? Thanks,
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Issues to call the event
Hi, DownloadAndShareFileAsync is declared within MauiProgram.cs, and was called within the same .cs file. It is not a success to build the project. Any reason from the following? Here is MauiProgram.cs
Developer technologies | ASP.NET | ASP.NET API
A component of ASP.NET for creating RESTful web services that support HTTP-based communication between clients and servers.
How to Fix a Namespace Mismatch
In my application named PIM I just use the default namespace "PIM" to include everything. However, I do have one folder called "Converters" that includes numerous all the project converters. However, for some reason, the compiler…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
How can I add a tab to file explorer from a c# program?
How can I add a tab to file explorer from a c# program?
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
WPF BindableMultiSelectDataGrid Clipboard Copy Error
When copying from a BindableMultiSelectDataGrid with WPF in .NET 10, copying to the clipboard seems to be erroneous in a way that is incompatible with Excel. In .NET 10, it seems that an extra newline is placed between each line of the HTML clipboard…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
vdproj Setup Project not generating .msi / .exe – System.Buffers.dll dependency warning (.NET Framework 4.7.2, x64)
Hello Community, I am facing an issue while creating a Setup project (.vdproj) in Visual Studio and I am hoping someone can help clarify why this is happening. Environment Details Application type: VB.NET Windows Forms Target framework: .NET Framework…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Visual Studio on snapdragon ARM Processor
Visual Studio on snapdragon ARM Processor on 64 bit architecture
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Is it possible to Target Android 35 with .net 8?
My MAUI project's targets target .net runtime is .net 8.0. Target android framework is 34, I want 35 as the target version. Is it possible to target 35 with .net 8.0. Only API level 34 is listing on the target android framework dropdown. Is there any…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
I cannot open my Visual Studio Installer
Dear programers, I see this when i open it .Actually i think that is because i deleted the Programdata fews ago. Now i find that the VS cannot be used .So i finally uninstalled it by InstallCleanup.exe .Now every time I open the Installer I will see the…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
MAUI HybridWebView working with a self signed cert for testing
I have been trying for several days trying to get the HybridWebview to work with my a local web server running with a self signed cert and cannot get it to work. I have tried at least 6 variations that I have found on the internet and I cannot get any of…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.