Comment résoudre l'erreur : Impossible de démarrer le programme "C:\Program Files\Microsoft Office\root\Office16\excel.exe. Le processus a été arrêté. Actualisez la liste des processus avant d'essayer un autre attachement.
Bonjour, Je développe un complément VSTO pour Excel avec Visual Studio 2022. Depuis quelque temps, il m’est impossible de lancer le projet en mode Debug. À chaque tentative, le message suivant apparaît : Impossible de démarrer le…
Developer technologies | C#
Will an SSMS 22 extension built for x64 run on SSMS 22 running on Windows 11 ARM64?
I’m testing a SQL Server Management Studio (SSMS) 22 extension on a Windows 11 ARM64 machine. SSMS 22 is installed as the x64 build and runs under x64 emulation (Task Manager shows Platform: x64, Architecture: ARM64). The extension is compiled for x64…
Developer technologies | Visual Studio | Extensions
Visual Studio 2026 - New Features With CSharp
Hi, Can you please lists all the new Features in Visual Studio with C#. If you add screencast foe each feature is will be great. Thanks in advance,
Developer technologies | C#
ASP.NET Web Forms loads legacy jQuery 1.12.4 via ScriptResource.axd instead of jQuery 3.7.1 and is flagged in security scan
Hello, I am working on an ASP.NET Web Forms application where I have explicitly included jQuery version 3.7.1 in the project and pages. However, when the application runs and I inspect the network requests, I see that ScriptResource.axd is loading jQuery…
Developer technologies | ASP.NET | ASP.NET API
GIS Converter -Console App -Tests Coverage
Hi Michel, Thank you very much for your help !!! I implemented all your remarks from ticket: https://learn.microsoft.com/en-us/answers/questions/5658212/gis-cli-commands 1.Can you please look if I added all the tests, if not please add me the needed…
Developer technologies | C#
GIS Converter - Logging - Warnings
Hi Michel, In continue to ticket : https://learn.microsoft.com/en-us/answers/questions/5665977/gis-converter-logging-code Can you please help to fix these warnings: warnings.txt Thanks in advance,
Developer technologies | C#
render a form with a multiselect choice field as check boxes on a power page
how do I render a form with a multiselect choice field as check boxes on a power page?
Developer technologies | Visual Basic for Applications
How can i convert my .NET Framework 4.8 (x86) to .NET Core 8 (x64)
Dear Team, I have migrated my WinForms application from .NET Framework 4.8 to .NET Core 8. Previously, it was built for the x86 platform, but I want to change it to x64. I have updated the configuration in the Configuration Manager and modified the…
Developer technologies | .NET | Entity Framework Core
How to retrieve Oracle long type data using the ODP.NET driver in Visual Studio?
I'm developing a Visual Studio plugin that uses the database connection provided by Visual Studio to retrieve Oracle metadata. However, when the metadata is of type Long (ALL_TAB_COLS.DATA_DEFAULT), the data cannot be retrieved in Visual Studio (it's an…
Developer technologies | Visual Studio | Extensions
Error while opening VS 2003 project in VS pro 2022
I am getting Error "Object reference not set to an instance of an object" while opening VS 2003 project in VS pro 2022. First it is asking for confirmation for one-way upgrade and after clicking on ok error pop up comes and solution is also not…
Developer technologies | .NET | .NET Runtime
Manufacturer Obsolescence date / EOL Date
Microsoft_Components (1).pdf Hi team, I need the official End‑of‑Support (EOL) / manufacturer obsolescence dates for Microsoft components to satisfy SBOM/compliance. Please confirm the authoritative way to obtain dates. We have 100+ components which I…
Developer technologies | .NET | Other
GIS Converter - EnsureDebugArgs in Console App
Hi Michel, Thank you very much for your help !!! I implemented all your remarks from ticket: https://learn.microsoft.com/en-us/answers/questions/5658212/gis-cli-commands 1.Do I used EnsureDebugArgs in a best way ? if not give please me the fixes code…
Developer technologies | C#
Platform Theme not changing when switching UserAppTheme
Hello, I wanted to dynamically switch the theme in my app (https://learn.microsoft.com/en-us/dotnet/maui/user-interface/system-theme-changes?view=net-maui-10.0#set-the-current-user-theme), but realized that the platform-specific UI still has the theme…
Developer technologies | .NET | .NET MAUI
DLL entry list
I am trying to determine how 2 versions of the ACEOLEDB.DLL differ (I suspect that a function entry is present in one, but not the other). This because one of themcrashes an application that I am developing. The other allows the application to function…
Developer technologies | Visual Studio | Debugging
WebView does not load on Windows
Hello, I have a WebView component, which has a Source, WidthRequest and HeightRequest attribute, but it doesnt show up when im debugging on Windows Machine. The component works on Android perfectly. Is there some setting I have to enable for it to be…
Developer technologies | .NET | .NET MAUI
Why, when I install WebBuildTools via Visual Studio 2019 and select almost all components, are WebApplications and other web-related directories missing?
Install in the container command: Start-Process "\\xxxxxxxx.com\xxxx$\SOURCE\vslayout2019\vs_setup.exe" -ArgumentList @('--quiet','--wait','--norestart','--noweb','--config','C:\webBuildTools.vsconfig','--installPath',…
Developer technologies | Visual Studio | Setup
ASP.NET WebForms still loads old jQuery from ScriptResource.axd after upgrading to jQuery 3.7.1
Our security team flagged an issue indicating that an older jQuery version appeared to be loaded in our application.(ScriptResource.axd) I am working on an ASP.NET WebForms (.NET Framework) application. I upgraded jQuery to 3.7.1, but initially noticed…
Developer technologies | ASP.NET | ASP.NET API
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
Visual Studio 2026 - New Features In Debugging
Hi, Can you please lists all the new Features in Visual Studio with Debugging. If you add screencast foe each feature is will be great. Thanks in advance,
Developer technologies | Visual Studio | Testing
Issue with navigation of menu options from first tab of the flyout page
In my MAUI app, the homepage is implemented as a FlyoutPage, with the flyout serving as a menu and the detail section as a TabbedPage. The TabbedPage contains two tabs: "Alerts" and "Home." Both tabs include a menu button that opens…