Git with VS 2022 and SourceTree
Hi, Prerequisites: 1.Git installed in your machine. If not install it from :https://git-scm.com/downloads After config Git in command line: git config --global user.name "Your full name" git config --global user.email "Your full…
Developer technologies | Visual Studio | Other
How do I create .gitignore and .gitattributes in VS Code?
Hi, 1.The code in VS Code is in Maui Project in .Net 9. 2.I want to insert to Git this code like in this ticket: https://learn.microsoft.com/en-us/answers/questions/5651419/git-with-vs-2022-and-sourcetree 3.How do I create .gitignore and…
Developer technologies | Visual Studio | Other
Creating a mobile application that runs on MAC & Android
Henllo, please can I create a mobile application that runs on MAC and Android devices? If yes where can i get tutorials on how to get started? Thank you
Developer technologies | ASP.NET | Other
Arduino Joy Stick program that is supposed to draw lines on a Windows GUI app screen is not working
Hi Microsoft team I have a Arduino connected Joy Stick that Writes X and Y cordinate data to the Serial Monitor on Joy Stick Move , but when I read that data from a Windows GUI app in order to get it to draw on the windows GUI APP nothing happens …
Developer technologies | C++
MongoDB.Driver.MongoIncompatibleDriverException:
MongoDB.Driver.MongoIncompatibleDriverException using C# mongodb driver
Developer technologies | C#
How to fix Visual studio install fail issue on offline PC?
https://learn.microsoft.com/zh-cn/troubleshoot/developer/visualstudio/installation/set-up-vs-professional-2022-offline-machine?source=recommendations How to check fail log on offline PC for VS Professinal2022/2026 ? I have completed the install download…
Developer technologies | Visual Studio | Setup
i want to upgrade my visual studio 2022 to visual studio 2026
i want to upgrade my visual studio 2022 to visual studio 2026 without making a clean installation
Developer technologies | Visual Studio | Other
how to download .net upgrade planner
i have an application built in .netframework 4.5 (using vs2012) and i need to upgrade it to vs2022
Developer technologies | Visual Studio | Other
Connect .Net (4.6.2) to Dataverse using the Dataverse plugin
Hi Microsoft Tech Community, We have a Dataverse environment in our tenant, and I have its URL. I'm building a .NET application and need to connect it to Dataverse for data access. From the Learn docs, ChatGPT, and Copilot, it seems I need to use an App…
Developer technologies | C#
Request for official EOL/“manufacturer obsolescence” dates for Microsoft components (SBOM compliance)
Hi team, I need the official End‑of‑Support (EOL) / manufacturer obsolescence dates for Microsoft components to satisfy SBOM/compliance. Please confirm the authoritative way to obtain dates (and how to interpret “obsolescence” for Modern‑Policy…
Developer technologies | .NET | Other
Where has Outlook's TabSearchQuery IdMso gone?
I have an add-in that added a button in a custom group to the special tabset that appears when you use Outlook's Search. A few months ago it stopped working, i.e. my group and button no longer appeared on the TabSearchQuery tab. If I do not include an…
Outlook | Windows | Classic Outlook for Windows | For business
Developer technologies | Visual Basic for Applications
.NET MAUI - Camera View - Images Portrait
Hello, I'm using CameraView from CommunityToolkit.Maui.Camera, and I take photos that I display in another view. When I take the image with the iPad in portrait mode, the photo I took displays fine. I even save it to disk and display it later in another…
Developer technologies | .NET | .NET MAUI
Why is our coded Microsoft SSO, written in .NET 8 and implemented via AddMicrosoftAccount, now causing 404 errors?
We have a .NET application written in 8.0. For several months we've been using AddMicrosoftAccount for our Microsoft SSO after upgrading the program from the old .NET Framework 4.8. Several weeks ago we started receiving 404 errors in the Edge browser.…
Developer technologies | .NET | .NET Runtime
How do you fix Intellisense errors in a CMake project when Visual Studio is connected to WSL:Ubuntu?
I am running a CMake project in Visual Studio Community 2026 and it is connected to WSL: Ubuntu. It is running the Linux Debug configuration preset. WSL is running the gcc 15.1.0 compiler. My C++ code builds and runs fine but I get hundreds of…
Developer technologies | Visual Studio | Debugging
VS 2026 development of MAUI apps for mobile IS NOT POSSIBLE
This is a total mess - I just upgraded to VS 2026 community and .NET MAUI development is totally broken - it's not possible to install SDKs, it's keep failing with license acceptance error, of course I click "Accept" but it does not work. I…
Developer technologies | Visual Studio | Other
Unexpected Error with MapRouteFinder in UWP App
Encountering an issue with the Bing Maps in a Microsoft UWP app when attempting to render a path. An "Unspecified error" is returned when passing the following four waypoints to the Bing Maps API via the…
Developer technologies | Universal Windows Platform (UWP)
'net8.0-android' is out of support
Hi, What must be removed (on the project) due to this issue? The workload 'net8.0-android' is out of support and will not receive security updates in the future.
Developer technologies | XAML
Swagger AddSecurityRequirement Fails After Migrating from .NET 8 to .NET 10 — 401 Unauthorized on [Authorize] Endpoints
Hello Team, Hope you are doing well. I previously had a working Swagger configuration in a .NET 8 Web API project. After migrating the project to .NET 10, the existing SwaggerGen and security configuration no longer compile. Below is the original .NET 8…
Developer technologies | ASP.NET | ASP.NET Core
Run MAUI app
Hi, After having well built one MAUI app, how to run/test it?
Developer technologies | C#
Open a new file in memory from extension using custom editor
I am trying to open a new file (with .sql extension) in memory not in disc using a custom editor factory that I have implemented. IVsUIShellOpenDocument shellOpenDocument =…