In .Net MAUI Bluetooth Connection disconnect navigation between the Pages
In this I will explain the detailed issue and flow, Once the application was open on first launch it will be Language Selection (Content Page) Page, it will have 6 (buttons) it will a language name of it, while clicking any language based on that all…
Developer technologies | .NET | .NET MAUI
Long Press Button on MAUI Android
I am writing a MAUI mobile app for iOS and Android. I need to be able to detect when the user holds down a button so I can repeats its action. I had it working fine on iOS with pressed and released gestures, but it wouldn't work on Android emulator. I…
Developer technologies | XAML
Error in VS Designer in c#
Call is ambiguous between the following methods or properties Form1.button1_Click(object,Eventargs) and Form1.button1_Click(object,Eventargs)
Developer technologies | Visual Studio | Setup
combability of Windows 12 with Microsoft Visual C++ 2022 Redistributable (x64) - 14.30.30708
IS Microsoft Visual C++ 2022 Redistributable (x64) - 14.30.30708 compatible with Windows 12?
Developer technologies | C++
Add a custom command into visual studio solution explorer context menu with extensibility framework
Need example to add a command to solution explorer context menu with new out-process model.
Developer technologies | Visual Studio | Extensions
Custom SSO/Form based authentication for PowerBI Onpremise Report Server
We have a Unified Portal and that Portal has its own SSO authentication. That portal consist of many other portals within and now we are thinking about adding Analytics to the same. What we need is when a user logs in via SSO they can go to analytics and…
Developer technologies | C#
Data importation from excel promblem
How can i solve this in my SQL data importation TITLE: SQL Server Import and Export Wizard ------------------------------ The operation could not be completed. ------------------------------ ADDITIONAL INFORMATION: A network-related or instance-specific…
Developer technologies | .NET | .NET CLI
Validate eol of each line of the text file
Hi, I used the way below to validate the eol of each line. How to ensure that I have the validation (by it) against each line of the text file?
Developer technologies | C#
C# 'Microsoft.Reporting.WinForms.ReportViewer' Control Not Showing Print Preview on Windows 11
In a C# application built with .NET Framework 4.8 and running on Windows 11, an issue is being faced with the 'Microsoft.Reporting.WinForms.ReportViewer' control. Clicking the print button results in a print preview window that displays "No preview…
Developer technologies | C#
Nokia C5 telefonda sinyal kapali
Nokia c55 tuşlu telefonum BTK tarafından uzun süre kullanılmadığından kapatıldı. Açılması Nokia müşteri hizmetleri ile mümkün. Yani telefonu satın aldığım firma ile açtırabiliyorum, şuanda bu firma Microsoft mobile kominikasyon olduğu için buraya…
Developer technologies | Windows Forms
I don't understand why my Minimal API doesn't bring up swagger
I have a Blazor Web Application I've been working on (Visual Studio 2022 and .NET 9). This application had 4 VS projects in the solutions, one of them was a Minimal API app. Due to problems I encountered with that configuration, I have decided to migrate…
Developer technologies | ASP.NET | ASP.NET API
Can a Minimal API project include the Microsoft.AspNetCore.App framework?
I've been getting this error for a couple days: There was no runtime pack for Microsoft.AspNetCore.App available for the specified RuntimeIdentifier 'browser-wasm'. I've been trying to figure out where Microsoft.AspNetCore.App is coming into the…
Developer technologies | ASP.NET | ASP.NET API
MAUI app crashing with release mode. Works fine with debud mode ?
MAUI app crashes with release mode. Works fine with debug mode. Targeting .net run time is .net 7.0. We are using a few syncfusion controls in our application. Those nuggets were up to date till now. Here are the crash…
Developer technologies | .NET | .NET MAUI
how to set orientation of one page in maui?
I have a page and I want to it be landscape or portrait. and other page keep its own orientation. when user open this page I want the page be landscape how to do it?
Developer technologies | .NET | .NET MAUI
Visual Studio -Troubleshooting and updating variable in code (production environment)
Hi there, Seeking some advice on optional tools to do troubleshooting on production server and also to update environment variables in our code since Visual Studio cannot be installed on production environment. Thanks, Melanie
Developer technologies | Visual Studio | Debugging
[ WPF ] How to execute a * .exe with a button in a main window, whose path is in a TextBox of a second window, please help me.
Hi, I'm still a newbie. I have my project, in which I have 2 windows, a Main Window (Launcher.xaml) and another Second Window (Configuration.xaml). In the Main Window I have 2 buttons; a button that executes an * .exe (start game), whose path or address…
Developer technologies | Windows Presentation Foundation

LoadImage is not working with MAKEINTRESOURCE
Hello there! I am trying to load an image from the resources here's my code which is not working: the resource.h: #define IDB_BITMAP1 103 the main source code: HANDLE start_img = LoadImage(NULL, MAKEINTRESOURCE(103),…
Windows development | Windows API - Win32
Developer technologies | C++
How to change file type from Miscellaneous file to Assembly-CSharp in VS
Hi guys, I need help in Visual Studio. The problem is the following: If I open a script from Unity it opens it and the file type is Miscellaneous Files. How can I change it to Assembly-CSharp? What I need to open it that way? Workloads other than the…
Developer technologies | Visual Studio | Other
how to fix A D3D11-compatible GPU (Feature Level 11.0, Shader Model 5.0) is required to run the engine on valorant
i recently bought a lenovo slim 7i aura edition. i tried to play valorant in this pc but it keeps saying A D3D11-compatible GPU (Feature Level 11.0, Shader Model 5.0) is required to run the engine. even tho it opened twice randomly. all my laptops specs…
Developer technologies | Visual Basic for Applications
Entity Framework Code Stopped Working
Hello everyone and thanks for the help in advance. I have a Visual Studio 2022 project that utilizes Entity Framework. I last opened the project 3 days ago and the project worked fine. Today, I opened the project and immediately was met with several…