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.
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
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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
Add-on components that enhance and customize the Visual Studio integrated development environment
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.
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++
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.
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
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
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.
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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#
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.
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
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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
Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
Microsoft 365 and Office | Word | For business | Windows
A family of Microsoft word processing software products for creating web, email, and print documents.
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.
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
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.
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
An Azure service that provides an event-driven serverless compute platform.
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.
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
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
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
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.
SQL Server | Other
Additional SQL Server features and topics not covered by specific categories
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.
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
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.
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
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
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.
'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
A cross-platform database tool for data professionals using on-premises and cloud data platforms on Windows, macOS, and Linux.
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.
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)
A Microsoft platform for building and publishing apps for Windows devices.
Windows for business | Windows Client for IT Pros | User experience | Other
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
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.