4,136 questions with Developer technologies | .NET | Other tags
Microsoft To Do Graph API: PATCHing recurrence returns “Invalid JSON, Error converting value … to type 'Microsoft.OData.Edm.Date'”
Hi team — I’m hitting a repeatable issue when PATCHing the recurrence of a To Do task via Microsoft Graph. Endpoint: PATCH https://graph.microsoft.com/v1.0/me/todo/lists/{list-id}/tasks/{task-id} What I'm sending (sanitized): { …
Developer technologies | .NET | Other
.NET Core Window not showing correct content
I've created a WPF application targeting .NET core. I have a GUI defined in a file named MainWindow.xaml The Main window displays fine when the program is executed. When the GUI runs there's, a button named "About". When the…
Developer technologies | .NET | Other
Java Swing's look and feel which is similar to WinUI 3
Hello everyone, I would like to know that which Java Swing's look and feel is similar to WinUI 3. Thank you very much.
Developer technologies | .NET | Other
Federation Proxy Service(Microsoft.IdentityServer.ProxyService) crashed with object disposed exception
**Service - **Microsoft.IdentityServer.ProxyService.exe(v10.0.17763.1728) Server - Windows Server 2019 Standard I am getting following error with federation proxy service(Microsoft.IdentityServer.ProxyService.exe)- Application:…
Developer technologies | .NET | Other
Why is the blazor css isolation not working?
I have an AppLogin.razor component and its css file is AppLogin.razor.css. They are working fine. I have a UserLogin.razor component and its css file is UserLogin.razor.css. The working mechanism is as follows When you login from the AppLogin.razor…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Blazor
Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other
Developer technologies | C#
Should the ApplicationBuilder behave differently between Microsoft.NET.Sdk and Microsoft.NET.Sdk.Worker??
I've noticed if my project file references Microsoft.NET.Sdk, then the ApplicationBuilder does NOT automatically load the appsettings.json file, but if the project file references Microsoft.NET.Sdk.Worker, then it does. I've noticed this has occurred…
Developer technologies | .NET | Other
How to get Vendor Account, Purchase order, Single GRN Number and Voucher Number of Project PO in the Project Packing Slip Journal Header in d365 F&O
To add the fields of Vendor Account, Purchase order, GRN Number and Voucher Number of a Project PO in the Project Packing Slip Journal Header of CUSTPACKINGSLIPJOUR to use these fields for other reports
Developer technologies | .NET | Other
How to fix - You must install or update .NET to run this application
root@ubuntu:/etc/systemd/system# /usr/bin/dotnet /var/www/MinAPI/WebApi.dll You must install or update .NET to run this application. App: /var/www/MinAPI/WebApi.dll Architecture: x64 Framework: 'Microsoft.AspNetCore.App', version '5.0.0' (x64) .NET…
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
WebAuthn redirection in MstscLib
hi All! in WPF/.net4.8.1 application we are using MstscLib.dll + WindowsFormsHost to work with rdp connection inside our window. for now we are wounder if WebAuthn redirection inside the rdp session will work correctly and if so what settings should be…
Developer technologies | .NET | Other
Unable to load the service index for source https://api.nuget.org/v3/index.json while restoring nuget packages in VS 2022.
Hi All, I am getting the error "Unable to load the service index for source https://api.nuget.org/v3/index.json while restoring Nuget packages in VS 2022. I have tried to delete Nuget config file as well but it did not help. Can anyone please…
Developer technologies | .NET | Other
Installing NuGet Microsoft Data SqlClient to Visual Studio 2022 desktop project fails
Error reported in Package Manager console : Adding package 'Microsoft.Extensions.DependencyInjection.Abstractions.8.0.2' to folder 'C:\Users.........\OneDrive\Documents\VISUAL STUDIO 2022\PROJECTS\WORKSHOP\WINFORMS..................\packages' Install…
Developer technologies | .NET | Other
How can I build a Microsoft Edge (or IE) extension similar to the RankingsFactor SEO Chrome Extension?
I’m exploring how to create a Microsoft Edge extension that analyzes on-page SEO elements — similar to what the RankingsFactor SEO Chrome Extension does. The idea is to scan the currently active web page and extract key data like: Meta title and…
Developer technologies | .NET | Other
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
KB5056579 Problem with legacy software
KB5056579 Causes issues with legacy Physicians office management software called “Inphase” that uses MS Jet and DAO. Removal of the update solves the issue. installation of 579 causes long delay after initial sign in screen and then significantly slows…
Developer technologies | .NET | Other
How to Create simple HTML/CSS project in Visual Studio 2022
I'm so used to creating simple HTML projects in 2019. How do I do the same thing in 2022? I don't want Core at all, just a project that will launch from a basic index.html. I can't even find a way to add an HTML file to an empty project. What's the best…
Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other
Why does Windows.Media.Audio.AudioGraph has inferior resampling quality compared to Windows.Media.Playback.MediaPlayer ?
I'm working on a modulated signal generator that uses audio render as output. So far I tested two methods of output from my application to hardware: Windows.Media.Playback.MediaPlayer Windows.Media.Audio.AudioGraph My generated input data encoding…
Developer technologies | Universal Windows Platform (UWP)
Developer technologies | .NET | Other
string? vs string in C#
Hello, As you know, string can return null. What is the difference between string? vs string in C#? namespace ConsoleApp1 { internal class Program { static string? ReturnStringNull() { return null; …
Developer technologies | .NET | Other
Developer technologies | C#
.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…