4,128 questions with Developer technologies | .NET | Other tags
.Net needs licensing or it is free?
I need to know if .Net is free or requires license, I need to install in 27 million pcs.
Developer technologies | .NET | Other
My Minimal API project has 2 launchSettings.json files, which should it use?
I am refactoring a Blazor Web Application project, by migrating a Minimal API project out of it, into it's own Visual Studio project. I created the new project using Visual Studio's ASP.NET API template (I forget at the moment the correct name for the…
Developer technologies | .NET | Other
Why can't I use 4k, allm , vrr ect on HDMI like it does with auto detect?
I have always wondered why I can use 4k 120hz, allm, vrr and other when my video and fidelity is set to auto detect on my Xbox but when I switch to HDMI ,all those settings are unaccessible. I figured having a HDMI 2.1 monitor would open those settings…
Developer technologies | .NET | Other
Queue implementation in c#
I'm just posting how to implement queue in c#... I hope someone finds it helpfull
Developer technologies | .NET | Other
Developer technologies | C#
WPF application becomes unresponsive after plugging/ unplugging USB device supporting pen events
I've run across an issue on Windows 10 and 11 where WPF apps seem to become unresponsive when unplugging or plugging in a USB device that registers as an input device that can receive touch/stylus events. This can be seen by creating a basic WPF app in…
Developer technologies | .NET | Other
Can't reuse types for WCF Service Reference in Visual Studio 2022 .NET Framework 4.8 project
Trying to add a WCF service reference in a .NET Framework 4.8 project. We have a package that includes the data types the Web Service uses and would like to reuse them. However, we can't seem to reuse the types. I have the NuGet package installed. I have…
Developer technologies | .NET | Other
MS Code review clarification on document.getElementById in html
Related to MS code review, We got " The call accesses the HTML document object model (DOM) directly. This technique is unsupported. Remove or replace with a supported API provided in the client object model or employ a different technique." in…
Developer technologies | .NET | Other
I want to acces onenote on sharepoint in graphapi, but get error
Hi, I follow this link https://learn.microsoft.com/en-us/graph/api/resources/onenote-api-overview?view=graph-rest-1.0 to access sharepoint site notebook. But I get the following { "error": { "code": "20143", …
Developer technologies | .NET | Other
Windows forms application targetting .net framework 4.8 is working fine in machine where only .net framework 4.7.2 is installed.
I have an exe which is written using .NET Framework 4.8. I have the following line in the vbproj file of the exe. <ItemGroup> <BootstrapperPackage Include=".NETFramework,Version=v4.8"> <Visible>False</Visible> …
Developer technologies | .NET | Other
failed with HTTP status code 'Unauthorized'.
Hi, Why I suddenly started getting this error: /Users/jassim/Projects/OneID/One ID API/Controllers/Account.cs(116,9,116,15): warning CS0162: Unreachable code…
Azure App Service
Developer technologies | .NET | Other
Problem with SSL Certificate and 443 Port
I have a WCF Service in an Azure Virtual Machine, but it doesn't work, and I guess is because SSL certificate, beceause before I was working without ssl certificate ( type http service) and it was working properly.... I tried to use an ssl certificate…
Windows for business | Windows Server | User experience | Other
Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other
Developer Sub
Hello, I've been a paying dev customer for ~25 years, ensuring my employers maintain an active ms professional dev subscription (Removed ******@yahoo.com) for me. Former contiguous past employers CMI, LONE STAR PET and BMA (TPABenefits) have subscribed for…
Developer technologies | .NET | Other
KB5063878 and Microsoft.Ink exception
After 8 years without any issues, we just got many reports that an exception is now triggered when our tool starts, related to .NET's Code Access Security. Is there a way to avoid this without resuscitating and modifying this old…
Developer technologies | .NET | Other
Signing a .svc file
Hello, I am working with a .svc file. The file looks like this: <%@ ServiceHost language="c#" Debug="true" Service="XYZ" %> I would like to know: Is it possible to digitally sign a .svc file using SignTool or any…
Developer technologies | .NET | Other
How to fix "This application requires .NET framework: v4.030319
When I boot up my laptop I get an error saying that I need a .NET version to start an application. I get the same error when I try to open discord and Visual Studio. When I go to download the NET framework it tells me that I already have it. I have tried…
Developer technologies | .NET | .NET Runtime
Developer technologies | .NET | Other
In Visual Studio 2022 in Error list window errors are not displaying
Hello Team, Required help on resolving the issue which I'm currently facing. In my Visual Studio 2022, Errors are not showing even though the error count was showing in the Error list window, but when I click on the Errors it was not showing any error,…
Developer technologies | .NET | Other
Developer technologies | Visual Studio | Other
How can I build a calorie calculator app with .NET 8?
I’m learning .NET 8 and want to make a small app as practice. The idea is a Link removed I’m not sure how to start this project: Should I make a desktop app, web app, or mobile app in .NET 8? How do I create a simple form where a user chooses a drink,…
Developer technologies | .NET | Other
C# Sorting algorithms implementation
Hey guys... this post will contain several sorting algorthm implementations in C#. Follow for more content like this :)
Developer technologies | .NET | Other
Developer technologies | C#
How to fix Azure recomendation "Windows servers should be configured to use secure communication protocols"
Hi I want to fix recomendation "Windows servers should be configured to use secure communication protocols" on Azure but the provided link in Defender for Cloud could not help me. This the link ->…
Developer technologies | .NET | Other
I Want To Make...
I'm not sure if this is the right tag for this request, but I want to make a screenreader accessible app that will allow anyone to make high quality voice models, voice covers, songs, and the like. How do I get started making something that can…