Content
Invoke GET Mehod in Dialog modal doesn't work with Radzen Blazor
Hi, I tried to invoke get method in modal dialog that doesn't work. I have implemented many-to-many, it's ok I put the button in each line of the datalist the method in controller it's ok. <EditForm Model="@dev"…
Why "Choose toolbox items" window fail to load items and makes Visual Studio 2022.7.1 restart
I recently updated my Visual Studio 2022 to version 17.7.1. The problem is that when I right-click the Toolbox to select 'Choose Toolbox items' window appears for a moment, then Visual Studio just restarts without indicating anything. I am using windows…
No compatible code running on the thread
I hit F5 and receive error "No compatible code running on the thread" https://github.com/proficad/MauiApp2.App
Currently using Visual Studio 2022 for my vb.net windows form app and the designer fails to load at "Loading Designer...You can continue working while the designer is loading in the background"
I'm currently using Visual Studio Community 2022 17.7.1 and .NET 6.0
How to use [HttpPost], [HttpGet] in ASP.NET Core Web API
Hi, I'm trying to build my app with Web API, but I just don't understand how it works, I read the Microsoft Learn but couldn't figure it out. and I can't run my project. "ValuesController.cs" : …
When will NET 8 be available on Azure App Services?
When will ASP.NET 8 be available for use on App Services, even as a preview please? We've been using 8 for a while in VS2022 Preview and need to start testing in a live environment (away from VM's!).
IdentityUser and AspNetUsers
Hi Houston, I've got a problem! I've implemented a Seed Data functionality, but the data isn't getting recorded in the database. I checked the console's return text and found this: "INSERT INTO [IdentityUser] ([Id], [AccessFailedCount],…
Duende.Identity vs Microsoft.Identity
Hi, I ran my Hosted Blazor WebAssembly (v6.x) with the account manager, and I checked the console. There was a message indicating that I am using Duende.Identity without a license! But why was my project built with these services? Until now, my projects…
load XML TO SQL Server table
I created the table and want to load alim_2020_07_07.xml to ALIM CREATE TABLE [dbo].[ALIM]( [alim_code] [int] NOT NULL, [alim_nom_fr] [varchar](20) NOT NULL, [ALIM_NOM_INDEX_FR] [varchar](50) NOT NULL, [alim_nom_eng] [varchar](50) NOT…
What is the best technology for creating a Cross-platform App (Web,Windows,Mobile) ?
I'm using C# WPF on .NET Core 6 and my app connects to SQL Server database, I am really confused about what technology to choose for my program! becuase of these links…
How does the MAUI app about Android Channel implement automatic clicking at any coordinate of a given screen
I am facing such a need, I want to use the MAUI app to operate my phone. Of course, this process involves clicking, swiping, and finding the right place to operate. My intention is to use opencv to locate the specified operation position by means of…
Why does .net6 webapi not support single request parameters when post calls?
Hi my name is Johanbin who works as a developer in Korea. I had a question in my work. Why does .net6 webapi not support single request parameters when post calls? Of course, due to the design of serialization and de-serialization in model binding, post…
WPF.Toolkit IntegerUpDown throwing Visual Studio visual designer error: Could not load type 'System.Int32?' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. 114
Since updating to Visual Studio 22 and Windows 11, loading my project produces the above error in my WPF user interfaces when using InterUpDown or DecimalUpDown user controls. The Project builds and runs successfully, however. I have tried re-loading…
Why does EF not like this assignment?
I have the class: public class Event : IAuditTrail, IPrimaryEntities, IDisableable { public int Id { get; private set; } public Address Address { get; set; } // ... } public class EventConfiguration :…
JsonPatchDocument problems with Minimal API in .NET6 / 7 parameter Json problems
truggling to get MapPatch to work with minimal API and JsonPatchDocument. The result when passing in a valid json PATCH object is always 'Failed to read parameter "JsonPatchDocument patchDocument" from the request body as JSON' and 'The JSON…
.Net Maui unresolved error
Hi Friends has anyone received this error or know what the problem is? Do you think I may have a corrupt file? Error MAUIG1001 An error occured while parsing Xaml: Name cannot begin with the '<' character, hexadecimal value 0x3C. Line 18, position…
Error creating Planner Task Checklist with graph API
I'm unable to create checklist items using the graph API. I keep getting the error: Exception of type 'Microsoft.Graph.Models.ODataErrors.ODataError' was thrown. public async static Task<PlannerTaskDetails>…
How can i deploy my custom fonts with my Hybrid (Windows Form & WPF) C# setup?
I currently created a Desktop Hybrid C# project which its User Interface is using Fonts that are not available in my Users Computer, Using Advanced Installer i created the setup and after running the setup on another machine i found the fonts missing…
Como hacer CRUD de tablas relacionadas con Patrón de Repositorios y Dapper
En curso reciente de C#, el profesor nos explicó cómo desarrollar proyectos asp.net con MVC, Patrón de Repositorios y Dapper, intento replicar lo mismo para mis propios proyectos y me encuentro con el obstáculo que tengo tablas relacionadas 1 a 1 y el…
Xamarin forms to MAUI migration issues
I have tried to migrate my Xamarin Forms app to MAUI using .NET 7 using the upgrade assistant extension in visual studio. First I migrated the solution, then android and finally the iOS projects. (Is this workflow correct?) After that I have deleted the…