13 questions avec des balises liées à C#
Trier par : Mis à jour
Issue while trying to create create a template component in MAUI XAML
Hello I am currently trying to create a component that will be like a template used by other. I wanted to create a component that render a text and can render child given in the xaml code. Here is the code: <?xml version="1.0"…
Graph API me/photo$value : Acessing service failed
Hello, I am getting an "Acessing service failed" when trying to retrieve the photo of a profil. the permission on the application are : GroupMember.Read.All, delegated, admin consent User.Read,…
How to programatically restore desktop wallpaper to Slideshow and Windows Spotlight mode?
Context I have a console application in .Net 6 C# that changes the current user's desktop wallpaper to an image for a given time. I backup the current wallpaper configuration of the user by reading the registry. At the end of the givent time, I would…
Comment afficher les traits entre les lignes et les colonnes d'une Grid .Net Maui et son contenu utilisant BoxView?
je veux dessiner une grid ligne par ligne et colonne par colonne avec C#. pour la 1ere ligne creer les traits entre les differentes colonnes et les noms des colonnes sont apparus par contre le contenu du tableau n'est pas apparu , seulement les traits.…
Comment utiliser une base de données centralisée pour une application Windows en C#?
Bonjour cher Membres du Forum Mecrosoft! Je suis entrain de développer une application Windows (WinForms) de gestion des universités avec c#, c'est une application qui est beaucoup complexe parceque c'est une application Multi-utilisateurs, Je souhaite…
Directive using not working with blazor project
Hello. In my blazor Web Assembly app, I have the following structure (simplified to the useful ones, see below). I want to make reference in (APP.Client)/Pages/_import.razor to APP.Components.Pages.MyPage for using its class from…
How to make Visual Studio extension code examples (VSIX) compatible with Sql Management Studio ?
Hello, I have the same problem as this topic: https://stackoverflow.com/questions/74953463/extending-a-code-completion-completionsourceprovider-for-sql-server-management I've read that the visual studio text editor and ssms are based on the same…
How to solve error : The key {#} was not found in the key ring.
Hello, I use The IDataProtectionProvider using protect and unprotect using dpai. I check the key using unprotect each week when I restart my windows server and everything is fien overall but randomly after reboot I got this message…
Connection de L'API REST de sharepoint online à une application Web fait avec Blazor
Je crée une application web avec le framework Blazor, je veux pouvoir effectuer des opérations CRUD sur une liste sharepoint grace à l'API REST de Sharepoint online. Je veux savoir: Comment gérer l'autorisation d'utiliser l'API par mon application …
How to close the dropdown from DateTimePicker without selecting any date?
How to close the dropdown from DateTimePicker without selecting any date? Visual studio, .NET, C#, WinForm. Within the code, I have to interact with the user, I'm in the DropDown event of the DateTimePicker, to my question he has to answer yes or no, if…
Erreur CS0029 Impossible de convertir implicitement le type 'string' en 'String'
Hello, J'utilise VisualStudio 2022 et .NET 8.0 (mais le problème est le même avec .NET 6.0 ou .NET 7.0). Le code ci-dessous génère l'erreur CS0029 Impossible de convertir implicitement le type 'string' en 'String', au niveau de k.Name. Si je remplace…
dotnet cocoa modifier UI depuis un thread secondaire ?
Bonjour. J'écris une application cocoa en C# avec Visual Studio for Mac 17.6.3. Certaines méthodes effectuent de longs calculs, et j'aimerais afficher l'avancement de ces calculs. Je trouve plusieurs solutions sur Internet, mais qui s'appliquent à VDS…
Access to XMLHttpRequest at 'https://app-api-stg-01.azurewebsites.net/purchaseDelivery/56' from origin 'https://app-ui-stg-01.azurewebsites.net' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
when i need to add new user or change something in my application give this erreur in server Access to XMLHttpRequest at 'https://app-api-stg-01.azurewebsites.net/purchaseDelivery/56' from origin 'https://app-ui-stg-01.azurewebsites.net' has been…