A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
MAUI issue - iOS CarouselView does not update content correctly when Accessibility (Voice Over) is enabled
When using CarouselView together with IndicatorView in .NET MAUI, enabling Accessibility/Screen Reader (such as VoiceOver on iOS) causes the CarouselView content to not update when navigating items. However, the IndicatorView does update correctly,…
Developer technologies | .NET | .NET MAUI
Issues to call the event
Hi, DownloadAndShareFileAsync is declared within MauiProgram.cs, and was called within the same .cs file. It is not a success to build the project. Any reason from the following? Here is MauiProgram.cs
Developer technologies | ASP.NET | ASP.NET API
A component of ASP.NET for creating RESTful web services that support HTTP-based communication between clients and servers.
wich nugets I have to install for report viewer in visual studio vb.net?
I just install visual studio and I want to make reports y download Microsoft RDLC Report Designer and Repor Viewer core winforms, but When i want to drag a tool Report Vierer to a form Iit can be place in the form
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Settings Changes Not Being Saved
My app has several settings that the user can change. The code that saves the changes is: My.Settings(PropName) = ConvertedValue My.Settings.Save() I have confirmed that the ConvertedValue is actually saved immediately after that code executes by…
Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
Bring to C# handler method list of related entities edited in Bootstrap modal form from javascript
Hello, Now I have changed the data structure schema. I have a Contacts table with a related Telephones table, this is, every contact can have 0 or more telephones, connected by FK by their ContactId fields. public class Contact { public…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
THEME FOR RADIOBUTTON
Consider the following snippet for MAUI 10: <VerticalStackLayout RadioButtonGroup.GroupName="group" RadioButtonGroup.SelectedValue="{Binding Selected}"> …
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Cannot install .netframework on windows 10 machine
Installation of .NET48 fails with " Error 80092004 " CBS.log shows 2026-04-10 13:04:39, Info CSI 00000360 Couldn't find the hash of component: NetFx4-corperfmonsymbols_h, version 4.0.15744.161, arch amd64, versionScope…
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.
Sending a power off packet to an Xbox Series Controller
Hi! I am makeing a C# pet project with which I want to power off my xbox controller on a certain trigger. I've discovered that I can use WriteFile to send data to \.\XboxGIP handle from C# code. I've managed to send a Led command as per doc but I…
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.
SharpCompress.Common.ArchiveOperationException: 'Cannot determine compressed stream type.
Hi, Input: path for test.xz Using: ArchiveFactory.OpenArchive(archivePath) Exception: SharpCompress.Common.ArchiveOperationException: 'Cannot determine compressed stream type. Supported Archive Formats: Zip, Rar, Tar, GZip, 7Zip' My aim: My current…
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.
WPF ListViewItem IsSelected is on Window_Closing allways false?!
Hello, on my ListView is the ListViewItem-property "IsSelected" binding to object-property. <Window.Resources> <Style x:Key="ListViewStyle" TargetType="ListBoxItem"> <Setter…
Developer technologies | XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
Request for Power Automate Desktop 64-bit Installer Link (SAP GUI Automation Compatibility Issue)
Hello, I am currently using Power Automate Desktop to implement SAP GUI automation and would like to request support regarding a critical compatibility issue related to the application architecture (32-bit vs 64-bit). 🔹 Current Environment Windows…
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.
Why does Visual Studio fail to install despite space?
Why does Visual Studio fail to install despite space?
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
How to build an install package without Visual Studio?
Hello! I created a Windows Form Desktop app with Visual Studio. Normally, I just copy the EXE file to the target machine and it Just Works; however, it is not working in one particular case. I know that it is most like l missing a dependence. Typical fix…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Linking in VS2017
I'm trying to use VS2017 and have this linking problem. Declaring a C++ class in a header file and defining it in a source file generates the linker error 2019. If the declaration and definition go into the header file, the linking takes place. The…
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 to fix error on windows form if theres no link to show me where i must fix or adjust my code
how to fix error on windows form if theres no link to show me where i must fix or adjust my codev
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
My app causes Maui to crash on Android. I have added try/catch everywhere, problem is in Maui somewhere.
Java.Lang.IllegalStateException: 'The specified child already has a parent. You must call removeView() on the child's parent first.' Can someone from the Maui team contact me - my app crashes Maui on Android. It has something to do with…
Developer technologies | .NET | .NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Database FK not working web app Razor Pages EF Core
Hello Now I'm continuing my learning of web dev / ajax / javascript, but encountered a new issue. I have the following schema: public class Contact { public int ContactId { get; set; } public string FullName { get; set; } =…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
MVC Core Passing data from Controller to View while calling PayPal API
This is more a general question. I'm working on an online store, and right now I'm integrating C# code to call PayPal. My store collects data for the entire order, shipping info, etc. and works fine. I first commit the order data to my DB, then make the…
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
form does not support code parsing or generation becausew it is not contained within a project that supports this code
1>------ Rebuild started: Project: PayDay, Configuration: Debug|AnyCPU ------ 1>C:\Program Files\dotnet\sdk\9.0.313\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.EolTargetFrameworks.targets(32,5): warning NETSDK1138: The target framework…
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.
Purchased Software is reporting itself as expired
In January I purchased "Visual Studio Professional 2026". 90 days after that purchase a message appeared claiming the "trial period" had expired, and I am blocked from using the tool. There is verbiage about my subscription type no…
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.