How to remove the listView pressed/activated ripple drawable to the entire row
I have a listview like below to show the question and answers. <ListView HasUnevenRows="True" HorizontalOptions="FillAndExpand" ItemsSource="{Binding ItemsSource, Source={x:Reference this_flow_picker},…
Developer technologies | .NET | .NET MAUI
How do I get the bins from a purchase order line item from the Business Central APIs?
I have a C# app that calls Business Central APIs. I can use https://api.businesscentral.dynamics.com/v2.0/{{tenantId}}/Sandbox/api/v2.0/companies({{company_id}})/purchaseOrders({{PO}})/purchaseOrderLines?$expand=location to get more data about the…
Developer technologies | C#
Visual Studio 2022 Analysis Services Extension on Windows 11 ARM64 (Lenovo Snapdragon)
I recently purchased a Lenovo CoPilot+PC ARM64 Snapdragon Windows 11 computer. I keep getting an error when I try to install the Analysis Services Extension for Visual Studio 2022 (Microsoft.DataTools.AnalysisServices.vsix). Is there a workaround to be…
SQL Server Analysis Services
Developer technologies | Visual Studio | Extensions
Comment apprendre ASP .NET de A a Z
Apprendre ASP .NET du Debut a la fin, Model (creation avec association) controllers et synchronisation avec les views
Developer technologies | ASP.NET | ASP.NET Core
How to resolve
No matter how I try to install Visual Studio (straight double-click, run as administrator, offline installer from command line, command line in admin mode, etc), the installer launches, downloads something small once or twice, then shows the following…
Developer technologies | Visual Studio | Setup
I cannot disable Block Public Internet Access in the PowerBI Tenant
“Block Public Internet Access” greyed out in Power BI tenant settings – Admin rights confirmed Need to turn this off to enable Web Publishing.
Developer technologies | Windows Presentation Foundation
vb.net reportviewer render SSRS report print first page only
I have a windows form with a reportviewer component on it. I have the following code in VB.Net to print a SSRS report directly to a printer but it prints only first page only. Try doc = New Printing.PrintDocument() AddHandler…
Developer technologies | .NET | Other
Where is HybridWebView.js in NET10?
Hi everyone, I'm migrating a project to .NET 10 that uses HybridWebView to host a Vue.js application. In .NET 9, everything worked correctly, but in .NET 10, I'm unable to use the standard InvokeDotNetmechanism. Every time the Vue app tries to call a C#…
Developer technologies | .NET | .NET MAUI
How can I make screenshots and videos in the correct resolution from my game so that I can add them to the App Store?
I have already tried to make a short video from my game. My iPaid Air was connected to my MacBook Air and I have played my game on my iPad Air and simultaneously I recorded a video with the QuickTime player. The video has the following…
Developer technologies | .NET | .NET MAUI
Error when trying to access QuickGrid Component in Blazor WASM Application
Hello Microsoft Support, When running my Blazor WASM project, that serves as a front end to my ASP.NET backend, I have been getting repeated errors when trying to access the QuickGrid component through my browser. When running through Firefox, I have…
Developer technologies | .NET | Blazor
Is there a common .NET MAUI implementation for AccountManager / AccountAuthenticator?
Hello team, I have a question regarding authentication in .NET MAUI. On Android there are built‑in classes such as AccountManager and AccountAuthenticatorActivity that allow applications to create accounts, list them in system settings, and obtain…
Developer technologies | .NET | .NET MAUI
Adding a11y support in UWP JavaScript/React based app
Hi I am looking to add support for a11y/TTS in a UWP JS/React based app. I wanted to confirm whether the correct method for integrate with the screen reader would be adding aria attributes to the relevant components. If not what would be the preferred…
Developer technologies | Universal Windows Platform (UWP)
Issue to Web API
Hi, How to deploy Web API on the server and ensure it is able to process any concrete request from the client app?
Developer technologies | C#
Microsoft ICE issue with changing exposure
Using Microsoft ICE, (image composite editor), I am trying to accurately stitch 2D images of a soil core into 1 long photo. Sometimes it works perfectly, but I have noticed that ICE changes the exposure of my photos, and ruins the outputted stitched…
Developer technologies | Visual Studio | Other
.Net Maui Fatal Exception, probably while overring MyWindow.
Hey, I came across a fatal exception. My hint is that something is happening while overriding Window. This is my class where I inherit from Window. And in App.xaml.cs I ovveride it and returning MyWindow using as a parameter MainPage. I think that when…
Developer technologies | .NET | .NET MAUI
I want to review the code for several reports
I am researching a new report, and the reports listed below will serve as the foundation for it. To gain a thorough understanding of each report’s purpose, I would like to review the SQL behind each one, as this will provide the most comprehensive…
Developer technologies | Transact-SQL
How can I fix the Form Designer error "Illegal characters in path"?
Since I installed Visual Studio 2026 I keep having this problem where when I open a form the designer keeps giving me this error that doesn't specify what path has an illegal characters. I even tested if it's only for VS2022's projects, but even new…
Developer technologies | Visual Studio | Other
Microsoft.AzureAI - AI Foundry Resources (not just project in Studio)
Unable to Register Microsoft.AzureAI so I can use Prompt Sheild in AI Foundry via Code endpoints. Co-Pilot indicates that MS Support needs to enable this on my tennant/subscription. Create a support ticket does not filter me to request this to be done. I…
Developer technologies | C#
Need to update files installed by Visual Studio Workloads
I have about 50 VS developers that are seeing a vulnerability in some files that were installed by VS when adding the Mobile Development workload. I need to update these and cannot find if there is a process to update what gets installed when a workload…
Developer technologies | Visual Studio | Other
Git Functionality in Visual Studio 2022 Not Updating Status
When performing Git operations in Visual Studio 2022, such as committing, creating branches, deleting branches, or checking out branches, the Git interface does not refresh to display the latest status after completing the operation. Closing and…