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++


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++
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)
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++
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)
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
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
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
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
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
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)
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)
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
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

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
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++
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
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
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
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…