Ios bundle identifier doesnt match distribution profile when publishing in visual studio 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 it says the bundle id and profile…
Developer technologies | .NET | .NET MAUI
remove license key visual studio 2026 enterprise
Hello, I'm preparing virtual machines for a class during the winter quarter, and to test Visual Studio 2026, I entered a product key. Now I'd like to remove this key, as each student has their own. I tried uninstalling Visual Studio 2026, but it didn't…
Developer technologies | Visual Studio | Setup
MAUI: How to close Communitytoolkit.Maui.Views PopUp page from Content View page
I am using the .NET Community toolkit for the Popup page. The opening and closing are working fine for the popup page from the Content page. But I am unable to close the popup page from the Content View page. I used the Close(); to close the popup page…
Developer technologies | .NET | .NET MAUI
How do I buy Visual Studio Enterprise - annual
I'm trying to buy Visual Studio Enterprise - annual We currently have an enterprise 365 subscription and 3 licenses of VS Pro - Monthly. If I go to portal.azure.com I can see and manage those three, and it lists VS Pro - Annual, and VS Enterprise Monthly…
Developer technologies | Visual Studio | Setup
help with qr codes
I have this VM using System.Collections.ObjectModel; namespace Scan2Cart.ViewModels; public partial class HomePageViewModel(IPageService pageService, IDataProvider dataProvider) : BaseViewModel(pageService) { [ObservableProperty] public…
Developer technologies | .NET | .NET MAUI
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
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
Global.asa file not being found post server upgrade
We upgraded from Win 2016 to Win 2022. When I try to access the site, I am getting a 404 status code. In the Failed Request Logs folder, the log file is pointing to not finding the global.asa file. Except, it was never there in the first place. The…
Developer technologies | ASP.NET | Other
IIS App Pool Shows “Running” but Site Becomes Unresponsive Until Manual Recycle
Hello, We're dealing with a super frustrating IIS issue and I'm hoping someone here has seen this before... THE PROBLEM: Our Application Pool shows as "Running" in IIS Manager, but the site is completely DEAD. Not responding at all. The only…
Developer technologies | ASP.NET | ASP.NET API
How to use multiple DLLs with the same name
Years ago I built web apps on my local box, and copied the ASP.NET files over to our web server. This included creating a bin directory, and placing the needed DLLs there. Everything runs great. Now, years later, I'd like to add a new app, and use much…
Developer technologies | C#
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
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 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…