on 2017 May 23 11:40 PM
In Powershell v5 I'm Trying to load the ianywhere provider dll. I'm getting this loader exception: Â : The term 'Â' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again
My load command is Add-Type -path "C:\\Temp\\sa\\iAnywhere.Data.SQLAnywhere.v4.0.dll" Of course, the ianywhere dll requires accompanying native dlls, which I have placed in the same folder. Those come in two versions, 32bit and 64 bit. I've tried both, and I've tried 32bit powershell and 64bit powershell. My shell is running as admin as well.
User | Count |
---|---|
67 | |
11 | |
10 | |
10 | |
9 | |
8 | |
6 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.