Hi,
I had been using Visual Studio Professional 2019 for a a few years now to create/modify SSIS packages with no issue...but in the past few months my Visual Studio has started crashing any time I try to create (or open an existing) SSIS project.
Visual Studio 2019 Version 16.11.15
SSIS extension version 3.16
I've been looking at the Event Viewer and these are 2 errors I get when Visual Studio crashes:
First:
Application: devenv.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 72311A33 (722F0000) with exit code 80131506.
Second:
Faulting application name: devenv.exe, version: 16.11.32510.428, time stamp: 0x627b1042
Faulting module name: clr.dll, version: 4.8.4341.0, time stamp: 0x6023024f
Exception code: 0xc0000005
Fault offset: 0x00021a33
Faulting process id: 0x4a4c
Faulting application start time: 0x01d87044f9bb1b44
Faulting application path: C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE\devenv.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Things I've tried:
- I've checked memory - and no issues with that.
- Uninstalling and reinstalling Visual Studio 2019
- Uninstalling and reinstalling SSMS (worth a shot right?)
- Tried to use Visual Studio 2017 - but same issue
Any suggestions to fix this issue is appreciated!
Thank you