54,140 questions with Developer technologies-related tags

Sort by: Updated
3 answers

Validating user's input format is not working

Our requirement is to ask users to create a password with the following format: First letter of firstname+First letter of lastname+2 digits of month+2 digits of day+4 digits of year. For instance, a user with the name of John Doe, born January 1, 1900…

Developer technologies | VB
Developer technologies | ASP.NET | Other
asked Feb 18, 2025, 11:08 PM
Simflex 326 Reputation points
commented Aug 7, 2025, 10:33 AM
Danny Nguyen (WICLOUD CORPORATION) 650 Reputation points Microsoft External Staff
1 answer

Cloud Service (extended support) time to update has gone from a few minutes to over an hour

Cloud Services (extended support) time to update has gone from a few minutes to over an hour. During this time the service is down.

Developer technologies | ASP.NET | ASP.NET API
asked Jun 1, 2025, 7:40 AM
Thomas Bilby 0 Reputation points
commented Aug 7, 2025, 10:33 AM
Danny Nguyen (WICLOUD CORPORATION) 650 Reputation points Microsoft External Staff
2 answers

ASP.NET web site fail to critical error in ETL of Excel file

I have a website with a single web page on ASP.NET that you need to upload a file in Excel to a folder within the website, extract its contents to insert the data into a table in a database in SQL Server. When testing its operation on the production web…

Windows development | Internet Information Services
Microsoft 365 and Office | Excel | For business | Windows
Developer technologies | ASP.NET | Other
asked Jan 15, 2025, 9:44 PM
Nelson Javier Bahamon Parrado 0 Reputation points
commented Aug 7, 2025, 10:32 AM
Danny Nguyen (WICLOUD CORPORATION) 650 Reputation points Microsoft External Staff
3 answers

app.UseCookieAuthentication - SessionStore

Hi Team, I have a scenario where in asp.net MVC application the session Key (GUID every time user logs in) is stored to a SQL database Table. The below methods are used. I need suggestions for two things 1.The underlying database Can have any number…

Developer technologies | ASP.NET | ASP.NET API
asked Feb 21, 2025, 4:16 PM
amal James 0 Reputation points
commented Aug 7, 2025, 10:29 AM
Danny Nguyen (WICLOUD CORPORATION) 650 Reputation points Microsoft External Staff
4 answers

How to get Json Data from an external WEB API to an JQUery autosearch text box end point

Hi everybody: I have an external minimal Web API that produces a JSON object ( array) as per below. app.MapGet("/AsyncAutocompleteErf/{search}", async (IErvenRepository request, string search) => { var data = await…

Developer technologies | ASP.NET | ASP.NET Core
Microsoft 365 and Office | Development | Office JavaScript API
Developer technologies | ASP.NET | ASP.NET API
asked Jan 10, 2025, 4:24 PM
Jose Daniel Navarro Brito 61 Reputation points
commented Aug 7, 2025, 10:24 AM
Raymond Huynh (WICLOUD CORPORATION) 545 Reputation points Microsoft External Staff
1 answer

hello, sql server report not load after add content security policy header in my Asp.net mvc project

Hello, I am adding below line in my asp.net web project in Web.config file. 'SSRS dll not register in project' error show in report viewer After adding this line Content-Security-Policy: default-src 'self'; style-src 'self'; script-src 'self'…

Developer technologies | ASP.NET | Other
asked Aug 2, 2025, 4:55 PM
Mrunali Patil 0 Reputation points
commented Aug 7, 2025, 10:22 AM
Raymond Huynh (WICLOUD CORPORATION) 545 Reputation points Microsoft External Staff
0 answers

Finding the path to dotnet.exe

In my Visual C++ application I want to spawn dotnet.exe to run my DLL. Now, my installer is correctly configured to detect if the .NET8 runtime is needed and will install it. So I know that it is available. From my research it seems that this is the…

Developer technologies | .NET | .NET Runtime
asked Aug 7, 2025, 8:53 AM
ChuckieAJ 316 Reputation points
commented Aug 7, 2025, 10:20 AM
Viorel 123.5K Reputation points
5 answers

How to load jquery autocomplete dropdown box from an external WEB API

Good day everybody: I have an external web api which returns a label, value records needed for a client application app.MapGet("/AsyncAutocompleteErf/{search}", async (IErvenRepository request, string search) => { var data = await…

Developer technologies | ASP.NET | ASP.NET Core
Microsoft 365 and Office | Development | Office JavaScript API
Developer technologies | ASP.NET | Other
asked Feb 6, 2025, 10:32 AM
Jose Daniel Navarro Brito 61 Reputation points
answered Aug 7, 2025, 10:12 AM
Raymond Huynh (WICLOUD CORPORATION) 545 Reputation points Microsoft External Staff
2 answers

Navigate PopToRoot when Tab Reselected in .NET MAUI Windows

Navigate PopToRoot when Tab Reselected in .NET MAUI for Windows same like Android as per below ticket for your reference. https://learn.microsoft.com/en-us/answers/questions/2041922/navigate-poptoroot-when-tab-reselected-in-net-maui

Developer technologies | .NET | .NET MAUI
asked Jul 31, 2025, 6:16 AM
Bhuwan 1,066 Reputation points
edited an answer Aug 7, 2025, 10:11 AM
Michael Le (WICLOUD CORPORATION) 995 Reputation points Microsoft External Staff
0 answers

Getting a System.ObjectDisposedException: The CancellationTokenSource has been disposed in .NET 8

I'm working on a new Blazor app, with server-side and WebAssembly projects in the VS solution. When I debug the app I get a, "Unhandled exception has occurred" message in the bottom of the page. Looking at my event viewer I see this, which…

Developer technologies | .NET | Blazor
asked Aug 6, 2025, 9:52 PM
Falanga, Rod, DOH 290 Reputation points
commented Aug 7, 2025, 9:59 AM
AgaveJoe 30,131 Reputation points
0 answers

Updating Layout When Navigating to Fragment

When navigating to a Fragment using the SupportFragmentManager in .NET for Android using code similar to the following: this.SupportFragmentManager.BeginTransaction().DisallowAddToBackStack().Replace(Resource.Id.fcvMain, new…

Developer technologies | C#
asked Jul 13, 2025, 9:19 PM
Nathan Sokalski 4,111 Reputation points
commented Aug 7, 2025, 9:47 AM
Adiba Khan 245 Reputation points Microsoft External Staff
3 answers One of the answers was accepted by the question author.

Publishing MSIX packages to the store on VS2022 for AR

I have an app which I package and publish for several years via VS2019 using the Windows Application Packaging Project. This deploys direct to the Microsoft Marketplace where I can publish it. I have recently upgraded to VS 2022 for ARM and can no longer…

Developer technologies | Visual Studio | Extensions
asked Jun 19, 2025, 2:47 PM
Neil Elroy 0 Reputation points
accepted Aug 7, 2025, 9:42 AM
Neil Elroy 0 Reputation points
0 answers

Missing photos Description in Photos after Graph Request

My App is a C# .NET App For many years, I have been retrieving a list of photos stored in a published OneDrive folder for my Photo Dia app via Graph Request. The request URL: https://graph.microsoft.com/beta/me/drive/items/IDItemFolder/children I…

Developer technologies | C#
asked Aug 7, 2025, 9:25 AM
P. Karsten 0 Reputation points
2 answers

Possible to use VS

Hi, Is it valid to use VS version on Oracle Linux OS? Which VS version is fine for that?

Developer technologies | C#
asked Aug 4, 2025, 7:50 AM
Peter_1985 2,786 Reputation points
commented Aug 7, 2025, 9:19 AM
Peter_1985 2,786 Reputation points
1 answer

Offline installer of the Python extension For Visual Studio on Windows

Hi, Our security team require downloaded package to scan for security risks and vulnerabilities before installation and i am unable to find an offline installer for the python extension for visual studio on windows. Where would i be able access this…

Developer technologies | Visual Studio | Extensions
asked Aug 6, 2025, 11:58 AM
edited an answer Aug 7, 2025, 9:18 AM
Susmitha T (INFOSYS LIMITED) 160 Reputation points Microsoft External Staff
1 answer

Can't Deploy to Analysis Service Get Error

Hello, I have a new computer, new install of visual studio 2022 community and Analysis Services Project installed. I can't deploy my tabular project to SQL 2019 Analysis Services. I get the following error: See the end of this message for details on…

Developer technologies | Visual Studio | Debugging
asked Jun 25, 2025, 10:26 PM
Cherise Woods 5 Reputation points
answered Aug 7, 2025, 9:17 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff
2 answers

iOS Setting SemanticFocus on ContentPage

I am testing the voiceover function for iOS. For this I have a ContentPage which contains: An AccessibilityTitle set to describe the page itself AccessbilityText for every element within the page (these elements can be Labels, ContentViews etc What…

Developer technologies | .NET | .NET MAUI
asked Jul 24, 2025, 2:09 PM
Bubba Jones 0 Reputation points
commented Aug 7, 2025, 9:09 AM
Michael Le (WICLOUD CORPORATION) 995 Reputation points Microsoft External Staff
2 answers

All other products, downloads and keys have been removed from the subscriptions.

TLDR: Effective June 5, 2025, Pacific time zone, the Visual Studio Enterprise benefit will be tiered according to Ambassador milestone. All Ambassadors should immediately take steps to ensure:

Developer technologies | Visual Studio | Debugging
asked Jun 8, 2025, 2:16 AM
samin ali 0 Reputation points
answered Aug 7, 2025, 9:07 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff
4 answers

How can I retieve my missing account

Hello, I tried to contact you, but I didn’t know how. Anyway, I have an old email that I created when I was young, and it is linked to the middle of my games, but I don’t know how to retrieve it, and I don’t remember the password. Is there a way I can…

Developer technologies | Windows Forms
asked Jul 27, 2025, 6:04 AM
A W 0 Reputation points
answered Aug 7, 2025, 9:04 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff
4 answers

How do I renew our ADT4T access?

I work in the IT Dept at a Community College, and we have access to ADT4T (Azure Dev Tools for Teaching), and one of the instructors says it need to be renewed. How do I renew it. I have clicked all around our Azure Portal, but I can't find it.

Developer technologies | Visual Studio | Setup
asked Jun 5, 2025, 7:58 PM
Billy Barber 0 Reputation points
answered Aug 7, 2025, 9:03 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff