.NET: Microsoft Technologies based on the .NET software framework. Runtime: An environment required to run apps that aren't compiled to machine language.
Unable to install .net
I try install .net framework on my windows server 2019 but got below error even i have permission on the folde Then i try to extract the exe file and run the setup file and got below error. Try running netfx_core_x64 and got below error. Anyone know how…
Developer technologies | .NET | .NET Runtime
how to get the min value of IEnumerable?
what I want to do is to make the Y begin from 0 and I get the min value and then - min value but I get - value. which is not right.
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.
When you adjust the fontsize on ios it squashes the labels together and makes the containing text bigger than the collectionview
Hi there This is a MAUI problem: We have just seen a problem on iPhone 16 Pro Max, we adjusted the fontsize to be more than the standard and it caused the label text to get bigger, as expected. But now the Labels bleed into each other and they are…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
I get the message Edge-to-edge may not display for all users when I upload my game to Google Play Console
I have uploaded my game to Google Play Console Production and I get the message "3 actions recommended" in the Release dashboard: Edge-to-edge may not display for all users From Android 15, apps targeting SDK 35 will display edge-to-edge by…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
.NET v6 deprecation and Windows Server 2022 images
I created a new Windows Server 2022 VM to replace my old Windows Server VM. However, when I ran dotnet --info on the new VM, it said that it had .NET 6: C:\Users\DCAdmin>dotnet --info global.json file: Not found Host: Version: 6.0.42 …
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
Unable to open a windows form in visual studio community 2026/ visual basic
Could not find a part of the path…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Azure durable functions are not invoked when used with Q trigger using managed identity
Working with managed identity with durable functions and is working fine. Once we add the Q trigger function with the same storage account using managed identity then the things are not working. Issue is the durable functions are not getting invoked and…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Managed Applications
An Azure service that enables managed service providers, independent software vendors, and enterprise IT teams to deliver turnkey solutions through the Azure Marketplace or service catalog.
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.
Dynamically Resizing Models
Hello everyone and thanks for the help in advance. I'm trying to think through a solution for a calendar application. The model for the appointment table looks like: public class tblAppointments { public int ID { get; set; } …
Developer technologies | ASP.NET Core | Other
A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
Optional Packages Persist After Windows Store App Reset
After resetting a Windows Store app through App Settings, optional packages installed as dependencies continue to persist in the system. These "ghost packages" remain functional and accessible via PackageManager APIs but are not visible in App…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
in visual studio 2026 how do i turn off automatic updates
in visual studio 2026 how do i turn off automatic updates
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
Updating an ASP.NET Core web application with Serilog to Azure.Monitor.OpenTelemetry.AspNetCore
I am migrating an application from on-premises to Azure and could use some guidance on how to address the changes with correlation id handling. Currently, I use the same pattern utilized in stevejgordon/CorrelationId and update the log format string in…
Developer technologies | ASP.NET Core | ASP.NET API
A component of ASP.NET Core for creating RESTful web services that support HTTP-based communication between clients and servers.
Publisher/Extension Uploading Issue in VS Marketplace
Hi Team, I created a VS Code extension and properly configured the required metadata in the package.json file, including: Publisher information Homepage URL Repository URL License information Keywords Extension description However, when I try to…
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.
How can I integrate AI tools with Visual Studio Code to enhance and accelerate SPFx development?
Hello Everyone, I am currently working on an SPFx project with React, and the project is running smoothly. I am currently working with a Microsoft 365 E5 license along with Microsoft Copilot. For development, I use Visual Studio Code and Azure DevOps as…
Developer technologies | Visual Studio | Extensions
Add-on components that enhance and customize the Visual Studio integrated development environment
TCP Listener on Localhost causes application to crash Start() without any exception being thrown
I have a use case where I am creating a TCP listener on Localhost with a specific portnumber. However , in x86 , the app crashes when I try to start the listener (i.e., listener.Start()). There is no exception being thrown and I have determined that the…
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.
error in my design
Could not find type 'DVLD.ctrPersonInformation'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built using settings for your…
Developer technologies | Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
Visual C++ 2015-2022 Distributable x64
My set up failed for this. I need help. Where do I go for the download or who can I talk to on the phone?
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 download c++ 2019
how to download c++ 2019 in this page;how to download c++ 2019 in this page;how to download c++ 2019 in this page
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.
Is There Any Way to Identify the Process Locking a UNC File Without Administrator Permissions in .NET?
Description I evaluated several approaches to identify the locking process, including SMB-based utilities such as Get-SmbOpenFile, Open Files (openfiles), and net file, Sysinternals handle.exe, and the Windows Restart Manager APIs through rstrtmgr.dll..…
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.
App does not support the 16KB memory page sizes
I got the below error message from the play store for my xamarin forms application: I am migrating it to MAUI now. So is the MAUI version fix this issue? Below are the packages I am using in the MAUI version. .NET MAUI…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4KB Memory Page Warning: Upgraded MAUI project with .Net 10 still shows .SO files
I have upgraded my MAUI project's .net version to .net 10 from .net 8 to resolve the 4KB memory warning from play store. After upgrade I have generated a new AAB file and change the extension to .zip from .aab. Then I extracted the .zip file and under…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.