54,181 questions with Developer technologies-related tags

Sort by: Updated
2 answers

Toolkit DrawingView is giving AndroidRuntime] java.lang.RuntimeException: Canvas: trying to draw too large(216039040bytes) bitmap.

Toolkit DrawingView is giving AndroidRuntime] java.lang.RuntimeException: Canvas: trying to draw too large(216039040bytes) bitmap when I draw a single horizontal line after reading from Memory stream await using var stream = await…

Developer technologies | .NET | .NET MAUI
asked Apr 3, 2025, 6:03 AM
Shashank Gaddam [C] 20 Reputation points
answered Aug 13, 2025, 10:12 AM
Michael Le (WICLOUD CORPORATION) 1,145 Reputation points Microsoft External Staff
1 answer

Connect to WiFi access point without password in Android 10

Hello, tell me how to programmatically connect to an WiFI access point without a password in Android 10? I tried several ways with stackoverflow not working. P.S. Xamarin Forms 5

Developer technologies | .NET | Xamarin
asked Feb 5, 2021, 8:34 AM
Aleksey Mayboroda 1 Reputation point
commented Aug 13, 2025, 10:10 AM
Precious Martin 0 Reputation points
1 answer

hello, sql server report not load after add content security policy header in my Asp.net mvc project

Hello, I am adding below line in my asp.net web project in Web.config file. 'SSRS dll not register in project' error show in report viewer After adding this line Content-Security-Policy: default-src 'self'; style-src 'self'; script-src 'self'…

Developer technologies | ASP.NET | Other
asked Aug 2, 2025, 4:55 PM
Mrunali Patil 0 Reputation points
commented Aug 13, 2025, 10:07 AM
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
4 answers

Excel VBA: Can my VBA code determine whether Solver is running?

Is there a way to test whether Solver is running? I have a section of VBA code that must be skipped if Solver is running. I'm using MS Office LTSC Professional Plus 2024 (Windows).

Developer technologies | VB
asked Aug 9, 2025, 6:42 PM
Dave Post 0 Reputation points
commented Aug 13, 2025, 10:04 AM
Varsha Dundigalla(INFOSYS LIMITED) 800 Reputation points Microsoft External Staff
2 answers

Can we directly set the bitrate in a WAV file?

I’m working with WAV audio files and would like to know if it's possible to directly set a specific bitrate (e.g., 128 kbps or 256 kbps) for a WAV file. From what I understand, WAV files are typically uncompressed (PCM), and their bitrate is derived from…

Developer technologies | C++
asked Aug 8, 2025, 6:38 AM
siva s 0 Reputation points
commented Aug 13, 2025, 9:47 AM
Gade Harika (INFOSYS LIMITED) 330 Reputation points Microsoft External Staff
4 answers

asp.net core web api using smtp with Oauth2 for gmail as well as outlook

Hi, I am using ASP.NET Core Web API 8. I need to create a sample program for sending emails using Gmail SMTP with OAuth2 (web application flow), as well as Outlook (web application flow). Can you provide any sample code, documentation, and screenshots?

Developer technologies | ASP.NET | ASP.NET Core
asked Mar 24, 2025, 3:57 PM
Rajesh Kola 0 Reputation points
answered Aug 13, 2025, 9:44 AM
raj 0 Reputation points
1 answer

What does the error message mean: DataTable internal index is corrupted: '5' ?

What does the error message mean: DataTable internal index is corrupted: '5' ?

Developer technologies | C#
asked Aug 12, 2025, 2:58 PM
Martin Tejada 0 Reputation points
answered Aug 13, 2025, 9:42 AM
Adiba Khan 245 Reputation points Microsoft External Staff
1 answer

SSDT 2017 - TargetServerVersion issue with SQL Server 2019

Hi All, I have a computer on which I installed SSDT 2017 (standalone installer) 2-3 years ago. Offical MS site claims that Supported SQL Versions for SSDT 2017 are "SQL Server 2012 - SQL Server 2019". I can develop, deploy and run SSIS…

Developer technologies | Visual Studio | Extensions
asked Jul 11, 2025, 10:08 AM
Joerce30 0 Reputation points
answered Aug 13, 2025, 9:40 AM
Susmitha T (INFOSYS LIMITED) 160 Reputation points Microsoft External Staff
2 answers

OpenTelemetry with App Insights Profiler

Hello, We migrated our project to OpenTelemetery from application Insight. Of course, AppInsight is our Exporter now. However, I don't want to lose the "Service Profiler". So I installed ONLY…

Developer technologies | ASP.NET | ASP.NET API
asked Apr 7, 2025, 11:40 AM
Ruslan Nigmatullin 0 Reputation points
answered Aug 13, 2025, 9:29 AM
Danny Nguyen (WICLOUD CORPORATION) 800 Reputation points Microsoft External Staff
2 answers

DLL file not found when invoking function from Excel/VBA

I'm running Windows 11 with 64-bit MS/Office 2021. I have a very large (>25KSLOC) Excel/VBA application with a helper DLL written in C and compiled by Visual Studio 2022. The last time I used the app was May 4, 2025, and it worked perfectly. Today,…

Developer technologies | Visual Basic for Applications
asked Jun 29, 2025, 1:41 AM
Chris Grossman 25 Reputation points
commented Aug 13, 2025, 9:07 AM
Jon Petter Grandal 0 Reputation points
1 answer

How can I download Visual Studio 2017 or 2019

I am trying to run the plug-in OpenFrameworks and cannot access it with the extension plugin in Visual studio 2022. Am I missing something or is there a way to download an older version of Visual Studio that can access the OpenFramworks plug in.

Developer technologies | Visual Studio | Setup
asked Jun 10, 2025, 10:17 PM
NatalieA 0 Reputation points
answered Aug 13, 2025, 8:54 AM
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 245 Reputation points Microsoft External Staff
0 answers

Visual studio unit test, how to set the PATH?

Hello, I would like to create a folder structure like this: Solution directory Solution file .sln Project 1 source files of project 1 Test project Source files of tests WorkFolder File used for testing My problem is defining the…

Developer technologies | Visual Studio | Testing
asked Aug 13, 2025, 8:40 AM
Antonino Perricone 0 Reputation points
1 answer

Connection reset by peer

Hi I have Asp.net 6 (MVC) application running on Docker. Sometimes I get error recv() failed (104: Connection reset by peer) while reading response header from upstream. I have no idea, how I can fix it, if anyone know, please help

Developer technologies | ASP.NET | ASP.NET Core
asked Jan 4, 2025, 8:44 PM
S.net 1 Reputation point
commented Aug 13, 2025, 7:43 AM
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
2 answers

In Azure Web PubSub, How to receive messages in backend microservice for processing

Requirement: My clients are using simple WebSocket connection to send messages. I want to receive these messages inside my backend .NET 8 web api and process them further to send fine-tuned data to some distributed cache services. From documentation, I…

Azure Web PubSub
Azure Web PubSub
An Azure service that provides real-time messaging for web applications using WebSockets and the publish-subscribe pattern.
99 questions
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | C#
asked Jan 10, 2025, 5:55 AM
Dheeraj Awale 21 Reputation points
commented Aug 13, 2025, 7:39 AM
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
3 answers

I can't find the Blazor Web Assembly option, I only see two options the Blazor Web App and the standalone Web Assembly application but none of them give me the ASP .NET Core Hosted option, why?

I do have a question related to this topic because I want to start a project with the Blazor WebAssembly App template but it is no longer only those two that you mention. according to a video it should look like this: I would like to know if the way I…

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | C#
asked Jan 20, 2025, 5:12 PM
Carlos Enrique Canales L�pez 0 Reputation points
commented Aug 13, 2025, 7:44 AM
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
1 answer

How can I connect to my SQL server from my VM using a .NET application.

I have a .NET application on my azure virtual machine that will not connect to my azure SQL database. I can otherwise connect to the db on my vm using SSMS. My .NET application will connect from my local laptop. I am using ENTRA ID authentication.

Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
SQL Server | Other
asked Feb 7, 2025, 11:50 PM
Nicholas Pallotta 0 Reputation points
commented Aug 13, 2025, 7:42 AM
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
2 answers

MAUI App Icon Not Showing in IOS and Broken Icon in Android

I have created a MAUI application for iOS and Android. The application is working successfully, but the app icon is not displaying correctly. Instead, the default .NET app icon is shown, and on Android, it appears inaccurately. Project…

Developer technologies | .NET | .NET MAUI
asked May 12, 2025, 11:30 AM
Renesh Raj 0 Reputation points
answered Aug 13, 2025, 8:00 AM
Starry Night 30 Reputation points
1 answer

Support Custom HTTP Client (Proxy) in MSAL Android for P2P Bootstrap Connectivity

I'm developing an Android app that uses the Wi‑Fi Bootstrap API to establish a persistent peer-to-peer (P2P) connection to a specific device. This connection is essential to the app's functionality, but the API explicitly does not provide internet…

Developer technologies | ASP.NET | Other
asked Jul 7, 2025, 7:47 AM
Remo Grado | RIWO 0 Reputation points
edited an answer Aug 13, 2025, 8:22 AM
Raymond Huynh (WICLOUD CORPORATION) 620 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

Add the extra empty lines

Hi, For table (tr td) lines on the page, how to add the extra empty lines below?

Developer technologies | ASP.NET | Other
asked Jul 31, 2025, 3:37 AM
Peter_1985 2,786 Reputation points
edited an answer Aug 13, 2025, 7:50 AM
Peter_1985 2,786 Reputation points
1 answer

How do you add a ELF symbol file using symstore.exe ?

According to the dotnet-sos and dotnet-symbols we see that modern symstore fetches support downloading ELF symbols files (ex: libcoreclr.so). The microsoft github repository for theses tools also show that support for elf file was added. This suggests…

Developer technologies | C++
asked Aug 12, 2025, 7:58 PM
Mathieu Girard 0 Reputation points
answered Aug 13, 2025, 8:04 AM
Varsha Dundigalla(INFOSYS LIMITED) 800 Reputation points Microsoft External Staff