Rubberduck
Rubberduck copied to clipboard
Error when access to edit any module in Excel VBA ide
Rubberduck version information The info below can be copy-paste-completed from the first lines of Rubberduck's log or the About box:
Version 2.5.2.5906 OS: Microsoft Windows NT 10.0.19043.0, x64 Producto de host: Microsoft Office x64 Versión de host: 16.0.14026.20246 Ejecutable del host: EXCEL.EXE
Description Cannot convert an object of type 'VBClassicExtensibility.VBProjectClass' to type 'Microsoft.Vbe.Interop._VBProject'
To Reproduce Steps to reproduce the behavior:
- Go to any module in the VBE
- Click on '....'
- Scroll down to '....'
- See error
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Logfile
Rubberduck generates extensive logging in TRACE-Level. If no log was created at %APPDATA%\Rubberduck\Logs, check your settings. Include this log for bug reports about the behavior of Rubberduck.
Additional context
Add any other context about the problem here.

Do you have any other VBE addins installed? This issue looks similar to old issues caused by other addins that load a custom version of the VBA interop library that is not compatible with Rubberduck.
the incompatibility with the non-standard interop library might be solvable with a future version of .Net. The only other practical option to achieve compatibility is probably to use a COM-shim, which will be obsolete in future version of .Net.
So, this is deferred for now.