54,410 questions with Developer technologies-related tags

Sort by: Updated
0 answers

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
asked Sep 22, 2025, 11:28 AM
Eduardo Gomez 3,831 Reputation points
commented Sep 22, 2025, 1:06 PM
Joe Rodan 30 Reputation points
0 answers

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++
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,003 questions
asked Sep 22, 2025, 12:56 PM
Geoff Rennison 0 Reputation points
edited the question Sep 22, 2025, 1:00 PM
Jack-Bu 3,320 Reputation points Microsoft External Staff Moderator
0 answers

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++
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,003 questions
asked Sep 22, 2025, 12:06 PM
Fatma 0 Reputation points
commented Sep 22, 2025, 12:57 PM
pakeeza 0 Reputation points
1 answer

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…

Developer technologies | Visual Studio | Setup
asked Sep 20, 2025, 3:05 AM
максим 0 Reputation points
answered Sep 22, 2025, 12:38 PM
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 415 Reputation points Microsoft External Staff
3 answers

How to upload an attachment using .NET/C# to SharePoint List?

Dear community members, I am trying to communicate to SharePoint List through a console app and later through Azure Function APP. I am able to upload Title, Description, and other single/multiple line statements. But I am unable to upload an attachment…

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,635 questions
asked Sep 19, 2025, 12:20 PM
Sham 20 Reputation points
commented Sep 22, 2025, 12:26 PM
Starry Night 365 Reputation points
2 answers One of the answers was accepted by the question author.

exe.Config file not updating

Hi folks, I have a WinForms app. I use the App.config file for setting database connection strings I have a connection string for a test database and for a live database. I comment out the one that I am NOT using. However, when I try and build by…

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,635 questions
asked Sep 18, 2025, 12:59 PM
john noble 221 Reputation points
commented Sep 22, 2025, 12:02 PM
john noble 221 Reputation points
2 answers

Unexpected Repeated Invocation of CreateWindow() in .NET MAUI App

In our .NET MAUI 9 application, we set the initial page (LoginView) inside the overridden CreateWindow method. We have observed that CreateWindow is being called multiple times unexpectedly, particularly when the device is idle. Each call to CreateWindow…

Developer technologies | .NET | .NET MAUI
asked Sep 22, 2025, 7:12 AM
Keerthana Krishna 60 Reputation points
edited a comment Sep 22, 2025, 11:50 AM
Starry Night 365 Reputation points
1 answer

Bluetooth devices

I am making an app, that scan for Bluetooth devices I am on Windows I made an interface public interface IBluetoothDeviceService { /// <summary> /// Starts discovery of nearby Bluetooth LE devices. /// Only devices that are currently…

Developer technologies | .NET | .NET MAUI
asked Sep 20, 2025, 12:51 AM
Eduardo Gomez 3,831 Reputation points
commented Sep 22, 2025, 11:37 AM
Eduardo Gomez 3,831 Reputation points
2 answers One of the answers was accepted by the question author.

How to create a 16 KB Compactible Emulator for Visual Studio

I have an MAUI application, and I updated some of my packages to 16KB compatible Libraries. I tried to check if the Visual Studio version 17.14.13 Emulator supports a 16KB environment with the Command. adb shell getconf PAGE_SIZE It shows 4096, which…

Developer technologies | .NET | .NET MAUI
asked Sep 19, 2025, 11:08 AM
Chinmay Dole 290 Reputation points
edited a comment Sep 22, 2025, 11:03 AM
Michael Le (WICLOUD CORPORATION) 1,460 Reputation points Microsoft External Staff
3 answers

How to fix swagger and openApi version issue

Why am I getting "Unable to render this definition. The provided definition does not specify a valid version field. Supported version fields are swagger: 2.0 and openapi: 3.x.y" when running Swagger in my ASP.NET Core project?

Developer technologies | ASP.NET | ASP.NET API
asked Sep 15, 2025, 7:39 AM
prince 0 Reputation points
commented Sep 22, 2025, 11:01 AM
Raymond Huynh (WICLOUD CORPORATION) 1,055 Reputation points Microsoft External Staff
1 answer

Javascript issue

Hi, Any Javascript example to show the similar button (like the following), when the mouse is on the top of the text?

Developer technologies | ASP.NET | Other
Developer technologies | ASP.NET | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
3,612 questions
asked Sep 9, 2025, 5:23 AM
Peter_1985 2,806 Reputation points
commented Sep 22, 2025, 10:57 AM
Raymond Huynh (WICLOUD CORPORATION) 1,055 Reputation points Microsoft External Staff
1 answer

How to build an online bill calculation tool with ASP.NET Core + JavaScript?

Hi everyone, I am trying to build a small online electricity bill calculator where users can enter their consumed units and instantly see the calculated bill based on the latest tariff slabs. My requirements are: Input field for number of…

Developer technologies | ASP.NET | ASP.NET Core
asked Sep 10, 2025, 7:37 AM
Olivia Jones 0 Reputation points
commented Sep 22, 2025, 10:57 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
1 answer

Crashing while opening the webview in maui - Net 9

Recently we had migrated our application from the .net 8 to the .net 9. we are having the web view in our application. in the .Net 8 the webview is working fine. where comes to the .net 9 the application is crashing while opening that page with the…

Developer technologies | .NET | .NET MAUI
asked Apr 24, 2025, 3:57 PM
Vaibhav Methuku 165 Reputation points
commented Sep 22, 2025, 10:41 AM
Vaibhav Methuku 165 Reputation points
1 answer

Error with Microsoft .Net Framework prohibits me from shutting off laptop.

Hello, Since purchasing and using this Lenovo Yoga laptop I have for the past two years been experiencing this error when I try to shut down the PC after having used it for about an hour or more. Does anyone have any experienced this before and knows a…

Developer technologies | .NET | F#
Developer technologies | .NET | F#
A strongly typed, multi-paradigm programming language developed by the F# Software Foundation, Microsoft, and open contributors.
133 questions
asked Apr 19, 2025, 4:43 PM
Søren 0 Reputation points
answered Sep 22, 2025, 10:35 AM
Danny Nguyen (WICLOUD CORPORATION) 1,520 Reputation points Microsoft External Staff
1 answer

How to Prevent Alarms from Being Skipped with AlarmManager setExactAndAllowWhileIdle Method?

Hello. I'm developing an Android app with Net MAUI. This app announces the time every hour with a ticking timer. I use the AlarmManager.setExactAndAllowWhileIdle method. While it works without any shift at the hour on Samsung devices, on some devices,…

Developer technologies | .NET | .NET MAUI
asked Sep 22, 2025, 6:02 AM
fatih uyanık 225 Reputation points
commented Sep 22, 2025, 10:35 AM
Tony Dinh (WICLOUD CORPORATION) 1,565 Reputation points Microsoft External Staff
1 answer

Facing Problem In VS Code

Dear Team , I am not able to install python libraries like pandas , numpy and getting this error .. PS C:\Users\z0032wvy\Desktop\GOA_ISO> pip install pandas WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after…

Developer technologies | Visual Studio | Debugging
asked Sep 17, 2025, 4:01 PM
commented Sep 22, 2025, 10:20 AM
Adiba Khan 575 Reputation points Microsoft External Staff
0 answers

SSIS using Kingswaysoft

Hi Team, I want to do the On prem CRM migration from 8.1 to 9.1 where we have a 9 TB SQL data which is the big challange for us. Someone suggested to do this using Kingswaysoft tool which handles a large data migration. Could you please provide us…

Developer technologies | Transact-SQL
Developer technologies | Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,709 questions
asked Sep 22, 2025, 10:14 AM
Sachin Joshi 0 Reputation points
1 answer

Visual Studio AI Copilot for GCC

Are there any plans to allow direct Copilot connections for GCC Cloud? We are NOT creating accounts for Github, absolutely horrible integration, violates rules even under Github Gov. As a developer and Visual Studio user, I’d like to express my concern…

Developer technologies | Visual Studio | Extensions
asked Sep 18, 2025, 6:02 PM
Brett R 0 Reputation points
commented Sep 22, 2025, 10:02 AM
Susmitha T (INFOSYS LIMITED) 660 Reputation points Microsoft External Staff
1 answer

.NET MAUI doesn't fullfill entire screen on iOS 18, but is fine on Windows/Android/IOS 16

Hello .NET MAUI doesn't fill entire screen on iOS 18 (see picture of real mobile behaviour) you can recognize MAUI rectange area (background color of Webkit webview controll is full filled on the screen, but all XAMLs like AbsoluteLayout StackLayouts...…

Developer technologies | .NET | .NET MAUI
asked May 22, 2025, 8:57 AM
Wheelstring 230 Reputation points
commented Sep 22, 2025, 9:57 AM
Michael Le (WICLOUD CORPORATION) 1,460 Reputation points Microsoft External Staff
1 answer

Method "OnAppearing" / "OnDisappearing" for ContentPage not called after application is resumed (Android)

I'm currently migrating a Xamarin app using .NET 9, and I'm surprised that the common functionality from Xamarin Android is no longer included in .NET MAUI where the method "OnAppearing" / "OnDisappearing" for ContentPage is not…

Developer technologies | .NET | .NET MAUI
asked Sep 5, 2025, 8:20 PM
Junior Saravia 45 Reputation points
commented Sep 22, 2025, 9:55 AM
Michael Le (WICLOUD CORPORATION) 1,460 Reputation points Microsoft External Staff