my website main menu is not working how i can fix it main while it shows skip navgation links
my website main menu is not working how i can fix it main while it shows skip navigation links in above of main menu
![](https://techprofile.blob.core.windows.net/images/BShhHLCLI0-r4Esm5bkqDQ.png?8D8B44)
Powertoys Text Extractor is not working on Windows 11, how to fix it?
After update Power toys, The Text Extractor is not working on Windows 11
How to use a blazor server app with a web api for authentication?
I've search the web for a simple tutorial for this but I can't seem to find this exact scenario. I have the following projects: WebApi This is a standard .NET 8.0 web api with individual accounts authentication. I've created everything using the…
Capturing Intermediate Output in C# PowerShell CmdLet using yt-dlp
How can intermediate status messages be displayed to the user and logged while executing the yt-dlp command in a C# CmdLet? I've created a System.Diagnostics.Process to execute yt-dlp, but I need to provide it access to the console for real-time output,…
![](https://techprofile.blob.core.windows.net/images/c16866ad6ce74b5db35876d6e736f077.png)
![](https://techprofile.blob.core.windows.net/images/c16866ad6ce74b5db35876d6e736f077.png)
Web deployment task failed from visual studio using profile
i am getting this error while deploying blazor server app Severity Code Description Project File Line Suppression State Error Web deployment task failed. (Could not complete the request to remote agent URL…
Can I set Label to one color in MAUI?d
can I set Label to 1 color only has black and white? not 16 colors not 32 colors but only 1 color? what I want to do is to capture it and read it's pixel.
IIS MVC web app gets 404.0 error when opening first view page
I built an MVC web application (about a dozen view pages) that is working fine when run from the VS.net 2019 designer IIS Express, but when I deploy the app to local IIS and run it, I get error... HTTP Error 404.0 - Not Found The resource you are…
No templates or subcommands found matching: 'blazorserver'
Question Under "Create Blazor components" Section There is a dotnet command for creating a Blazor app by using the blazorserver template in CLI, it doesn't work anymore. The command is below: dotnet new blazorserver -o BlazingPizzaSite -f…
![](https://techprofile.blob.core.windows.net/images/tQuH_oLpXky4jpt1cVeeqw.png?8DC558)
How to use Co-Pilot via API
Hi, I am trying to figure out if it is possible to query co-pilot and grab the generated answer via api. What I mean by this is for example say in Jira or any Ticketing System that can make calls to an API is it possible to make a call to co pilot…
How to run .NET 8 console app on Azure Batch Node?
I am trying to run a custom .NET 8 app on Azure Batch Node. To do that, I need get the corresponding .NET runtime installed on the target node. While researching this problem, I found the following possible solutions: Use custom image with…
I'm experiencing problems with EF and SQL Server when running on Azure Webservice. The same code runs fine from VS with same db.
If I turn debugging on and connect my VS to the process, the error doesn't occur. Also I can run the code just fine from Visual Studio towards the same database. I do not Lazy Load. All Queries ens with ToFirstAsync() or ToListAsync() and has a Select to…
![](https://techprofile.blob.core.windows.net/images/MxBLrky2rESG0hes4GqOKQ.png?8D92C1)
Can't publish new PowerShell binary module as it can't find the module
I'm trying to publish a new module to the PowerShell Gallery with publish-Module -name WillPittenger.Goodies.PowerShell.JSON -Repository PSGallery -NuGetApiKey ~~_____~~. I'm getting the error "Publish-Module: The specified module…
![](https://techprofile.blob.core.windows.net/images/c16866ad6ce74b5db35876d6e736f077.png)
![](https://techprofile.blob.core.windows.net/images/c16866ad6ce74b5db35876d6e736f077.png)
In my Maui project, sometime the scroll event stop/stuck as using mouce or touchpad.
In my Maui project, sometimes the scroll event stops or gets stuck when using a mouse or touchpad. The user cannot scroll the page, modals, or anything else. Instead, it scrolls using the scrollbar. Why is this happening? Can anybody assist me? I don't…
In my Maui project, sometime the scroll event stop/stuck as using mouce or touchpad.
In my Maui project, sometimes the scroll event stops or gets stuck when using a mouse or touchpad. The user cannot scroll the page, modals, or anything else. Instead, it scrolls using the scrollbar. Why is this happening? Can anybody assist me? I don't…
Blazor Web Assembly with Azure AAD and Custom authentication Login
I want to implement two authentication mechanism in my Blazor web assembly application (Azure AD and Custom Authentication). i.e. User can either login via Azure AD or he can go for Custom Authentication. When I register both Custom…
how to reset the button background color in android?
in android. I create Button and set BackgroundTinitList then it can not reset background. how to reset it? I have tried button.BackgroundTintList=null; button.Background =newButton.Background; it can not too;
.NET MAUI WebView VerticalScrollBar Windows
how to hide the vertical scrollbar in the webview in windows?
![](https://techprofile.blob.core.windows.net/images/px_1JA1GFUKorbjqirrY3g.png?8DB2BA)
[MAUI][iOS] Library not loaded: @rpath/libHarfBuzzSharp.framework/libHarfBuzzSharp after updated to .NET 9.0
I'm encountering a runtime error on iOS when running my .NET MAUI application after updated net from 8.0 to 9.0. Library not loaded: @rpath/libHarfBuzzSharp.framework/libHarfBuzzSharp Environment Details: .NET MAUI Version: 9.0 iOS Version: 18.2 …
How to share session between framework 4.8 and .net with YARP
I realise there is plenty, plenty, of documentation/videos/help but nothing is helping me get past the very basic act of sharing session even though I see it work in the "UpgradeSample-main" example project. I'm finding resources are often…
How to get the call-id in Microsoft Teams?
Is it possible to get the call-id from a running Teams call? I should get call details from https://graph.microsoft.com/v1.0/communications/calls I want to use the call-id here: var result = await…