55,001 questions with Developer technologies-related tags

Sort by: Updated
0 answers

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
asked 2025-12-09T17:24:24.3+00:00
Nick Hunter-blair 0 Reputation points
edited the question 2025-12-10T00:45:45.8833333+00:00
Nick Hunter-blair 0 Reputation points
1 answer

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
asked 2025-12-09T22:35:27.7566667+00:00
Slava Miasishchev 0 Reputation points
answered 2025-12-09T22:35:37.08+00:00
Q&A Assist
2 answers

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
asked 2024-01-18T07:02:44.1533333+00:00
Aleena George 50 Reputation points
commented 2025-12-09T22:06:58.18+00:00
Sylvain Devidal 0 Reputation points
1 answer

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
asked 2025-12-09T21:44:57.8533333+00:00
Mike Saldivar 40 Reputation points
answered 2025-12-09T21:45:21.05+00:00
Q&A Assist
0 answers

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
asked 2025-12-09T21:34:47.2366667+00:00
Eduardo Gomez 4,136 Reputation points
4 answers

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
asked 2025-12-04T18:12:28.19+00:00
Tirth Shah 0 Reputation points
edited an answer 2025-12-09T20:23:17.2466667+00:00
Max Lancaster 0 Reputation points
4 answers

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
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
1,299 questions
asked 2025-12-08T14:30:51.7733333+00:00
Jesse Sierks 0 Reputation points
commented 2025-12-09T20:17:53.9466667+00:00
Julian Moller 5 Reputation points
3 answers

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
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,629 questions
asked 2025-12-02T16:59:41.7033333+00:00
Matt Brown 1 Reputation point
commented 2025-12-09T20:14:02.0466667+00:00
AgaveJoe 30,406 Reputation points
1 answer

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
asked 2025-12-09T20:10:48.14+00:00
Captain56022 25 Reputation points
answered 2025-12-09T20:11:10.83+00:00
Q&A Assist
3 answers

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#
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.
11,697 questions
asked 2025-12-09T01:14:42.65+00:00
Corey Fleig 160 Reputation points
edited an answer 2025-12-09T18:02:59.1633333+00:00
Bruce (SqlWork.com) 81,981 Reputation points Volunteer Moderator
4 answers

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
asked 2025-11-21T14:56:25.9966667+00:00
Kavana Naik |SKAVINYA| 0 Reputation points
commented 2025-12-09T17:22:28.7333333+00:00
Kavana Naik |SKAVINYA| 0 Reputation points
1 answer

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
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,629 questions
asked 2025-12-09T15:49:42.9733333+00:00
Swaim,Michael P 1 Reputation point
commented 2025-12-09T17:14:47.75+00:00
Swaim,Michael P 1 Reputation point
3 answers One of the answers was accepted by the question author.

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 | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,149 questions
Developer technologies | Visual Studio | Other
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.
5,580 questions
Developer technologies | C#
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.
11,697 questions
asked 2024-08-06T02:08:01.25+00:00
Mojtaba_Hakim 321 Reputation points
commented 2025-12-09T16:29:31.9533333+00:00
RLWA32 51,366 Reputation points
2 answers One of the answers was accepted by the question author.

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#
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.
11,697 questions
asked 2025-12-07T18:00:37.0933333+00:00
Murphy, Suzette S 1 20 Reputation points
commented 2025-12-09T15:23:46.5533333+00:00
Murphy, Suzette S 1 20 Reputation points
1 answer

MongoDB.Driver.MongoIncompatibleDriverException:

MongoDB.Driver.MongoIncompatibleDriverException using C# mongodb driver

Developer technologies | C#
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.
11,697 questions
asked 2025-12-02T20:59:38.6233333+00:00
Nagireddi, Vijaya (US - Texas) 0 Reputation points
commented 2025-12-09T15:22:44.5133333+00:00
Nagireddi, Vijaya (US - Texas) 0 Reputation points
1 answer

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
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.
5,580 questions
asked 2025-12-09T14:50:43.92+00:00
Farid Abdi 0 Reputation points
answered 2025-12-09T15:06:15.08+00:00
Farid Abdi 0 Reputation points
1 answer

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
asked 2025-12-08T08:21:14.63+00:00
Sudeepta kumar 0 Reputation points
answered 2025-12-09T13:07:53.2833333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 1,200 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

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
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
4,149 questions
asked 2025-12-09T07:15:11.4166667+00:00
Aditya Shah 0 Reputation points
accepted 2025-12-09T12:40:31.3466667+00:00
Aditya Shah 0 Reputation points
2 answers One of the answers was accepted by the question author.

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#
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.
11,697 questions
asked 2025-12-05T05:29:18.7566667+00:00
Dani_S 4,816 Reputation points
commented 2025-12-09T12:35:29.38+00:00
Gade Harika (INFOSYS LIMITED) 2,095 Reputation points Microsoft External Staff
2 answers

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
asked 2025-12-05T13:00:36.12+00:00
John Patrick Oldfield 5 Reputation points
edited an answer 2025-12-09T12:33:42.7333333+00:00
Gade Harika (INFOSYS LIMITED) 2,095 Reputation points Microsoft External Staff