SecureStorage on MacCatalyst
Hi, On MacCatalyst, I'm using SecureStorage but I'm getting the error "Error adding record: Missing Entitlement". I've tried to add this on my Entitlements on…
Developer technologies | .NET | .NET MAUI
"FATAL ERROR: Failed to initialize dispatcher with error 8ede002b" when starting VS Debugger on Raspberry Pi
I have an .NET8 app running on a 32bit RasPi, which I used to debug remotely from my Windows machine and all worked well until last week. All of a sudden, I get the "Failed to launch debug adapter." error message. When starting the remote…
Developer technologies | Visual Studio | Debugging
How do i permanently remove a module in vbaproject?
I've turned on developer option on the powerpoint. I've enabled VBA. The vba code is flawed, and i tried to remove and delete the module. However, it is still an apparent problem, and i have no way of fixing this issue.
Developer technologies | Visual Basic for Applications
Cannot install Visual Studio Professional 2022
Hello! I am trying to reinstall Visual Studio Professional 2022 after having some problems with it, but unfortunately running the installer does not work. I have fully uninstalled the previous version. There appears to be a single version of the .NET…
Developer technologies | Visual Studio | Setup
Responsive Power Apps
I have a Power App that currently takes up the entire screen, and I want the elements of my app not to lose their formatting when the browser size changes. I have a main container that fills the entire screen. Inside it, I have three more containers: one…
Developer technologies | Small BASIC

How to share a Windows MAUI custom config file from .NET8 to .NET9?
Hello We have a Windows MAUI application compiled .NET8 framework, works fine and is out. When we migrate app on development computer (Project properties -> Windows targets -> Target .NET runtime ->> change from .NET8 to .NET9) than app…
Developer technologies | .NET | .NET MAUI
How to fix error when using the HPC REST API; Getting ObjectDisposedException: Safe handle has been closed
We are attempting to kick off a HPC job via the REST API. When invoking a rest API to create a job in HPC, the job is created correctly the first time. Any subsequent API calls result in an error. The following logs have been pulled from the…
Developer technologies | C#
How to rectify the problem on vs code execution of a code.
when i open my vs code it doesn't executing code in vs code but same code running in eclipse.Why it is not working in vs code can you help to me.
Developer technologies | Visual Studio | Debugging
Can we redistribute the D3DCompiler_47_cor3.dll from Microsoft Direct X. Can we redistribute without a separate commercial license?
Hi, This is regarding D3DCompiler_47_cor3.dll, which is a Microsoft DirectX DLL. When we publish a .NET 8.0 application as a self-contained application, D3DCompiler_47_cor3.dll appears as a dependent DLL in the executable folder. Can this DLL be…
Developer technologies | .NET | .NET Runtime
How to fix a problem where an ASP.Net Core MVC application could not access data after it is published to IIS using VS.
I have developed an ASP.NET Core MVC application with identities. For development, I am using localdb, while for production, I have SQL Server Express. Initially, maybe, I had a version 13 instance when VS created .mdf database. Later on, I upgraded to…
Developer technologies | ASP.NET | ASP.NET Core

Custom MDM
Adding custom MDM to Azure AD ,set scope to all for my MDM and none for Intune ,And added discovery URL, terms page 1.Hash upload on Intune ,user assigned 2.During OOBE user screen appear after providing the password ,terms page open by accepting the…
Developer technologies | ASP.NET | ASP.NET API
Undefined symbol when calling AudioToolbox function in native C static library in iOS MAUI
Hi all, I'm integrating a native C static library (libmylib.a) into my .NET MAUI iOS project. The library exposes several C functions. One of them uses the VideoToolbox framework and works fine. Another function uses AudioToolbox, but causes a linker…
Developer technologies | .NET | .NET MAUI
How do I get recognition for my MCP I did many years ago and get new certifications and renew prior certifications
I have been doing many different things over the last few years and neglected my certifications etc. I am still working with C# and the MIcrosoft stack but now want to be "recognised" .My MCP ID is 3166406 How can I have my old courses…
Developer technologies | C#
Windows update causes VB6 app to fail when fetching data from Microsoft Access
I've got a VB6 program that I wrote years ago and continue to (enhance and) run today to help various local non-profits with projects. I started converting it to VB.Net a while ago, but it's still not complete. Six months ago the program suddenly got an…
Developer technologies | .NET | .NET Runtime
VBA access to SharePoint site fails on non-persistent permissions
Have a macro that conducts 2 types of operations with SharePoint: ADODB connection to perform CRUD operations on a SharePoint list, and FileSystemObject to map SharePoint document repository to c Drive temporarily to parse the file list for…
Developer technologies | Visual Basic for Applications
What's best practice for making the encodings module accessible to projects
I'm including Python in my project, but it cannot find the encodings module. Fatal Python error: Failed to import encodings module Some recommend setting PYTHONHOME as the solution. However, I'm not sure if this is the best solution, since I am not…
Developer technologies | C++
Option not supported for Encrypt and TrustServerCertificate
We can connect to MySQL in Workbench using SSL. When we update the code to use that connection in a secure way which passes a Fortify scan, we can't retrieve any data from it. If we remove both the Encrypt and TrustServerCertificate parts, we can get…
Developer technologies | ASP.NET | Other
Signature not printing in email
Hi, could someone please look at the following code and tell me why the signature is not displaying in the email. The email is creating and sending correctly with the 2 attachments but instead of a signature it is printing <html><body>…
Developer technologies | Visual Basic for Applications

Aspire in windows Not connecting to Docker Desktop on Mac M1
I have docker desktop running on Mac M1, and trying to connect to it from Visual Studio in Windows 11 inside Parallels. I am able to browse apps running in Docker from edge in windows with no issues. Aspire app out project is able to run the docker…
Developer technologies | Visual Studio | Debugging
Facing Problem In VS Code
Dear Team , I am not able to install python libraries like pandas , numpy and getting this error .. PS C:\Users\z0032wvy\Desktop\GOA_ISO> pip install pandas WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after…