43,052 questions with Developer technologies-related tags

Sort by: Updated
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 2025-06-18T15:51:24.8566667+00:00
Arvind Kumar 20 Reputation points
edited an answer 2025-07-07T05:52:05.49+00:00
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 2025-07-02T18:18:53.35+00:00
Edward Mulhall 20 Reputation points
commented 2025-07-07T05:32:03.92+00:00
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 2025-06-17T09:35:03.1833333+00:00
Amal Krishna Jk 25 Reputation points
commented 2025-07-07T04:32:25.3466667+00:00
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 2024-07-31T00:28:15.77+00:00
Corby Wilson 0 Reputation points
edited an answer 2025-07-07T04:17:09.0366667+00:00
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 2025-07-01T13:01:33.4366667+00:00
mc 5,511 Reputation points
accepted 2025-07-07T03:55:23.1633333+00:00
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 2025-06-19T10:05:39.6933333+00:00
Jeremy Liu 0 Reputation points
commented 2025-07-07T03:15:03.7733333+00:00
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 2024-11-13T05:06:25.2633333+00:00
성훈 정 0 Reputation points
commented 2025-07-07T02:37:53.2566667+00:00
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 2025-05-28T19:06:08.3366667+00:00
Amit Kumar Chatterjee 0 Reputation points
commented 2025-07-07T02:35:01.15+00:00
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 2025-06-25T12:23:13.2633333+00:00
Verool Kuniyil Shibin 5 Reputation points
commented 2025-07-07T02:27:32.52+00:00
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 2025-07-03T09:30:39.1433333+00:00
Johannes Kingma 1 Reputation point
commented 2025-07-07T02:26:40.1266667+00:00
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 2025-07-01T21:01:57.5366667+00:00
Kmcnet 1,066 Reputation points
commented 2025-07-07T02:20:25.63+00:00
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 2025-07-05T09:36:27.0633333+00:00
rajesh yadav 211 Reputation points
edited a comment 2025-07-07T00:56:39.39+00:00
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 2025-07-02T10:04:23.8833333+00:00
Alverna 0 Reputation points
commented 2025-07-06T08:07:10.9466667+00:00
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 2025-07-04T12:40:55.1566667+00:00
mc 5,511 Reputation points
commented 2025-07-06T03:17:59.08+00:00
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 2025-07-04T10:00:23.7666667+00:00
Ajith Kulathunga 0 Reputation points
answered 2025-07-05T20:02:33.5833333+00:00
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 2025-06-26T17:20:46.32+00:00
Yannick Lalbatry 21 Reputation points
edited an answer 2025-07-05T19:42:47.6533333+00:00
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 2021-03-02T01:38:53.627+00:00
larry leach 91 Reputation points
commented 2025-07-05T19:41:32.53+00:00
Mumin Hemayed 0 Reputation points
1 answer

Blazor WebAssembly not applying culture to DateTime formatting after changing culture

Hi, I recently migrated my Blazor project from Blazor Server to Blazor WebAssembly. In the Blazor Server version, when I changed the culture (e.g., CultureInfo.CurrentUICulture = new CultureInfo("fa-IR")), both the localized texts from .resx…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-07-05T07:36:42.4233333+00:00
Mrbanad 30 Reputation points
answered 2025-07-05T16:55:42.6666667+00:00
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
5 answers One of the answers was accepted by the question author.

If a method declared with the async modifier returns a cached result or completes synchronously,

i could not understand so could i get an exmaple of cached result and syncronous completion of async method. following is the lines from https://learn.microsoft.com/en-us/dotnet/csharp/asynchronous-programming/async-scenarios "If a method…

Developer technologies | ASP.NET | ASP.NET Core
asked 2025-07-03T11:16:07.6466667+00:00
rajesh yadav 211 Reputation points
commented 2025-07-05T16:44:56.2833333+00:00
Bruce (SqlWork.com) 78,006 Reputation points Volunteer Moderator
2 answers

How to Debug Remote MAUI App Launch

I have a .NET 9 MAUI app being deployed to a remote Xcode iOS iPhone 16 Plus. All components have the latest release software. The deployment is successful, and the application is launched and the splash screen displayed on the phone. However, the first…

Developer technologies | Visual Studio | Debugging
asked 2025-07-01T10:53:00.0633333+00:00
Marc George 191 Reputation points
edited a comment 2025-07-05T11:16:04.0466667+00:00
Marc George 191 Reputation points