can i restore my messages from indow link, its only 2/3 months old
can i restore my messages from indow link its only 2/3 months old how to restore from windows link to my android phone
Developer technologies | Small BASIC
Open External browser in Incognito mode from UWP app
var success = await Windows.System.Launcher.LaunchUriAsync(uri), I can use this to open an external browser in Normal mode. Is there any way to open Edge or any external Browser in Incognito mode from my UWP app?
Developer technologies | Universal Windows Platform (UWP)
.NET MAUI Blazor Hybrid App Publish to Windows
Hi, When I am trying to publish .NET MAUI Blazor HYbrid App to Windows I get the below error, Thepub.xml files are present though Captureerrorfile.PNG Captureerrofile2.PNG
Developer technologies | .NET | .NET MAUI
UWP Build No Longer Signed After Enabling Xbox – Unity + Partner Center Integration Issue
Hello, I hope you're doing well. I’m reaching out regarding an issue I’ve encountered after integrating Xbox into my UWP game publishing workflow via the Xbox Creators Program. Initially, I successfully built and published my game to the Microsoft Store…
Developer technologies | Universal Windows Platform (UWP)
Printing a Local Report without Preview
dear all I using visual studio 2022 with MVC NET 8 and C# language and Microsoft reporting service 2016. I want to print an invoice without displaying the report based on its type, for example: cash payment or home delivery. Both invoices have different…
Developer technologies | ASP.NET | ASP.NET Core
How to upload an Image using FTP in asp.net c#
I'm using the below code to upload an image via FTP concept and at the line of code using (Stream requestStream = request.GetRequestStream()) { requestStream.Write(fileData, 0, fileData.Length); } I'm…
Developer technologies | ASP.NET | ASP.NET Core
Sending SMS from ASP.NET Web Application Using Twilio API
I am attempting to implement a feature that allows a user to send an SMS to a mobile number from a web application using the Twilio API. The application setup consists of two text boxes: DestnationPhone.Text SmsMessage.Text In this feature, a user will…
Developer technologies | ASP.NET | ASP.NET API

How to fix swagger and openApi version issue
Why am I getting "Unable to render this definition. The provided definition does not specify a valid version field. Supported version fields are swagger: 2.0 and openapi: 3.x.y" when running Swagger in my ASP.NET Core project?
Developer technologies | ASP.NET | ASP.NET API
How to log "Console.WriteLine" to Azure Web app from MVC (C#)
I have an Azure Web App with C# code deployed using the MVC structure. I need to test a specific function within a Model, but due to environment limitations, this can only be done when the code is deployed to the Web App, not locally. I want to log…
Developer technologies | ASP.NET | ASP.NET Core
While launching the WinUI application in unpackaged scenario the application icon is not shown in the TaskBar
Hello, We are working on a WinUI application targeting .NET 8 and .NET 9, and our goal is to launch the app via the .exe directly. To achieve this, we've updated our launchSettings.json and .csproj as follows: In LaunchSettings.json "profiles":…
Developer technologies | Universal Windows Platform (UWP)
How to clear most recently used list in C# UWP application. StorageApplicationPermissions.MostRecentlyUsedList clear/remove doesn't work
How to clear most recently used list in C# UWP application StorageApplicationPermissions.MostRecentlyUsedList.Clear() or StorageApplicationPermissions.MostRecentlyUsedList.Remove(token) I can able to add new entries using below code and I can see the…
Developer technologies | Universal Windows Platform (UWP)
RED box around UWP app
everytime I add a new page to my UWP app, it shows a red box around my screen. Not my xmal, how do I fix this?
Developer technologies | Universal Windows Platform (UWP)
Microsoft Small Basic Triangle issue
So basically, I'm a beginner trying to make a game on Small Basic. It's a space themed game, and there are going to be 2 spaceships, one red and one blue. So far, I'm coding the blue one and I want the controls to be like up arrow for blue to go…
Developer technologies | Small BASIC
Activation pending MyRBQM Portal SaaS - Clinical Trial Risk Management Solution
Free trail account of MyRBQM Portal SaaS - Clinical Trial Risk Management Solution still not yet active
Developer technologies | Small BASIC
change redirecttoPage to pass unicode characters in Razor Pages
I'm using a redirecttoPage with razor pages. when the client page renders the / and # is not working and using the unicode it appears /Clients/Update/1%2F%23military in the url instead of /Clients/Update/1#military I'm using redirect below. is there way…
Developer technologies | ASP.NET | ASP.NET Core
Can not input activation cod in dev mode
I have recently made a dev account to use the dev mode on Xbox. I have registered and have paid the $19 I have the app download on the Xbox and have sent to the activate Xbox page but it would not load so I can not click the “+” sign to use my activation…
Developer technologies | Small BASIC
how to connect gateway to PostgreSQL database
I’m trying to connect the Power BI gateway to a PostgreSQL database hosted on my local server. My goal is to schedule data refreshes through the gateway. However, I keep encountering the same error repeatedly, as shown in the attached image.
Developer technologies | Small BASIC
[Test] Ask your question in the language of the Q&A site
Include all the details of your issue in the Question Details block. Include what you are attempting to accomplish, steps that have already been taken, error messages, unique aspects of your scenario or configuration, and any other pertinent information.…
Developer technologies | Small BASIC
Where is my certificate
I completed my course devops...where is my certificate
Developer technologies | Small BASIC
C++ LoadGame function error: No instance of overloaded function matches the argument list
When setting up the LoadGame function, an error occurs with the message "C++ no instance of overloaded function matches the argument list." Below is the relevant code snippet for reference: void GameplayScreen::LoadGame() { …