How to shrink Disk partition (C:) further
"C drive will allow shrinking only for some extent as it contains the system files, so it used a huge space for it. so you were unable to shrink it, if you want to make changes in it you should perform a clean installation of the windows you set…
Developer technologies | Universal Windows Platform (UWP)
Guest user: Authentication every x hours (For API ) and works when opening via Sharepoint
When I authenticate using OAuth API and generate an acess token and then hit the get by shared url api, this give me { "message" : "There has been an error authenticating the request.", "error" : { …
Developer technologies | Small BASIC
Visual Studio Code Generator Hanging
I implemented a Visual Studio code generator that uses the Microsoft.VisualStudio.TextTemplating.VSHost.BaseCodeGeneratorWithSite in the Visual Studio SDK. When running in Visual Studio 2026, the following code hangs: var p =…
Developer technologies | Visual Studio | Extensions
Ios bundle identifier doesnt match distribution profile when publishing in visual studio insiders 26
The only distribution profile that I am able to create an .ipa file with is the one that has the wildcard bundle identifier. When I create a profile that has the correct Xcode bundle identifier when i try and archive it says the bundle id and profile…
Developer technologies | .NET | .NET MAUI
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
Visual Studio 2022 / 2026 - Manage Nuget Packages tool window - How can you change the color of the highlighted tab
Is it possible to change the color of the tab highlight when using the Manage Nuget Packages tool? I can't find any obvious selection in the Fonts/Colors settings of Visual Studio and because it's dark grey it's terrible contrast when using a dark…
Developer technologies | Visual Studio | Other
Do Azure resources stay live after Legacy Gold expires?
I've got some cloud services running within a couple different Visual Studio Enterprise subscriptions. The subscriptions were obtained in the past as a Legacy Gold benefit. The Legacy Gold program will expire soon, without possibility to renew. After…
Developer technologies | Visual Studio | Other
visual studio community version 2022 is not available to download
my students need to install 2022 for a project it needs 2022 and haven't been updated for 2026 yet and there is no place to get the 2022 community version installer and its not available in the installer as well
Developer technologies | Visual Studio | Setup
Run MAUI app
Hi, After having well built one MAUI app, how to run/test it?
Developer technologies | C#
ASP.Net app can't see new Oracle client
I have an old (Developed in Visual Studio 2010) web application that pulls data from Oracle using the (depricated) Microsoft client. The current installation uses the Oracle Client 12. Central IS wants us to upgrade due to a Java exploit. I now have the…
Developer technologies | ASP.NET | Other
How to use multiple DLLs with the same name
Years ago I built web apps on my local box, and copied the ASP.NET files over to our web server. This included creating a bin directory, and placing the needed DLLs there. Everything runs great. Now, years later, I'd like to add a new app, and use much…
Developer technologies | C#
Not able to report a problem in developer community. Geting error. Attaching screenshot.
Hi, I am not able to report a problem in developer community. I am getting below error. Here is the screenshot. Tried several times. Error message: "Sorry, we couldn't send your report, because the server connection timed out. Please retry now or…
Developer technologies | Visual Studio | Other
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
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
Microsoft To Do Graph API: PATCHing recurrence returns “Invalid JSON, Error converting value … to type 'Microsoft.OData.Edm.Date'”
Hi team — I’m hitting a repeatable issue when PATCHing the recurrence of a To Do task via Microsoft Graph. Endpoint: PATCH https://graph.microsoft.com/v1.0/me/todo/lists/{list-id}/tasks/{task-id} What I'm sending (sanitized): { …
Developer technologies | .NET | Other
Debugging on my iPad Air is not working in Visual Studio Community 2026 after updating to version 18.1.0
Debugging on my iPad Air is not working after updating to Visual Studio Community 2026 version 18.1.0. In addition, I have tried to open my application manually on my iPad Air but it always crashes 1 second after launch. Debug Address: 127.0.0.1 Debug…
Developer technologies | .NET | .NET MAUI
Visual Studio 2026 - Prevent output from showing 'Tests" while debugging
Hello Visual Studio 2026 is having a anooying behaviout that makes it impossible to debug anything eficiantly. When debugging the output ALWAYS jump into "Tests" even when not debugging a UniTest. Then i change i back to "Debug" and…
Developer technologies | Visual Studio | Debugging
deployment via Vs code
Hello Team, I have Python(Pandas+ Pyspark) script in mircosoft fabric. I want to deploy the this code in VS Code and try to run this script. Already i have created the virtual environment and loaded the all the libraries related to Python(Pandas +…
Developer technologies | Visual Studio | Other
Removing Selection Indicator from CollectionView on Windows in .net maui
I need to remove the selected item indicator from collectionview in .net maui on windows platform. I tried overriding some colors in the App.xaml under the windows folder but it is not working. Could you help me please to solve the issue? Thanks
Developer technologies | .NET | .NET MAUI
Visual Studio 2026 usually locks up when opened
I've been using the Insiders version for a while without any issues but since installing the release version it locks up when I start it and I have to start Task Manager to shut it down. If I run it again it's usually OK. I tried uninstalling it and…