An implementation of Visual Basic that is built into Microsoft products.
Sono spariti gli optionButton e CheckBox dal VBA!
Nel progetto di una userform nell'inserire OptionButton e CheckBox questi appaiono solo con la Caption ma la forma non c'è più! come posso risolvere?
Developer technologies | Visual Basic for Applications
.NET iOS compatibility with Xcode 27
Hi, I recently updated Xcode to latest version - 27. However, the current .NET iOS workload does not appear to support this version yet. While building my project, I received the following error - "This version of .NET for iOS (26.5.10318) requires…
Developer technologies | .NET | Other
Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.
How to get monthly order count by status in a Blazor Server application?
Hello, I am working on a Blazor Server application and need to find the number of monthly orders that are either completed or continue based on their status. I have a query that works for a specific year and status, but I need to refactor it to accept…
Developer technologies | .NET | Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Visual Studio code autocompletion
A problem that has been frustrating me about Visual Studio for some time. When writing something, say in C++ i write "std::un" and then press space it automatically pastes in for me std::unordered_map. And i hate this setting, i want this to…
Developer technologies | Visual Studio | Other
A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.
how to disassociate vba code from onedrive?
modle1 attempts to: ChDir "C:\Users\sthom\OneDrive\Wordle." i don't have a onedrive account. this code, which i did not write, causes my vba code to hang up while fixing errors in my code. to overcome this hang up i need to save and reload the…
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Unsupported Architectures during upload to store
Hi Context: I have an app for ios and android developed with dotnet maui. Normally during summer time the development stops and I pickup the development during the winter. I am doing the development and builds on a M2 MacMini in VSCode. I…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Why does the powerapps entries count stop at 100?
Hello, My Power Apps entries only count up to 100. I want the number to keep increasing since I've exceeded 100. I think the number should be correct. Is it logging the number of entries correctly? So why wouldn't the listed number be correct?
Developer technologies | Visual Basic for Applications
An implementation of Visual Basic that is built into Microsoft products.
Firebase Crashlytics not reporting crashes in .NET 10 MAUI application and startup crash with iOS linker settings
Hello @Anonymous , I am facing an issue while integrating Firebase Crashlytics into a .NET 10 / .NET MAUI 10 application using Plugin.Firebase 4.0.0. Background I successfully configured Firebase Crashlytics in one .NET MAUI application using the same…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
HOW TO ACCESS DROPBOX FILES
I would like to access my files stored in Dropbox from a NET MAUI app. Can anybody provide a tutorial or sample?
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Windows Store submitted app behaviour
Hi, We have submitted an uwp app to windows store 1.0.0 and from partner center we got the preinstallkit and we wrapped that and create a msi. This Msi is installed in a enterprise environment where windows store app is blocked. Now we release another…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
How to fix icon not showing in the title bar of a MAUI Blazor Hybrid application (Windows specific)?
Image of the title bar: Issue: icon isn't showing in the title bar of my application. Details: My project is a MAUI Blazor Hybrid. My project targets only Windows. My project is running .NET9. The icon is located at…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Windows WPF Kiosk Application – Platform and Local Storage Clarification
Hi Team, We are planning to develop a kiosk application for a touchscreen tablet running either Windows 10 or Windows 11. We would like to clarify the following regarding the recommended Microsoft-supported approach: WPF Kiosk Application - Can we…
Developer technologies | Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
Visual Studio Build Tools 2022: official catalog size and SHA-256 mismatch on two networks
I am preparing to install Visual Studio Build Tools 2022, but the official catalog payload does not match the size and SHA-256 declared in Microsoft's Release channel…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
How does one add an IPP printer to an msix app manifest file?
Our application serves an ipp printer at a url when installed. I want to add an IPP printer that points to that URL. We bundle the application using an msix installer. Is there documentation and examples on how this can be done when application…
Developer technologies | Universal Windows Platform (UWP)
A Microsoft platform for building and publishing apps for Windows devices.
My VS Code cannot compile properly, the compilation options are missing.
For some reason, all the compilation options in my VS Code are gone, and I can't invoke the compiler either. I've tried reinstalling VS Code, but it still has no effect. In the terminal, g++ --version can normally detect the compiler, and the system…
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
[Solution Found] Failure to install Microsoft.VisualCpp.Redist14 with Error 0x80070643 despite removal of previous VC++ distributes.
Here's a summarized version of my solution: Issue: Microsoft.VisualCpp.Redist.14 Installation Failing with Error 0x80070643 Symptom: The Microsoft.VisualCpp.Redist.14 installer fails during setup, exiting with Error 0x80070643: Failed to execute MSI…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.
.NET MAUI iOS Firebase Crashlytics Not Receiving Crash Reports (Analytics Working)
Hi @Anonymous I'm integrating Firebase Analytics and Crashlytics in a .NET MAUI application using: <PackageReference Include="Plugin.Firebase" Version="4.0.0" /> <PackageReference…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
I am facing a breakpoint/debugging issue in Visual Studio 2026 with a C# application that uses C++/CLI managed layers.
My application architecture is: C# application → C++/CLI managed layer → Native C++ code There are two C++/CLI managed layers in the solution. Breakpoints work correctly when debugging through one managed layer (Graphics managed layer), but breakpoints…
Developer technologies | Visual Studio | Debugging
A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
How should .NET MAUI handle Google’s new policy requirements?
Hi, I received new warnings from Google Play Console about my .NET MAUI Android app. Google requires higher obfuscation percentage and proper edge‑to‑edge rendering for Android 15 (SDK 35). 1.Our app optimization is below the required threshold. Please…
Developer technologies | .NET | .NET Multi-platform App UI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
Visual Studio Professional standalone & older Build Tools
Dear Support, I have a question regarding Visual Studio Build tools about its licensing. This is the scenario, we have a standalone installation of Visual Studio Professional license (no subscription), is it legally possbile to install Visual Studio…
Developer technologies | Visual Studio | Setup
The process of installing, configuring, and customizing Visual Studio to support development workflows across languages, platforms, and workloads.