-
Notifications
You must be signed in to change notification settings - Fork 41
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
File not found: VBA_TOOLS.DLL #30
Comments
File not found could be something else but to answer your question, the project uses .NET 4.6 |
Ok I have checked the .net framework and 4.7.2 is installed do you know if there are any other issues around the file not found. |
Is the file really on the location you say it is? |
yes, double check the dll / bin folder location some code works on other PCs. |
Are you using the 64bit dll and 64bit dlls for bin folder? It also could be that dependency dlls from bin path are being blocked you can get the x64 version from here: (beware functions may have changed from your version) |
I'm using the 32bit version and I have checked the dll in the bin folder and none are being blocked, moving over to the 64bit version would take some time and then might cause issues with other install. |
Ah okay, you are on 64bit but using 32bit dlls? I don't think the current setup would work because usually 64bits cannot load 32bit dlls. how about having both 64 and 32 bit dlls and your vba code would that be an option? |
yes it is 64bit os but 64bit dll do not work when running the 64bit dll I get run-time error '91', commenting out the on error resume next the error changes to run-time error '438' object doesn't support this property or method. |
64 bit os, 64bit office, you have tried 32 and 64bit dll and you are having issue with both dlls? 64bit office using 32bit dlls won't work |
64 bit os and 64 bit office and 32bit dll or 64bit dll not working using the sample code. |
has this been sorted matt? |
Hi |
Interesting. You said same code works on other PC. Any chance you can share a sample project from you? Either dropbox or onedrive download link? or would it be possible to share your screen (any remote or skype rDP tool) so I can have a look to understand the problem? |
I have just moved to a new PC and using the same code the dll is not working now as the ShowDialogforfilearray is missing from the x64 dll, can you let me know what I can use instead to return the files string. |
Latest changes are published. Please have a look |
I have been using this DLL on different PC/laptop but when I installed on a Windows 10 64bit OS, I'm getting this error on loading the dll I have double checked the location and I can not see anywhere where to unblock the dll.
Would I need to install .net framework and if so what version.
Thanks
Matt
The text was updated successfully, but these errors were encountered: