4,145 questions with Developer technologies | .NET | Other tags
the Graph API is only returning 50 records regardless of the TOP parameter setting
In the Graph Explorer, I am trying to get detected apps, but it does not honor the TOP parameter. I have tried different iterations of this, and none seem to actually work. There is no error, but it only ever returns 50 records. Is this a known issue?…
Developer technologies | .NET | Other
Issue with Python Visuals in Power BI Embedded (.NET Core)
Dear Team, I am facing an issue with Power BI Embedded reports in a .NET Core application. The report contains Python visuals, which work correctly in Power BI Desktop and Service, but they do not render when the report is embedded using the Power BI…
Developer technologies | .NET | Other
Could not load type 'Microsoft.EntityFrameworkCore.Metadata.Internal.AdHocMapper'
I'm using .NET 8.0, Entity FrameworkCore 9.0.2, MySql.EntityFrameworkCore 9.0.0 and when I try to get data from the database I get the following error. How to resolve this problem? System.TypeLoadException: Could not load type…
Developer technologies | .NET | Entity Framework Core
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | .NET | Other
so client services cannot consume the wcf if thry are in different frsmeworks?
As long as we use .net Framework we can continue with WCF ...but when it comes to .NET Core and .NET 5+, hosting WCF services is not supported because the server components were never implemented outside of the .NET Framework. While client libraries for…
Developer technologies | .NET | Other
Can we continue using WCF or should we modernize. Can you provide the details on why we need to modernize?
Can you provide more details on whether we can continue using WCF and continue developing WCF. Whether modernization is required ? if so why?
Developer technologies | .NET | Other
Bot channel commununication not working properly
TeamChannelData Class didn't give back the provided information from the Microsoft Learn website: https://learn.microsoft.com/de-de/dotnet/api/microsoft.bot.schema.teams.teamschanneldata?view=botbuilder-dotnet-stable See attached screenshot of the not…
Developer technologies | .NET | Other
Unable to enable .Net Framework 3.5 with error 0x800700C1
I am trying to run my Sims3 game, but when I attempt to launch it, I get a Windows Feature pop-up that says that .Net Framework 3.5 cannot be installed with error 0x800700C1: I then try to enable the .Net Framework 3.5 by checking the boxes in the…
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
Which versions of .NET are under a eula instead of an open source license?
When did .NET change to being fully open source? I think earlier versions were under a mix of licensing but now it is MIT/Apache-2.0? Moved from: Microsoft Partner Center | Other
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
WCF can be continued in .net framework 4.8.1? Why we need to migrate to gRPC or CoreWCF?
I have WCF in my project. I am using .net framework 4.8.1. Does WCF server hosting is not supported in .NET Core or .NET 5+? Does Client libraries for WCF exist in .NET Core (so you can consume WCF services), but hosting WCF services is not possible…
Developer technologies | .NET | Other
Heap Corruption after using CfUpdatePlaceholder
I can reliably crash .NET and C++ packaged applications (MSIX) on Windows 11 24H2 with Heap Corruptions, when updating Cloud Filter mini-driver placeholder files using CfUpdatePlaceholder. Repro: https://github.com/iterate-ch/CloudFiles-HeapCorrupt The…
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
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
The microsoft learn .net editor is not appearing, how can I fix this?
I have started doing the freecodecamp and microsoft C# course, and for a bit, the .NET editor appeared, but when i started doing the unit on strings it disappeared. I have tried all previously recommended troubleshooting issues (refreshing, turning of…
Developer technologies | .NET | Other
Why are there variables of interface type, in c#
private ICollection<Resistor_Info> _resistorlist; “ICollection” Can be a type?
Developer technologies | Windows Presentation Foundation
Developer technologies | Visual Studio | Other
Developer technologies | .NET | Other
Developer technologies | C#
trying to create a new developer tenant, but it is saying I can't because I had one under my former company using my personal phone
I am trying to create a new developer tenant, but it is saying I can't because I had one under my former company using my personal phone. How do I disassociate my personal phone with old developer account so I can create a new one separate from former…
Developer technologies | .NET | Other
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
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
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 | ASP.NET | Other
Developer technologies | C#
Developer technologies | .NET | Other
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…