How to automate Visio Import to build Org Chart
I am trying to make it easy to refresh a Visio Sup Org when data in the linked Excel is Refreshed. The refresh button updates the data but not the structure and the only way I've noticed that creates a new structure is by using the import button. Is…
Developer technologies | Visual Basic for Applications
What is Best Practice for Passing a complex viewmodel from a View to the controller?
I have a view form with a complex VM, and it allows the end user to see dozens of data items in various text boxes (as many as 40). At some point, the user will want to update one or more of the textbox data points, so when the model is modified in the…
Developer technologies | C#
Microsoft Access Duplicate Button stopped working with windows 11
Duplicate Button = Command44 (Used to work with Windows 10, Not working with windows 11) On Click = Event Private Sub Command44_Click() On Error GoTo Err_Command44_Click DoCmd.DoMenuItem acFormBar, acEditMenu, 8, , acMenuVer70 DoCmd.DoMenuItem…
Developer technologies | Visual Basic for Applications
How to reopen a UserForm in File A with the selected row after navigating to File B?
In file A (.xlsm), there are multiple rows. When I select a row and click a button, a popup form (.frm) opens. From this popup, I click another button that opens file B (.xlsm). After clicking a button in B (.xlsm), it should return me to file A (.xlsm)…
Developer technologies | Visual Basic for Applications
Visual Studio versions crashing when opening Windows Explorer
Hello, My Visual Studio 2017, 2019 and 2022 will crash whenever I try to open any project, solution or file. The moment the Windows Explorer appears, it stops responding and all my IDE crashes. This has been happening for the last 2 weeks and I can't…
Developer technologies | Visual Studio | Other
Unbound columns lost cell values on sorting in datagrid in WPF
Hi All, I have a WPF datagrid on the screen which has three unbound columns. These columns are calculated or updated from database based on values in other columns. The issue is that whenever user click on column header to sort the column these unbound…
Developer technologies | Windows Presentation Foundation
Erro na ativação do Dev Mode
Olá, suporte da Microsoft Dev Center, Meu Xbox está travado no Dev Mode Activation App com a mensagem “Device is being processed” e não consigo gerar um novo código para ativar o Dev Mode. Detalhes do problema: Já tentei limpar o Dev Mode no console. Já…
Developer technologies | .NET | Other
how do I fix this watchdog error
trying to debug on iOS with a Mac machine, I get this error in my logs. I saw a thread that said that this was typical for maui versions that are beyond the scope 0f 8.0 and 9.0.120 so I adjusted to the latter, I can debug on the eimulator but only with…
Developer technologies | .NET | .NET MAUI
Web API issue
Hi, Further to https://learn.microsoft.com/en-us/answers/questions/5731546/issue-to-web-api Is there any concrete example on the client side, to retrieve the file of the server?
Developer technologies | ASP.NET | ASP.NET API
Could not start Visual Studio due to an error. StreamJsonRpc.ConnectionLostException: The JSON-RPC connection with the remote party was lost before the request could complete.
Getting the following error while launching the newly installed visual studio 2022
Developer technologies | Visual Studio | Setup
Migrating from Oracle.DataAccess (unmanaged) to Oracle 23ai – Need Confirmation on Version 23.26.100
Dear Team, I am currently using unmanaged Oracle.DataAccess.dll with an Oracle 19c database in my .NET Framework 4.7 application. I now want to migrate the application to Oracle Database 23ai, and I would like guidance on how to upgrade my data access…
Developer technologies | .NET | Other
Why the class library has different supports for framework and .NET?
Hi, I looked on evolution of class library. It used for reused. As I see the class library has different supports for Framework and .NET. Can you please explain it in more details , what are the option and what is roadmap for future ? Every NuGet…
Developer technologies | C#
Power Pages randomly resetting custom HTML to default content after sync or page open
Dear all, We are experiencing an issue in Power Pages where custom HTML on certain pages is unexpectedly being reset to default content. In several cases, the page body (custom HTML markup) is replaced by what appears to be the original default…
Developer technologies | Visual Studio | Other
Issue to Web API
Hi, How to deploy Web API on the server and ensure it is able to process any concrete request from the client app?
Developer technologies | C#
Operating system not supported error
While attempting to install Visual Studio 2026 Professional, Visual Studio 2026 Community Edition, or Visual Studio 2022 Community Edition, we encountered an error message stating that the operating system is not supported. Our environment is Windows…
Developer technologies | Visual Studio | Setup
Dose Simulation possible on Snapdragon ARM Processor
Dose Simulation possible on Snapdragon ARM Processor? 2. Dose Snapdragon ARM processor supports python, C, C++, Java, Oracle, ML and AI learning ?
Developer technologies | C++
Failed to acquire token
I am getting this error while consuming any azure service from the visual studio MsalClaimsChallengeException: AADSTS53003: Access has been blocked by Conditional Access policies. The access policy does not allow token issuance. Trace ID:…
Developer technologies | Visual Studio | Setup
generating a device‑related identifier
I’m working on a UWP application where we need to associate a device with app‑specific logic (for example, licensing tied to a device). We previously used an API that generated a device‑related identifier, but its stability has changed on some Windows…
Developer technologies | Universal Windows Platform (UWP)
How do I get .NET to run properly?
When I try to open the .NET application file, it will open for a split second before instantly closing again. Is this normal or am I doing something wrong?
Developer technologies | .NET | .NET Runtime
Bug -Move SharpCompress from 0.42.0 to 0.44.5 failed
Hi, I'm using Console App in .NET 10 reference to class library :netstandard2.1 as follow: <Project Sdk="Microsoft.NET.Sdk"> **<PropertyGroup>** **<TargetFramework>netstandard2.1</TargetFramework>** Before: After:…