Ios bundle identifier doesnt match distribution profile when publishing in visual insiders 26
The only distribution profile that I am able to create an .ipa file with is the one that has the wildcard bundle identifier. When I create a profile that has the correct Xcode bundle identifier when i try and archive that says the bundle id and profile…
Developer technologies | .NET | .NET MAUI
i want to add the new field to the prodroutetable and data should be show in routeinventprod form but i got field in frontend and save but when i refresh the page data will be disappear why?please give me solution
i want to add the new field to the prodroutetable and data should be show in routeinventprod form but i got field in frontend and save but when i refresh the page data will be disappear why?please give me solution. i tried with table extension with…
Developer technologies | Visual Studio | Extensions
ASP.Net app can't see new Oracle client
I have an old (Developed in Visual Studio 2010) web application that pulls data from Oracle using the (depricated) Microsoft client. The current installation uses the Oracle Client 12. Central IS wants us to upgrade due to a Java exploit. I now have the…
Developer technologies | ASP.NET | Other
Xbox installing on PC
Hello! As I understand it, you will soon release a new Xbox hybrid PC game console in 2026, with the ability to play PC games on this game console. It will be a new successful revolution in the game console industry! I am writing to you because I ask you…
Developer technologies | Windows Forms
How to Use 32-bit COM DLL in a 64-bit WPF .NET Core 6 Application?
I have a Class Library project in .NET Core named "LIBTOOBA" with the following setup: Project File (LIBTOOBA.csproj): <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> …
Developer technologies | Visual Studio | Debugging
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | .NET | Other
Developer technologies | Visual Studio | Other
Developer technologies | C#
Assigning C# modues to students
I am a high school game dev teacher. I would like to assign C# modules as homework. Is there a teacher version or an online classroom through Microsoft for the C# learning program? Thank you! Ms. M
Developer technologies | C#
MongoDB.Driver.MongoIncompatibleDriverException:
MongoDB.Driver.MongoIncompatibleDriverException using C# mongodb driver
Developer technologies | C#
Why does visual studio 2022 database projects think that views have computed columns? fake errors
Database projects in visual studio 2022 has become unworkable. When building projects Visual Studio is throwing up fake errors. Fake errors such as computed column has an unresolved reference to an object. This fake error was returned from a VIEW.…
Developer technologies | Visual Studio | Other
Why is our coded Microsoft SSO, written in .NET 8 and implemented via AddMicrosoftAccount, now causing 404 errors?
We have a .NET application written in 8.0. For several months we've been using AddMicrosoftAccount for our Microsoft SSO after upgrading the program from the old .NET Framework 4.8. Several weeks ago we started receiving 404 errors in the Edge browser.…
Developer technologies | .NET | .NET Runtime
Why ssh connection to host via VS code is getting disconnected every 5-10 mins?
ssh connection to host via VS code is getting disconnected every 5-10 mins. How to fix this?
Developer technologies | Visual Studio | Extensions
Request for official EOL/“manufacturer obsolescence” dates for Microsoft components (SBOM compliance)
Hi team, I need the official End‑of‑Support (EOL) / manufacturer obsolescence dates for Microsoft components to satisfy SBOM/compliance. Please confirm the authoritative way to obtain dates (and how to interpret “obsolescence” for Modern‑Policy…
Developer technologies | .NET | Other
List all the possibilities of converting DWG (AutoCAD) to different formats
Hi, 1.Can you please list all the possibilities of converting DWG (AutoCAD) to different formats ? And what is the aim of each target format? Thanks in advance,
Developer technologies | C#
How to migrate my ai development tool website into the visual studio community environment and then create a mobile version for android?
I built an online application using ai development tools but when I try and migrate it to android its giving me a version which doesn't have much technology involved. I want to pull the web application into the visual studio ide so that I can make…
Developer technologies | Visual Studio | Setup
failed load hostfxr.dll at .net9 self-container app on win10,win7
i write a client app with .net9 vs2026, and publish with self-container. but it can't be run when i double-click on (win10,win7) part of my client machine. i look eventlog and get this. how to reslove this? i got a information for win7, install a…
Developer technologies | .NET | .NET Runtime
MAUI: Red circle is not visible on the UI
I am showing a list of alerts on the UI using a View. If the alert is not read, I need to show a red circle on the left side of it and I need to show the unread count on the tab icon. But currently only a gray circle is showing on the UI and count is…
Developer technologies | .NET | .NET MAUI
How to fix a 2714 error when trying to install a setup.exe file created in Visual Studio deployment projects (setup project).
Created a C# Windows Forms Application and works fine in debugging, no errors. Then created a setup project to make a setup.exe (msi) file to install my application on a windows computer. Get the following error "The installer has requested an…
Developer technologies | Visual Studio | Setup
MAUI: How we can disable the login form once tab on the login button
I have a login page where user needs to enter email and password. My problem is once the user taps the login button, the email and password fields are still editable. I want to make the email and password disable after tapping the button. After tapping…
Developer technologies | .NET | .NET MAUI
MAUI Project Builds Successfully but Fails to Launch on Emulator or Physical Device in Visual Studio
I’m encountering an issue where my .NET MAUI project builds successfully in Visual Studio, but the app does not launch on either the Android emulator or a physical device. When clicking Run, the Output window shows messages such as: “Done Building…
Developer technologies | .NET | .NET MAUI
Visual Studio Performance Profiler reports memory leaks on one system but not another with same code base
Subject: visual-studio performance-profiler memory-leak c++ Details: I’m profiling a C++ application using Visual Studio Performance Profiler (Memory Usage tool). The code base is identical across two systems, but memory leaks persist on one machine…
Developer technologies | Visual Studio | Debugging
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…