Open govert opened 2 months ago
Hi govert,
I have similar problems as well.
AppName EXCEL.EXE
AppVersion 16.0.17328.20588
AppTimeStamp 66de8549
ModuleName KERNELBASE.dll
ModuleVersion 10.0.22621.3296
ModuleTimeStamp 71c4f65c
ExceptionCode e0434352
FaultingOffset 00149542
ProcessId 0x1674
ProcessCreationTime 0x1db1b298ee37e3a
AppPath C:\Program Files (x86)\Microsoft Office\root\Office16\EXCEL.EXE
ModulePath C:\WINDOWS\System32\KERNELBASE.dll
IntegratorReportId cd8dba3d-a514-4b9a-af37-f85553a25e50
PackageFullName
PackageRelativeAppId
What fixed it was removing the intellsense install and uninstall. What is weird is, it only happens for certain PC's at work.
<PackageReference Include="ExcelDna.Integration" Version="1.8.0" />
<PackageReference Include="ExcelDna.Interop" Version="15.0.1" />
<PackageReference Include="ExcelDna.Registration" Version="1.8.0" />
Can you confirm this with the latest Excel-DNA packages version 1.9.0-alpha2 ? We did try to mitigate some related problems recently - maybe this is already addressed.
Are you seeing this without a debugger attached? I have been seeing crashes when the debugger is attached, but not exactly as you describe.
let me try with the 1.9.0-alpha2, sorry was away for a while. just got back. We are seeing it without the debugger attached. we are seeing it when people open the excel sheet. was able to mitigate the problem by creating a feature flag to not run the Intellisense Install or Uninstall. WHat is weird is, it only has a problem in certain pcs even though the Office Build and the Windows build is the same. a sample size of 3 has this problem, while 18 others didnt have any issues
From https://groups.google.com/g/exceldna/c/QoIb9BkqvJI