Help me this problem error Message code: 715-123150.
I have a problem when signing in Visual studio Dev essentials. Once clicking on "Join or access now" following message is shown: Something went wrong! We are sorry, but our system has detected a problem with your account. If you are still…
Developer technologies | Visual Studio | Other
How can I display the price of my in-app purchases in a foreign currency on my Android device?
I want to test if the price of my in-app purchases is displayed in the client´s currency when the client tries to purchase my in-app product in the Google Play purchase screen. For example, the price should get displayed in Germany in Euro, in the United…
Developer technologies | .NET | .NET MAUI
What is alternative of App center as it is going to deprecate by March 31, 2025?
I am using App Center Analytics, App Center Crashlytics, and App Center Distribution for my .NET MAUI application. Are there any alternative options available for all three of these services? If so, which ones are considered good alternatives? App…
Developer technologies | .NET | .NET MAUI
Microsoft Visual C++ isuses
Hi, I keep getting warnings saying the following: Microsoft Visual C++ Runtime Library Assertion failed! Program ...\node-vulcan\build\release\vulcan messageLib node File:C\bldworkspace\CCX-process\release...\vulcan…
Developer technologies | C++
Visual Studio 2019 auto-upgrading to newest year version after install, then reboot
We're having an issue with Visual Studio 2019, where we install it, and then reboot the computer, and then Visual Studio 2019 upgrades itself to a newer year version. We've tried turning off the auto-update feature in the application. We created the…
Developer technologies | Visual Studio | Setup


design help
I am trying to make my button identical as the settings->Add a Bluetooth device for some reason, it doesn't matter if I decrease the heigh of windows <Button Grid.Row="3" Margin="20" Padding="0" …
Developer technologies | .NET | .NET MAUI
.net Maui android app icon
ive been having issues trying to set a simple png for an app icon for my maui project for the android version of it. i followed the steps listed in the maui learn article. but the icon never shows up for the android build of the app. i have seen other…
Developer technologies | .NET | .NET MAUI
How to migrate an sfproj (Service Fabric Project) to .netcore project (.csproj)? Can you provide some guidance for the migration path?
How to migrate an sfproj (Service Fabric Project) to .netcore project (.csproj)? Can you provide some guidance for the migration path?
Developer technologies | Visual Studio | Other

We would like to create a project in Unreal Engine using UWP and publish it on the Windows Store.
We would like to create a project in Unreal Engine using UWP and publish it on the Windows Store. However, we are not sure how to do this — we need steps or documentation to help us get started. Could you please tell us how we can create a project in…
Developer technologies | Universal Windows Platform (UWP)

Windows update causes VB6 app to fail when fetching data from Microsoft Access
I've got a VB6 program that I wrote years ago and continue to (enhance and) run today to help various local non-profits with projects. I started converting it to VB.Net a while ago, but it's still not complete. Six months ago the program suddenly got an…
Developer technologies | .NET | .NET Runtime
How to run a Highest Priority Periodic Task in C# WPF?
In My C# WPF .NET Framework Program i have multiple works to do :- 5 System.Timers. Timer: 3 instances which check periodically for (1min,40 sec, 2 mins) respectively. They check and run for (internet fluctuation, some db query , some websocket auto…
Developer technologies | Windows Presentation Foundation
CEFSharp web application initial load takes more time to load screen in WPF application
Hi All, We have a windows application which is built in WPF application , that integrates the web application using CEFSharp browser. Application has feature to open the browser in Tab, On open the web application in TAB item, first time it takes more…
Developer technologies | Windows Presentation Foundation
Visual Studio do not accept my account
Visual Studio do not accept my account. I do not understand the reason and the prompted error message. See screenshot
Developer technologies | Visual Studio | Other
PivotCache.CreatePivotTable no longer applying users default layout options in Version 2508
We have found a recent Regression in Excel Version 2508. When using VB to create a new pivot table, such as PivotCache.CreatePivotTable(), it no longer copies over the user default layout options that they defined in Excel. This used to work with no…
Developer technologies | Visual Basic for Applications
How can I get the getFormattedPrice() from the In-App Billing Plugin for .NET MAUI and Windows?
I use this plugin and code to get my in-app purchase product details on Android and iOS. I want to display the price for each in-app purchase in the user´s local currency. But I don´t know how to get the getFormattedPrice() from the plugin. Plugin:…
Developer technologies | .NET | .NET MAUI
Which font can I use on Android and iOS to display the price in many different currencies?
For best practice, always use LocalizedPrice for anything shown to the user, it ensures your UI exactly matches the store’s purchase screen, including currency symbols, decimal separators, and locale rules and only use MicrosPrice (or Price) only for…
Developer technologies | .NET | .NET MAUI
Stored Procedure not executing as SQL Agent Job
I have a stored procedure (1) that updates JSON data (via JSON_Modify()) in an auditing table to replace raw binary with a short string 'Binary column data.'. This stored procedure functions when executed in SSMS, but when I try to have a SQL Agent Job…
Developer technologies | Transact-SQL
SQL Server | Other

find animation
I am having problems crating this control on .NET Maui the famous three dots so, I he 2 options create it on my own, that it dosent behave like the one I want <Grid x:Name="DotsTrack" HeightRequest="8" …
Developer technologies | .NET | .NET MAUI
How can I automatically convert Visual Studio .coverage files to XML or Cobertura format for use in CI pipelines?
Hi, I’m working on C++ projects with Visual Studio Enterprise and I can generate .coverage files for code coverage. However, I need to automatically convert these .coverage files to XML (preferably Cobertura) or HTML formats in my CI/CD pipeline, so that…
Developer technologies | C++
VisualStudioSetup.exe installer instantly closes after opening.
I wanted to install visual studio but once i open the installer it instantly closes. Just blinks and closes. I can install and open visual studio code but i need visual studio to install cpp build tools. vs_BuildTools.exe closes the same way…