Does Autofac last version supported in maui 9 on mac
Hi, Does Autofac last version supported in maui net 9? ,thanks
Cursor pagination for query based full-text search
I need to implement cursor based pagination on an endpoint which accepts a search query. The problem is that since rows will be ranked based on a relevance score derived from a full-text search in natural language, IDs won't be sequential. Does anyone…
Playing Video in WPF
Description : I have a WPF Project with one Main Window under main window multiple tab item each tab item i binded with user control(Separate xaml)In user control i tried to play one video using MediaElement control... Project Setup: Project that target…
Playing Video in WPF
Description : I have a WPF Project with one Main Window under main window multiple tab item each tab item i binded with user control(Separate xaml)In user control i tried to play one video using MediaElement control... Project Setup: Project that target…
How to Save a WPF DataGrid Back to Database after Editing
Hi, I am wondering if theirs a way to save a updated Line from WPF DataGrid back to Database . I don't Know the best way to do this without going back to WinForms Apps. I would like to use WPF, any help would be appreciated.
How can I show image in html markup and dynamic set size relative size of monitor ?
I work with ASP.NET MVC project. How can I show image in html markup and dynamic set size relative size of monitor ? I show image on web-page, but I have case when image size more then monitor size and I need use scroll so see image. I can fix trouble…
How to fix MyDell attempting to use EOL/Unsupported .NET 6
I am receiving Qualys vulnerabilities alerts due to assets having "EOL/Obsolete Software: Microsoft .Net Version 6 Detected" I removed .Net 6.0.36 from a test asset and resolved the vulnerability. After restarting my device, I receive the…
how to use .a file in .net ios?
I am using .net ios. what should I do next? I am not using xamarin.ios and maui. I am using .net ios.
Cannot Pair To Mac Outside Local network
I'm trying to set up a mac mini in a remote location so that I can pair to mac in Visual Studio 2022. Everything works fine when I'm in that location and on the local network, but when I leave and try to connect via an ip address, I get a "Couldn't…
how to reset page in .NET 9.0
Previously, we were resetting like this: void Reset() { (Application.Current as App).MainPage.Dispatcher.Dispatch(() => { (Application.Current as App).MainPage = new AppShell(); }); } How can we do the same thing in .NET 9.0,…
Get Default Display Settings stored in registry
Documentation for ChangeDisplaySettings says passing null DevMode and 0 flag will revert the monitor to the default setting stored in the registry settings. How to check what the current default setting stored in the registry is before the call?
When running MAUI app in .net 9 in debug it works but without debugging is not
Hi, I moved from maui app in .NET 8 to .NET 9. The project build but n debug it works but without debugging the login page is not opened. I checked all nugets packages and moved to last. ================================ <ItemGroup> …
Handler "aspNetCore" has a bad module "AspNetCoreModuleV2" in its module list
I launched an app programmed in .NET Core 6 and React.js (with Vite.js) with Visual Studio, using the VS publish option and selecting the option Self-contained. This app uses the framework .NET 6. The computer where I programmed has installed several…
VSCode debug dotnet: You may only use the Microsoft Visual Studio .NET/C/C++ Debugger (vsdbg) ...
I downloaded the Visual Studio Code for Mac, and use it on my Mac. Created a dotnet project and try to debug it, but I got this error message and the debugger cannot start: You may only use the Microsoft Visual Studio .NET/C/C++ Debugger (vsdbg) with…
Getting AvailableBytes of memory and PercentIdleTime of CPU from a remote servers with error
I am creating an ASP.NET MVC web app to query a list of server resources like Disk Space, RAM and CPU using WMI classes. Everything worked as expected from my local development environment. All the queries are called using a user account with Admin…
Error "400 Bad Request - Request Header Or Cookie Too Large" in ASP.NET MVC Application with AzureAD Authentication
Hello, We are experiencing an issue with our ASP.NET MVC application that involves multiple iframes. Each iframe embeds the same application, which may be hosted on different domains. Authentication within each iframe is performed using AzureAD. When the…
Microsoft.Extensions.Logging.Log4Net.AspNetCore supported in .net 9 ?
Hi, Does this pack supported in .Net 9 ? <PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="8.0.0" /> Thanks,
Payload contains two or more files with the same destination path 'xxx.pdb' when publishing trying to create a MSIX package
Hello, I'm following these instructions: https://learn.microsoft.com/en-us/dotnet/maui/windows/setup?view=net-maui-9.0 I'd previously tried Geralds command line build but that failed and led me to the article above. I imagine its still pretty new but if…
Attempting to register a 64-bit Enterprise Architect DLL with built-in windows
Hello, I am attempting to create a 64-bit DLL as an add-in for Enterprise Architect. However, in order to do what I need it to, I have to include some form of additional window. Is there any possible way to add in these extra windows in a way so that…
Unable to Post a Message to Teams Channel with Graph API Client + C#
Hi, We are trying to post a message to teams channel, with Channel.SendMessage delegated permissions. And here is the code snippet. var options = new OnBehalfOfCredentialOptions { AuthorityHost = AzureAuthorityHosts.AzurePublicCloud, ``` }; var…