can i switch from using product key to sign-in-based license in visual studio 2022
How can I switch from using product key to sign-in-based license in visual studio 2022?
Developer technologies | Visual Studio | Setup
I'd like to know how VB.NET handles cookies
I maintain an old VB.NET WebForms app. I'm converting it to C# and updating it. However, when it comes to converting how the old app handled browser cookies and how to make the same thing work in a C# Blazor app, I am not sure how to proceed. Here's a…
Developer technologies | VB
Help fixing template logging code
In the line return $log, "testVoid4"; I'm getting this compile error: 'void' function returning a value I don't understand why when $log, is called with just a single argument void_wrapper is returning anything else than void. How I could make…
Developer technologies | C++
Support Needed: Error 0x800B0100 - App Package Must Be Digitally Signed
Hi all, I'm currently facing an issue while creating a UWP package in Unity, and I keep encountering the error 0x800B0100. The error message states, "The app package must be digitally signed for signature validation." Here are the details of…
Developer technologies | Universal Windows Platform (UWP)
How to Resolve SQLite Network Path Access Issues in UWP Applications
We are facing an issue accessing a SQLite file located on a network path in our UWP application. Despite enabling the necessary capabilities such as internetClient and privateNetworkClientServer, the file remains inaccessible in release mode. The SQLite…
Developer technologies | Universal Windows Platform (UWP)
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++

How to Share Apple Code Signing Key
Trying to switch to developing an iOS app using Hot Restart from using Mac Xcode. Using the same project, when building I am getting the error message "signing key not found in keychain". I am able to build and deploy to the iPhone using the…
Developer technologies | .NET | .NET MAUI

Remote Procedure Call Failed (HRESULT: 0x800706BE)
The application uses diagnostic APIs to prevent it from starting repeatedly. However, it crashes on startup, and the following exception information is logged: Remote procedure call failed. (Exception from HRESULT: 0x800706BE) at…
Developer technologies | Universal Windows Platform (UWP)
Emails with Undeliverable Subject don't get saved on a text File
Hi, I would like to ask if this is intended or a bug. I'm currently working on a program wherein all of the bounced emails (specifically undelivered emails) will be caught and then fetch the email addresses of the recipient of the undelivered emails…
Developer technologies | C#
Conectar o Windows ao meu dispositivo Mac
Olá, Após atualizar para a versão mais recente do Visual Studio, estou encontrando um erro e não consigo conectar o Windows ao meu dispositivo Mac. O MSBuild não conseguiu se conectar ao Mac com Endereço='xx.xxx.xx.xxx' e Usuário='xx.xxx'. Esta conexão é…
Developer technologies | .NET | .NET MAUI

context deadline while posting notification through API https://dm3p.notify.windows.com?token=xxx
got many timeout when using wns for push since about 28.11 9:00(utc+8) api: https://dm3p.notify.windows.com?token=xxx I have been using this function for a year without any problems. This timeout problem has occurred since around 9:00(utc+8) this…
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | ASP.NET API
How to call Azure Cost Management API with a ClientType set
I am attempting to use the Azure cost management Go SDK and need to call the Cost Management API many times. The rate limit for API calls is higher when a ClientType is specified, so I was wondering how to go about including the ClientType in the Usage…
Developer technologies | Visual Studio | Testing
I want to learn free course of UX/UI design, unable to get the link
I saw a video suggesting to learn ux/ui from Microsoft learn, it is 4 4-hour courses. I am unable to locate it
Developer technologies | Visual Basic for Applications
Coupon acception
Hi Sir, Good Day. This is to let you know that I have applied for a coupon for exam last year from my office. But due to some difficulties couldn't attend the exam. And as that coupon is not used i couldn't apply for new coupon. I spoke with a…
Developer technologies | Universal Windows Platform (UWP)
Snowflake MFA Key - Pair authentication for Powerbi
Problem: Snowflake enforces Multi-Factor Authentication (MFA) on all users, in line with our security policies. Power BI does not support key pair authentication, which Snowflake offers for M2M scenarios Power BI's supported auth methods to…
Developer technologies | Universal Windows Platform (UWP)
if Task.Run runs a task in async then why and when i should write async in Task.Run(async () => {})
q1) does Task.Run creast async task? (it is writen it runs on an other thread.) q2) if it does create async task then why and when we need Task.Run(async ()={}). pls explan with examples.
Developer technologies | ASP.NET | ASP.NET Core
MAUI: Xamarin forms to MAUI migration clarification
I am migrating a Xamarin Forms project (Project B) to MAUI. The existing Xamarin Forms solution has 7 projects like below: Project A Project B Project B.Android Project B.iOS Project C Project C.Android Project C.iOS Current Project…
Developer technologies | .NET | .NET MAUI
Code problem
Hi, It is the issue to have 2 "strong" below is it owing to the last 2nd line below. How to correct it?
Developer technologies | ASP.NET | Other
The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'.
I get this error in Visual Studio Version 17.14.8 when I want to start debugging my iOS project on my iPad: The .NET runtime 9.0.5 or newer could not be found in the remote host under '/usr/local/share/dotnet/dotnet'. Please install it or try setting a…
Developer technologies | .NET | .NET MAUI
how to capture and transform to h264 in .net android?
I am using .net android and I want to capture and transform to h264. I searched that I should start mediaProjection and use a foreground service but i still can not do it. please tell me.