Hello guys,
I have VS 2019 Community installed on Windows Server 2019.
When I start a package from VS, VS hangs , crash and restart.
2 DtsDebugHost.exe processes keep running in background, and I have to kill it with TaskManager to release the .ispac file of the solution.
In the event viewer, I can find this :
Nom de l’application défaillante devenv.exe, version : 16.11.32228.343, horodatage : 0x621d5771
Nom du module défaillant : ucrtbase.dll, version : 10.0.17763.1, horodatage : 0xc3ae1887
Code d’exception : 0xc0000409
Décalage d’erreur : 0x000a5d0b
ID du processus défaillant : 0x24d8
Heure de début de l’application défaillante : 0x01d842acea8516cd
Chemin d’accès de l’application défaillante : C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\devenv.exe
Chemin d’accès du module défaillant: C:\Windows\System32\ucrtbase.dll
ID de rapport : 261f5211-00cd-4a99-98be-03f9ee0e8a28
Nom complet du package défaillant :
ID de l’application relative au package défaillant :
Here are the VS versions :
Microsoft Visual Studio Community 2019
Version 16.11.11
VisualStudio.16.Release/16.11.11+32228.343
Microsoft .NET Framework
Version 4.8.03761
Version installée : Community
Microsoft Visual Studio Tools for Applications 2019 00435-00000-00000-AA059
Microsoft Visual Studio Tools for Applications 2019
Common Azure Tools 1.10
Fournit des services courants utilisables par Microsoft Azure Mobile Services et Microsoft Azure Tools.
Gestionnaire de package NuGet 5.11.0
Gestionnaire de package NuGet dans Visual Studio. Pour plus d'informations sur NuGet, visitez https://docs.nuget.org/
Outils Azure App Service v3.0.0 16.11.106.23128
Outils Azure App Service v3.0.0
Outils C# 3.11.0-4.22108.8+d9bef045c4362fbcab27ef35daec4e95c8ff47e1
Composants C# utilisés dans l'IDE. Selon votre type de projet et vos paramètres, une version différente du compilateur peut être utilisée.
Outils Visual Basic 3.11.0-4.22108.8+d9bef045c4362fbcab27ef35daec4e95c8ff47e1
Composants Visual Basic utilisés dans l'IDE. Selon votre type de projet et vos paramètres, une version différente du compilateur peut être utilisée.
Package hôte de l'adaptateur de débogage de Visual Studio Code 1.0
Couche d'interopérabilité pour l'hébergement d'adaptateurs de débogage Visual Studio Code dans Visual Studio
ProjectServicesPackage Extension 1.0
ProjectServicesPackage Visual Studio Extension Detailed Info
SQL Server Data Tools 16.0.62201.17150
Microsoft SQL Server Data Tools
SQL Server Integration Services 15.0.2000.180
Concepteur Microsoft SQL Server Integration Services
Version 15.0.2000.180
Can you please help as I can't debug any package...
Franck