54,069 questions with Developer technologies-related tags

Sort by: Updated
0 answers

E_ACCESSDENIED error when IStream::Seek on Stream created using CreateStreamOnHGlobal on Windows 11 24H2 client

Hello all, After days of debugging, I found I am getting E_ACCESSDENIED error on the server side (Windows Server 2022) when I try to seek to the beginning of a stream: `ULARGE_INTEGER lPos;` LARGE_INTEGER lZero; lZero.QuadPart = 0; auto hrTemp =…

Developer technologies | C++
asked Jul 2, 2025, 5:35 AM
Robert Bui 0 Reputation points
commented Jul 7, 2025, 5:37 AM
Robert Bui 0 Reputation points
1 answer

getting blocker call for listen() in winRT component using httplib.h

Hi, I am using WinRT componet project. I have included httplib.h file I am creating object for server and calling the Get() I am calling listen() method but Its like a bloker call in winRT app. I have also tyied with thread but no luch. Kindly provide…

Developer technologies | C++
asked Jun 18, 2025, 3:51 PM
Arvind Kumar 20 Reputation points
commented Jul 7, 2025, 5:35 AM
Varsha Dundigalla(INFOSYS LIMITED) 75 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

Permissions in Inkscape bombed

How do I remediate my Inkscape app that is frozen and won't allow me to start it? I have 'repaired" it, when that didn't work I removed it, and when I tried to reinstall Inkscape it would not reinstall.

Developer technologies | Universal Windows Platform (UWP)
asked Jul 2, 2025, 6:18 PM
Edward Mulhall 20 Reputation points
commented Jul 7, 2025, 5:32 AM
Edward Mulhall 20 Reputation points
1 answer

Bitlocker using win 32 api

I have created a function inside my agent to apply bitlocker on a drive using win api, even though the execution is completed successfully the drives are not getting locked using bitlocker

Developer technologies | C++
asked Jun 17, 2025, 9:35 AM
Amal Krishna Jk 25 Reputation points
commented Jul 7, 2025, 4:32 AM
Omkara Varshitha Kunapalli (INFOSYS LIMITED) 80 Reputation points Microsoft External Staff
1 answer

UWP BLE not working for authenticated attributes

I can't write to the CCCD on a BLE device that has the authentication flag enabled on the CCCD

Developer technologies | Universal Windows Platform (UWP)
asked Jul 31, 2024, 12:28 AM
Corby Wilson 0 Reputation points
edited an answer Jul 7, 2025, 4:17 AM
Harry Vo (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

should I use asp.net core compression ?

I know why EnableforHttps is disabled by default so should I use it ? and another question IIS cannot use http3.0 right?

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 1, 2025, 1:01 PM
mc 5,511 Reputation points
accepted Jul 7, 2025, 3:55 AM
mc 5,511 Reputation points
1 answer

Azure web app call wcf 404

Why is it that after deploying an asp .net web app to azure web app, https://hk-np-focz-aps-ipe-dev-grg5a4dndackdrge.eastasia-01.azurewebsites.net/PriceTag.svc?wsdl can be accessed, but the call interface returns HTTP/1.1 404 Not Found. The local call to…

Developer technologies | ASP.NET | ASP.NET API
asked Jun 19, 2025, 10:05 AM
Jeremy Liu 0 Reputation points
commented Jul 7, 2025, 3:15 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
1 answer

What could be the reason for the disappearance of the ApplicationHost.config file in IIS?

When I try to perform tasks like restarting or stopping sites in IIS Manager, or editing SSL bindings, or changing settings, a file write error occurs and the operation fails. The file is not visible in the system32/inetsrv/config/ directory. It's…

Windows development | Internet Information Services
Developer technologies | ASP.NET | Other
asked Nov 13, 2024, 5:06 AM
성훈 정 0 Reputation points
commented Jul 7, 2025, 2:37 AM
Tom Tran (WICLOUD CORPORATION) 10 Reputation points Microsoft External Staff
3 answers

Accessing an Excel data file on the Client side using ASP .NET vbscript

I have hosted a web-based application using ASP.NET. I am using vbscript in my code. I have an Excel file in my system with some data. I want to write a code that will fetch the data from the Excel and write into a table in SQL Server. Both the database…

Developer technologies | ASP.NET | ASP.NET API
asked May 28, 2025, 7:06 PM
Amit Kumar Chatterjee 0 Reputation points
commented Jul 7, 2025, 2:35 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
1 answer

SAML Access Denied from Azure AD - Localhost Sustainsys Setup

I am trying to set up an SAML based authentication using ASP.Net framework 4.8. But after login i am returning back to my localhost site and getting error like https://localhost:44353/Saml2/Acs?error=access_denied . I have assigned users and all the…

Developer technologies | ASP.NET | ASP.NET API
asked Jun 25, 2025, 12:23 PM
Verool Kuniyil Shibin 5 Reputation points
commented Jul 7, 2025, 2:27 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
1 answer

How to hide the topbar in Hyper-V client in full screen?

This thing here is in the way

Developer technologies | Universal Windows Platform (UWP)
asked Jul 3, 2025, 9:30 AM
Johannes Kingma 1 Reputation point
commented Jul 7, 2025, 2:26 AM
Harry Vo (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff
0 answers

UWP app flickering on ARM PC

Hi everyone. I have an UWP application and I'm running on a ARM PC. When I open a customized content dialog the screen starts blinking. Unfortunately, I cannot show the application nor the code, but do you guys know some cases that an ARM PC blinks…

Developer technologies | Universal Windows Platform (UWP)
asked Aug 23, 2024, 12:29 PM
Anderson Rodrigues Cavalcante 316 Reputation points
commented Jul 7, 2025, 2:20 AM
Harry Vo (WICLOUD CORPORATION) 160 Reputation points Microsoft External Staff
1 answer

Adding Map to MVC

Hello everyone and thanks for the help in advance. I'm trying to add a Google Map to a MVC page, but can't get it to display correctly. I've looked at the Google Developer docs, but I think, due to the rendering engine, I'm getting things out of…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 1, 2025, 9:01 PM
Kmcnet 1,066 Reputation points
commented Jul 7, 2025, 2:20 AM
Danny Nguyen (WICLOUD CORPORATION) 410 Reputation points Microsoft External Staff
3 answers

how to handle if async process returns before await.

ifGetStringAsync (and therefore getStringTask) completes before GetUrlContentLengthAsync awaits it, control remains in GetUrlContentLengthAsync. The expense of suspending and then returning to GetUrlContentLengthAsync would be wasted if the called…

Developer technologies | ASP.NET | ASP.NET Core
asked Jul 5, 2025, 9:36 AM
rajesh yadav 211 Reputation points
edited a comment Jul 7, 2025, 12:56 AM
SurferOnWww 4,721 Reputation points
1 answer

Modification to VBA Code - Copying data after drop down list value change and pasting to another sheet

Hi. I have this code which I need some assistance modifying - see below. First modification is the DropDownCell range should include all of column A that contains data not just cell A1. So if you change the value of any cell in column A using the…

Developer technologies | Visual Basic for Applications
asked Jul 2, 2025, 10:04 AM
Alverna 0 Reputation points
commented Jul 6, 2025, 8:07 AM
Alverna 0 Reputation points
1 answer One of the answers was accepted by the question author.

set VARAINT is not right?

I am using ms-media-foundation and want to set CODECAPI_AVLowLatencyMode VARIANT var{}; var.boolVal = VARIANT_TRUE; var.vt = VT_BOOL; error:WinRT originate error - 0x80070057 : 'Invalid argument (VT_UI4 != pValue->vt)' why?

Developer technologies | C++
asked Jul 4, 2025, 12:40 PM
mc 5,511 Reputation points
commented Jul 6, 2025, 3:17 AM
mc 5,511 Reputation points
1 answer

The error “unable to create hook” in a .NET 1.1 application on Windows 11 (22H2 or 24H2) and what is the solution

The error “unable to create hook” in a .NET 1.1 application on Windows 11 (22H2 or 24H2) and what is the solution

Developer technologies | .NET | Other
asked Jul 4, 2025, 10:00 AM
Ajith Kulathunga 0 Reputation points
answered Jul 5, 2025, 8:02 PM
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
1 answer

Microsoft Orleans serialization nuget package

Hi, I would like to know if the nuget package Microsoft.Orleans.Seralization (v9.1.2) described as Fast, flexible, and version-tolerant serializer for .NET can be used with a .NET application that does not use Orleans? I can't find any documentation on…

Developer technologies | .NET | Other
asked Jun 26, 2025, 5:20 PM
Yannick Lalbatry 21 Reputation points
edited an answer Jul 5, 2025, 7:42 PM
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
1 answer

FlexLayout - System.Exception Message=something is deeply wrong

I'm attempting to rewrite a page (ContentView, actually) built with grids--replacing all grids with FlexLayouts. While admittedly a newbie, it seems obvious Xamarin wasn't prepared for what I've written. Sorry for the long piece of code that follows. …

Developer technologies | .NET | Xamarin
asked Mar 2, 2021, 1:38 AM
larry leach 91 Reputation points
commented Jul 5, 2025, 7:41 PM
Mumin Hemayed 0 Reputation points
0 answers

Visual studio installation error.

I am not able to install visual studio enterprise 2022 in my VM offline. getting an Error stating. need to connect with Internet connection. I did some research on the logs and found. there is error a certificate validation. Need your assistance to…

Developer technologies | Visual Studio | Setup
asked Jul 5, 2025, 6:36 PM
Saurav Ganguly (LTIMINDTREE LIMITED) 0 Reputation points Microsoft External Staff