Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xlloop problems with Excel 2019 #38

Open
sfodor2 opened this issue Aug 20, 2019 · 1 comment
Open

xlloop problems with Excel 2019 #38

sfodor2 opened this issue Aug 20, 2019 · 1 comment

Comments

@sfodor2
Copy link

sfodor2 commented Aug 20, 2019

I am using a build that works fine on Windows 10, 7, Office 2010, 13,16. However on Office 2019 i get The file format and extension of xloop-0.3.2.xll don't match. The file could be corrupted or unsafe. If you click the excel will open as an editor, not run it. Any thoughts?

@augustoproiete
Copy link

@sfodor2 This kind of error usually happens when you try to open an Excel add-in that doesn't match the Excel bitness. For example, opening an add-in compiled for 32-bit on an Excel 64-bit installation, or opening an add-in compiled for 64-bit on an Excel 32-bit.

Is it possible that your Office 2019 installation is not the same bitness as your other Office installations you tested? Check what is the bitness of your .xll and compare check if it's the same as EXCEL.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants