Proper interpretation of Azure Advisor's recommendation 'Add missing indexes to your Azure Cosmos DB container'
Hello, I have an Azure Cosmos Db set up. Recently I've got an Azure Advisor's recommendation to add some indexes to the database: Add missing indexes to your Azure Cosmos DB container Potential Indexes - "/someField1 ASC","/someField2…
Developer technologies | C#
Can I use getManufacturerSpecificData in StartDiscovery in .net android?
how to use getManufacturerSpecificData in StartDiscovery not StartLeScan?
Developer technologies | .NET | .NET MAUI
C#, .NET, How can I make a code generator download when my NuGet package is installed?
csproj, Engine: <Project Sdk="Microsoft.NET.Sdk"> …
Developer technologies | C#
How do I run a new command in Visual Studio after saving a file?
I followed the instructions for the module but I got lost as I did not know how to run a new command in Visual Studio. I want to know how do I run a new command after saving a file in Visual Studio. Visual representation on how to go about the issue…
Developer technologies | Visual Studio | Setup
Confirm For ECCN For Visual C++ Redistributable / Microsoft Visual Studio Redistributables / VC++ Runtime Dlls
Hello, here I want to confirm the accurate ECCN info of below Microsoft Software Products: Visual C++ Redistributable for Visual Studio 2010 SP1 Visual C++ Redistributable for Visual Studio 2012 Update 4 Visual C++ Redistributable for Visual…
Developer technologies | C++
Conditional Access Not Triggering in Azure AD B2C
Hi , I’ve successfully implemented all my main Azure AD B2C flows for user migration— including custom password reset, MFA with authenticator app (via TOTP), user migration with just-in-time logic, and sign-in / sign-up orchestration. Most core flows are…
Developer technologies | C#
StoreContext.GetAppLicenseAsync() returns false for active subscription in MSIX CLI
I'm building a WinRT CLI wrapper in C# that checks if a user owns an active Microsoft Store subscription add-on. This CLI is called from an Electron + React.js app using command-line arguments and returns true or false depending on the license…
Developer technologies | C#
StoreContext.GetAppLicenseAsync() returns false for valid Microsoft Store add-on subscription in MSIX CLI wrapper
Hi all, I'm currently building a WinRT CLI wrapper in C# to integrate with my Electron + React.js app stack. The CLI allows Electron to check if a user has an active subscription for a Microsoft Store add-on, using its Store ID. Electron calls this…
Developer technologies | C#
How do i install a click-once application from the browser
For many years I have been developing and updating an application in VB.Net using 'click-once' in VS. I have only been able to install it using FireFox. Recently (since about a week ago) I have been unable to install or upgrade the application. There…
Developer technologies | VB
How to fix visual studio catastrophic failure in SolutionBuildManager.cs
Just suddenly the visual studio is not able to save the changes to some of my files. And is just reporting following, if I try to compile the code: Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED)) [HrBeginSlnUpdate @…
Developer technologies | Visual Studio | Debugging
Not getting purchase information of subscription
I'm using the windows_iap package for implementing in-app purchases in my Windows Flutter app. However, whenever I run the app or create an MSIX package and check for purchases, I consistently receive empty results or messages indicating that no purchase…
Developer technologies | C++
How can I download Visual Studio 2017 or 2019
I am trying to run the plug-in OpenFrameworks and cannot access it with the extension plugin in Visual studio 2022. Am I missing something or is there a way to download an older version of Visual Studio that can access the OpenFramworks plug in.
Developer technologies | Visual Studio | Setup
Expression in RDLC row group to sort on other field
Hi Gurus, I have a rdlc report that has a group on one of the fields. I pass a parameter to the report which is used to specify sorting on another field but keeping the current grouping. Under Group Properties> Sorting I entered the following…
Developer technologies | VB


How to write an entry to the Windows Security log shown by Event Viewer
A customer has engaged us to write a piece of software for them that can post entries to the Windows Security log in the Event Viewer (as opposed to the Application log). They're mostly a VB shop. With VB writing to the Windows Application log is…
Developer technologies | VB
OpenEventLog returns RPC_S_SERVER_UNAVAILABLE on Windows 24H2
We have a tool that parse data from the eventlog. However this has stopped working to access remote servers when run Windows 24H2 machines, with either of the following errors: RPC_S_SERVER_UNAVAILABLE RPC_X_BAD_STUB_DATA The following application…
Windows development | Windows API - Win32
Windows for business | Windows Client for IT Pros | User experience | Other
Developer technologies | C++
my profile picture updated everywhere excepts visualstudio.com -board
I have tried every possible way but got no success
Developer technologies | Visual Studio | Setup
I cannot contact Visual Studio support.
I am trying to get assistance from the live chat support for installation at the following link. Despite my repeated attempts since last week, I have never received any response. https://visualstudio.microsoft.com/vs/support/
Developer technologies | Visual Studio | Setup
How to bypass the default language service when opening the .sql file
I am trying to associate my language service when opening .sql file but it is connecting the default lang service also showing these tool menu and I don't want to show these tool menu i have my custom tool menu for that but with .pls etc i am able to…
Developer technologies | Visual Studio | Extensions
VB Anonymous Delegate
Hi My app has a new item when seen in IL DASM: VB$AnonymousDelegate_0 The older builds didn't have this; how can I find which code caused this entry to be added inside assembly that is shown in IL DASM? Thanks :)
Developer technologies | VB
Extension could not be found during debugging
I am writing a Visual Studio extension, and when I build it is telling me that the extension is not installed, so I cant build why? This extension works fine on another PC and I can debug it, but not on the PC I am trying to work with. Extension…