55,967 questions with Developer technologies-related tags

Sort by: Updated
0 answers

Why my application cannot login using Microsoft Account only in Release Build?

My Application cannot sign in using Microsoft Account in Release build (.appxupload file) but can sign in just fine in Test build (.appx file). This app is intended for Microsoft Store.

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,768 questions
asked 2025-02-17T07:24:58.6133333+00:00
Mohammad Choliq 0 Reputation points
commented 2025-02-19T01:32:12.7733333+00:00
Tianyu Sun-MSFT 34,836 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Disable iOS Swipe gestures in .NET 8.0 Maui

Hi, I am new to .Net Maui and trying to disable the iOS Swipe gestures in my .NET 8.0 Maui App. I followed this example for Shell,: https://learn.microsoft.com/en-us/answers/questions/1143556/how-to-disable-the-swipe-back-in-ios-using-net-mau but my…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2025-02-17T10:16:58.5333333+00:00
Aiko 20 Reputation points
commented 2025-02-19T00:53:59.2533333+00:00
Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 36,456 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Shell child screen navigability MAUI

¿What is the best way to navigate between a stack of screens whose root is a Shell type screen? ¿It is recommended to use ContentPage.Navigation.PushAsync() in applications that implement Shell?

Developer technologies | .NET | .NET Multi-platform App UI
asked 2025-02-17T22:53:28.6133333+00:00
Kevin Anchapaxi 80 Reputation points
accepted 2025-02-18T23:01:58.7966667+00:00
Kevin Anchapaxi 80 Reputation points
1 answer

Visual Studio 2022 crashes when trying to add an OLEDB SQL connection manager to an SSIS package

I am experiencing issues with Visual Studio 2022 crashing when adding a connection manager to a package. Has anyone else encountered this problem and if so, can anyone suggest a solution? Any help would be appreciated.

Developer technologies | Visual Studio | Extensions
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,768 questions
asked 2024-06-21T00:19:13.46+00:00
Kee, Dana 5 Reputation points
commented 2025-02-18T16:38:39.5966667+00:00
Anonymous
0 answers

C++, MFC loop until value is valid or timeout

I am looking for a good way to check a value within a period of time. In principle, the code below works. Are there possibilities with CTime, MFC functions? Why is this written? atlTraceGeneral Is that the TRACE macro? time\timedlg.cpp(186) :…

Developer technologies | C++
Developer technologies | C++

A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.

4,067 questions
asked 2025-02-13T19:55:45.0833333+00:00
Noah Aas 1,210 Reputation points
commented 2025-02-18T15:52:36.7166667+00:00
RLWA32 52,571 Reputation points
2 answers

Android Emulator doesn't launch. Asks to set hw.gpu.mode to off

Hi I am quite desperate because I can not for the life of me get my android emulator to start anymore. When I try to start it with the debugger, the output window just states that the emulator could not be started. If I try to start it from the device…

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,167 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,768 questions
asked 2023-03-15T09:32:57.5533333+00:00
Tim Fonshell 0 Reputation points
answered 2025-02-18T14:21:31.4833333+00:00
Nhat LE 0 Reputation points
1 answer

How to set JDK path used by dotnet build command

Hello, We build our .NET MAUI app for android using the dotnet publish command on the command line. During the build, the wrong version of the JDK (Java Development Kit) gets picked. How can we specify the path to the JDK that should be used for the…

Developer technologies | .NET | .NET Multi-platform App UI
asked 2024-04-29T07:00:01.4566667+00:00
Simon Näf 0 Reputation points
commented 2025-02-18T14:14:04.6333333+00:00
Richard Morey 0 Reputation points
1 answer One of the answers was accepted by the question author.

I'm searching for a package that can detect the country of a contact number without Knowing the country code or default region, while also being cost-effective in c#

I'm searching for a package that can detect the country of a contact number without Knowing the country code or default region, while also being cost-effective in c#

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,802 questions
asked 2025-02-18T06:51:38.2466667+00:00
Bharathi Hattikal 60 Reputation points
commented 2025-02-18T10:00:13.31+00:00
Bharathi Hattikal 60 Reputation points
2 answers

Can I execute a report from Report Builder in my VS2022 VB.net WinForms application

I have been able to display a report on an asp webpage from my vs2022 vb.net webforms application but I can not display a report that has more than 1 table/dataset. Is this possible?

SQL Server Reporting Services
SQL Server Reporting Services

A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.

3,163 questions
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,167 questions
Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,927 questions
SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

14,749 questions
asked 2025-02-11T23:38:43.0866667+00:00
BJ Harper 0 Reputation points
commented 2025-02-18T09:22:02.7733333+00:00
Jiachen Li-MSFT 34,241 Reputation points Microsoft External Staff
2 answers

How to implement google play billing in MAUI .NET 8

I'm trying to implement the google play billing library in my .net maui application (8.0). I tried following instructions on this thread. https://learn.microsoft.com/en-us/answers/questions/1347017/im-curious-about-the-google-play-store-payment-fea …

Developer technologies | .NET | .NET Multi-platform App UI
asked 2024-05-17T16:02:36.84+00:00
Ryan Ruffing 0 Reputation points
answered 2025-02-18T09:00:01.63+00:00
Adin 6 Reputation points
1 answer

How to fix an OpenXml issue in Word interop (C#) concerning bullet lists

Here is a truncated OpenXml standalone package xml => it's a string returned by range.WordOpenXml that can be processed by the OpenXml SDK WordprocessingDocument.FromFlatOpcString. Below is a very simple bullet list (the xml has been truncated to…

Microsoft 365 and Office | Development | Other
Microsoft 365 and Office | Word | For business | Windows
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,802 questions
asked 2025-02-17T15:55:25.07+00:00
Gael 0 Reputation points
answered 2025-02-18T08:17:41.0833333+00:00
Anonymous
1 answer

Failed to get Windows Handle (HWND) after installing certain software.

Hi, I configured Visual Studio to look for the Process I created with the following configuration. Create a Process using ::CreateProcess, a WINAPI bResult = ::CreateProcess( nullptr, // LPCTSTR lpApplicationName, tszServerPath, //…

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,768 questions
asked 2025-02-17T08:04:34.8+00:00
Anonymous
commented 2025-02-18T07:53:52.76+00:00
RLWA32 52,571 Reputation points
1 answer

Isolated Worker Durable Function fails with error "Exception while executing function: Did not find any initialized language workers" -- URGENT !!

What version of .NET does your existing project use? .NET 6 What version of .NET are you attempting to target? .NET 8 Description After migrating the function app from .NET 6 In-Process to .NET 8 Isolated, we are facing lot of intermittent issues. …

Azure Functions
Azure Functions

An Azure service that provides an event-driven serverless compute platform.

6,480 questions
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,324 questions
asked 2025-02-07T03:12:06.6766667+00:00
Rishikesh S Darwade 0 Reputation points
commented 2025-02-18T04:48:40.5033333+00:00
Anonymous
1 answer One of the answers was accepted by the question author.

What is the best way to use httpclient

Hi all, I need advise, what is the better way to use HttpClient for POST/GET/PUT? I ask this because I occasionally getting system.aggregateexception of my 1st code but I'm not sure about the 2nd code although that exception never come again. my 1st:…

Developer technologies | ASP.NET Core | Other
asked 2025-02-17T09:25:46.69+00:00
Dondon510 261 Reputation points
accepted 2025-02-18T01:13:56.5733333+00:00
Dondon510 261 Reputation points
5 answers One of the answers was accepted by the question author.

Problem with SqlParameterCollection.Add method to make SqlDbType all NVarChar

I am trying to access a SQL Server table with a program created in C# to update and register data. I am thinking of parameterizing the query and using the SqlParameterCollection.Add method to create a SQL statement. In this case, if I set SqlDbtype to…

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,768 questions
SQL Server | Other
SQL Server | Other

Additional SQL Server features and topics not covered by specific categories

14,749 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,802 questions
asked 2025-02-14T01:02:27.16+00:00
nqyuta 100 Reputation points
accepted 2025-02-18T00:00:24.55+00:00
nqyuta 100 Reputation points
1 answer

Can't create resource groups although I'm global administrator of Visual studio enterprise subscription

I have a visual studio enterprise subscription. I am the global administrator. After logging in, when I attempt to create a resource group in the Azure Portal, I get the error "You do not have permissions to create resource groups under…

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,768 questions
asked 2025-02-15T16:27:53.54+00:00
Robert A Haynes 0 Reputation points
edited a comment 2025-02-17T21:03:24.9366667+00:00
Robert A Haynes 0 Reputation points
1 answer One of the answers was accepted by the question author.

XC0009 Error: No Property, BindableProperty, or Event Found for Border Class in .NET MAUI

I am encountering an XC0009 error while working with .NET MAUI and would appreciate any assistance in resolving this issue. Screenshot 1: Screenshot 2: In Screenshot 1, while writing the 'Shadow' property for the "Border" class, the Build +…

Developer technologies | .NET | .NET Multi-platform App UI
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,802 questions
asked 2025-02-10T12:40:14.9566667+00:00
Soumyadip Majumder 245 Reputation points
commented 2025-02-17T20:53:56.57+00:00
Soumyadip Majumder 245 Reputation points
1 answer One of the answers was accepted by the question author.

'Import' option in Visual Studio Code

Hi, I am looking for option to Import file in VS Code and create a table. In ADS I has a Wizard. In VS Code I have SQL Server(mssql) extension but it does not provide this option. Any advice would be appreciated. Thanks

Azure Data Studio
Azure Data Studio

A cross-platform database tool for data professionals using on-premises and cloud data platforms on Windows, macOS, and Linux.

151 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,768 questions
asked 2025-02-14T13:57:19.3366667+00:00
Voldman, Eliya 80 Reputation points
accepted 2025-02-17T18:03:44.4+00:00
Voldman, Eliya 80 Reputation points
1 answer One of the answers was accepted by the question author.

Selected item in ComboBox is not visible when popup is open (UWP)

Hi, I want the ComboBox to show the selected item when its popup is open. This is the look of ComboBox when it is closed: And here is ComboBox with oped popup (Notice that selected "Item 1" in ComboBox is not visible):

Developer technologies | Universal Windows Platform (UWP)
Windows for business | Windows Client for IT Pros | User experience | Other
asked 2025-02-06T16:25:10.3333333+00:00
123244 235 Reputation points
commented 2025-02-17T15:48:37.4333333+00:00
123244 235 Reputation points
0 answers

Issue with Reset Password Functionality on Company Account

The reset password window does not respond when attempting to change the password for an account with a company taken over by Totalenergies. I was previously with an electric car charging company, paying a £4 monthly fee and using my bank account for…

Developer technologies | Windows Presentation Foundation
asked 2025-02-17T14:29:05.5266667+00:00
abdul hamid 0 Reputation points