54,043 questions with Developer technologies-related tags

Sort by: Updated
0 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
edited the question Jul 24, 2025, 2:13 PM
Bubba Jones 0 Reputation points
2 answers

Upgrade from Dynamics CRM On-Premise to 9.1 CRM On-Premise

Recent upgrade of Dynamics CRM -On -Premise version 9.0.19.8 to 9.1.37 causes looping on certain forms. It appears to me that the issue might be Java Script related. I am looking for anyone that has had a similar issue post upgrade. No error or event…

Developer technologies | C#
asked Jul 23, 2025, 10:14 PM
Shaw, Kieran 0 Reputation points
answered Jul 24, 2025, 2:10 PM
Shaw, Kieran 0 Reputation points
4 answers One of the answers was accepted by the question author.

To identify the performance of sqlserver between 1 month of different years.

Hi, How can I identify the performance load of SQL Server between 2 period of different years, Any script to calculate the I/O load and performance of SQL Server. I s there any tools to identify the performance and I/O load on SQL Server between 2…

Developer technologies | Transact-SQL
SQL Server | Other
asked Jul 6, 2022, 6:54 PM
SVA 116 Reputation points
answered Jul 24, 2025, 1:52 PM
Don Price 0 Reputation points
2 answers

The correct CChildFrame is not activated after the predecessor is closed.

MFC MDI application. Opened several CChildFrame s. (To illustrate better my issue I identified every CChildFrame with an unique id.) Opened, lets say, 5 CChildFrame. 1, 2, 3, 4, 5. List the order of the CChildFrame by menu: About: List…

Developer technologies | C++
asked Jul 21, 2025, 11:59 AM
Flaviu_ 1,071 Reputation points
commented Jul 24, 2025, 1:39 PM
Flaviu_ 1,071 Reputation points
3 answers

Unable to Hide Buttons in Custom Toolbar with UI Context in Visual Studio Extension

I have created a custom toolbar in my Visual Studio extension that appears only with specific files, using a defined UI context. I want to hide certain buttons in this toolbar programmatically. However, setting the .Hidden = true property does not hide…

Developer technologies | Visual Studio | Extensions
asked Jul 21, 2025, 9:22 AM
Vasu Bansal 20 Reputation points
commented Jul 24, 2025, 1:29 PM
Vasu Bansal 20 Reputation points
0 answers

Microsoft Store app requiring admin consent - any automation?

We have a dotnet app deployed via Microsoft Store which uses a multitenant app registration. When a user logs on they have to ask their admin to consent to the user of the application. What I am wondering, is there any way to automate this better, if for…

Developer technologies | .NET | Other
asked Jul 24, 2025, 12:09 PM
Anne Admin 6 Reputation points
1 answer

suddenly Sound is not coming from my laptop

i am using my laptop suddenly sound is not comming into my laptop. I check all the things but my problem didn't solve. plz solve my problem as soon as possible plz..

Developer technologies | Windows Presentation Foundation
asked Jul 24, 2025, 10:50 AM
lucky gaur 0 Reputation points
answered Jul 24, 2025, 12:08 PM
Jessica Williams 0 Reputation points
3 answers

Blazor ValidationMessage being conditional

Hello, I have a registration form where the users can select if they are private or company. What I need is to make the Company Name validation conditional. Meaning, if they select a company it gets enabled and if they select a private it gets disabled.…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | ASP.NET | Other
asked Dec 3, 2024, 11:08 AM
Kuler Master 406 Reputation points
commented Jul 24, 2025, 12:08 PM
Devang Prajapati 0 Reputation points
3 answers

Making a Blazor WebAssembly E-commerce Application Responsive with Flexbox

A Blazor WebAssembly e-commerce application has been built, but the design looks good only on a 23-inch 1920x1080 laptop. The layout includes a header, a left navigation menu, and a footer that is consistent across all pages. The goal is to make this…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
asked Dec 31, 2024, 8:20 AM
Cenk 1,036 Reputation points
edited an answer Jul 24, 2025, 12:01 PM
Devang Prajapati 0 Reputation points
1 answer

How to fix data loss in designer?

I've faced similar errors before and also fixed them by restarting my pc. But this time restart shortcut didn't work. In "View.cs" code I just inherited its class by "SamplePanel.cs" instead of "Form". Here's code of…

Developer technologies | .NET | Entity Framework Core
asked Jul 24, 2025, 3:26 AM
Talha Ahmad 0 Reputation points
answered Jul 24, 2025, 11:48 AM
Devang Prajapati 0 Reputation points
5 answers

Attaching to WSL process from a visual studio extension.

I can attach to a WSL process in visual studio by going Debug -> 'Attach To Process' in the menu, then setting the 'Connection type' to 'Windows subsystem for Linux', selecting the process from the list, and clicking the 'attach' button. How can I do…

Developer technologies | Visual Studio | Extensions
asked Jun 2, 2025, 10:10 AM
Kev Martin 0 Reputation points
answered Jul 24, 2025, 11:45 AM
Susmitha T (INFOSYS LIMITED) 85 Reputation points Microsoft External Staff
2 answers

OAuth implementation in web api

Hi Community members, How can I create oauth in web api where validation is not in cloud

Developer technologies | ASP.NET | ASP.NET API
asked Mar 6, 2025, 3:38 PM
90036475 0 Reputation points
commented Jul 24, 2025, 10:50 AM
Raymond Huynh (WICLOUD CORPORATION) 470 Reputation points Microsoft External Staff
0 answers

Update .Net8-Android api 35 to .Net9-Android api 35

Right now, I’m using .NET 8 for Android with API level 35. I want to upgrade to .NET 9 for Android (still using API 35). What is the best practice to do this?

Developer technologies | .NET | Xamarin
asked Jul 24, 2025, 10:31 AM
Fadlan Amrullah 0 Reputation points
3 answers

Server connection problem on a blazor site

Hi, I have made this app in blazor: Index Occasionally, I encounter this error: "Attempting to connect to the server." Do you know how to solve it? regards, Saeed

Developer technologies | .NET | Blazor
Developer technologies | ASP.NET | Other
asked Jan 4, 2025, 8:52 PM
Saeed Pooladzadeh 241 Reputation points
commented Jul 24, 2025, 10:11 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
4 answers

if Task.Run runs a task in async then why and when i should write async in Task.Run(async () => {})

q1) does Task.Run creast async task? (it is writen it runs on  an other thread.) q2) if it does create async task then why and when we need Task.Run(async ()={}). pls explan with examples.

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 12, 2025, 12:36 PM
rajesh yadav 231 Reputation points
commented Jul 24, 2025, 10:08 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
2 answers

How to fix the error "InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'DAO.DBEngine'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{00000021-0000-0010

Hi, I am trying to access DAO.DBEngine for an operation and getting the error " InvalidCastException: Unable to cast COM object of type 'System.__ComObject' to interface type 'DAO.DBEngine'. This operation failed because the QueryInterface call on…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | C#
asked Jan 30, 2025, 12:22 PM
Devi E 5 Reputation points
commented Jul 24, 2025, 10:04 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
2 answers

Please reset my developer account & free phone #

I signed up for the Microsoft 365 Developer Program using the email **PII removed**, selected Personal Use by mistake, and did not receive a sandbox tenant. I have since tried to create a new developer account with a new email, but now I’m blocked from…

Developer technologies | C++
asked Jul 17, 2025, 1:54 AM
Herb Wolff 0 Reputation points
commented Jul 24, 2025, 9:54 AM
Adiba Khan 95 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
answered Jul 24, 2025, 9:53 AM
Danny Nguyen (WICLOUD CORPORATION) 410 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
answered Jul 24, 2025, 9:50 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
1 answer

Receiving 502 from backend App registered on Azure. No App insight logs found

Hello, Looks like our backend app registered in Azure is not responding. We are unable to assess as there are no logs in app insights after certain time. We even restarted the app service but it seems to have no effect and everything on the app is…

Developer technologies | ASP.NET | ASP.NET API
asked Apr 24, 2025, 9:03 PM
Sowmya Kudva 0 Reputation points
answered Jul 24, 2025, 9:46 AM
Raymond Huynh (WICLOUD CORPORATION) 470 Reputation points Microsoft External Staff