A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Error to "dotnet add package Xam.iTextSharpLGPL"
Hi, Can you help to the errors when running "dotnet add package Xam.iTextSharpLGPL"?
Developer technologies | ASP.NET Core | Other
Blazor Web Assembly authentication issue in version 10.0.8
Blazor Web Assembly authentication issue in version 10.0.8
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
Latest Supported Visual C++ redistributable download appears to be the wrong version
I just download the latest supported x64 VC++ redistributable from Latest supported redistributable version and upon examining the properties it appears that instead of the redistributable for 2017-2026 the downloaded file was for 2015-2022. Same issue…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
Rich edit control that displays emojis with color.
Please only answer if you are in Microsoft since part of this question regards right to distribute a DLL. This regards a C/C++program I wrote. I created a rich edit control using CreateWindowEx and subclassed the edit control. I used msftedit.dll. I…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
How can I disable swipe-back navigation in iOS MAUI while keeping the back button?
I am trying to disable swipe-back navigation in a .NET MAUI app on iOS because users are accidentally navigating back while signing or performing other actions. I tried the usual approach of disabling the interactive pop gesture, but I am still able to…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
How to test automatic download of PSA
I need to check the automatic download of beta print support app from MS store when i connect a printer with beta printer extension inf.
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
This call site is reachable on: 'Android' 31.0 and later. 'Manifest.Permission.PostNotifications' is only supported on: 'android' 33.0 and later.
I get this warning in Game1.cs in my SharedCode project. Is it necessary to change something? This call site is reachable on: 'Android' 31.0 and later. 'Manifest.Permission.PostNotifications' is only supported on: 'android' 33.0 and later. #if ANDROID …
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Why in .net maui 10 ios does the SearchBar control not show the correct background color and emits a shadow?
When I upgraded an app from .net maui 9.0.81 to 10.0.70, my SearchBar control did not show the correct background color and emitted a shadow. I did some extensive research into this issue and tried a lot of the suggested workarounds. Nothing fully…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Q about splash screen in UWP app
Hi, In the .appxmanifest of this UWP app the Visual Assets have been set and Generated. The generated splash screen looks like this In spite efforts my efforts so far, it has not been possible to change the size of the image in the center of the splash…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
Visual Studio BackgroundDownload.exe using all the system resources
*I know there are many questions on Stackoverflow, for example, but I can't really seem to trust the answer for some reason. I must disable some Windows Task for what I need, but it looks like I might have problems with Visual Studio later, so to confirm…
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
[Visual Studio 2026 18.6.2] object values are evaluated, nested rows are visible, but expand/collapse glyphs/arrows/+ controls are missing.
Visual Studio 2026 18.6.2 Debugger: managed C#/.NET Window: Autos Issue: object values are evaluated, nested rows are visible, but expand/collapse glyphs/arrows/+ controls are missing. Workarounds tried: Reset Window Layout, delete .vs folder
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
Windows SDK 10.0.28000.0 is not a valid TargetPlatformVersion for Windows in .NET C++/CLI projects
I have several managed c++ (C++/CLI) projects with these settings: <WindowsTargetPlatformVersion>10.0.28000.0</WindowsTargetPlatformVersion> <TargetFramework>net10.0-windows</TargetFramework> When compiling in Visual…
Developer technologies | .NET | .NET Runtime
.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
Visual Studio
Using visual studio. Created a ZCash Layer 2 Blockchain, an Ethereum Layer 2 Blockchain, Crypto Math Web-based game, Chess web-based game, and Cris Cyborg Boxing (2D video game for PC Windows). I need technical support to get them live online
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
ERROR CODE NU 1900
How do I resolve the issue below effectively: Error occurred while getting package vulnerability data: Unable to load the service index for source https://api.nuget.org/v3/index.json.
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
AI answer
upload file to one drive
How to upload file to one drive from dot net core 10 web app
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Enhance the way of linear search
Hi, To C# linear search below any advice to apply the following way on the above?
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Configuring .NET 10 Blazor WASM program.cs to use an HTTP Delegate to attach JWT Security Token
My knowledge of JWT security tokens until several weeks ago was nil. After a bit of reading, I was able to retrieve a security token from a 'login' server, and able to use that token within Blazor, and with the addition of an…
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
How can I ask users for ratings and reviews in my iOS game?
I want that the standardized prompt gets displayed in my game on iOS devices after the user finished a level in my game. How can I display the standardized prompt in my game and is it necessary that I check if the prompt was already displayed three times…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
This call site is reachable on: 'iOS' 18.0 and later, 'maccatalyst' 18.0 and later. 'UIWindow' is obsoleted on: 'ios' 26.0 and later (Use the 'UIWindowScene' overload instead.), 'maccatalyst' 26.0 and later (Use the 'UIWindowScene' overload instead.).
I get these two warnings in my iOS project in Program.cs. Is it necessary to change something or can I ignore the warnings? This call site is reachable on: 'iOS' 18.0 and later, 'maccatalyst' 18.0 and later. 'UIWindow' is obsoleted on: 'ios' 26.0 and…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
MSDN Platforms license benefits - change alternate email and msdn subscription
I have an msdn license on my work account. I had the alternate email set to my personal email, where I had activated the azure benefits (subscription). I now need to change the alternate email to a secondary work account. I have changed the alternate…
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.