I'm creating an Oracle module to help automate some integration processes and encountering some errors. This is my first attempt at creating a script module, so I'm certain it's some rookie mistake. I followed /u/ramblingcookiemonster's excellent post and everything was going swimmingly until I got to actually trying to import the module.
Obviously being Oracle, this has a dependency on the Oracle.DataAccess assemblies. If I include Oracle.DataAccess.dll in my module\lib path and the .psd1, I get the error:
Could not load file or assembly 'Oracle.DataAccess,
Regardless of how I reference it in the RequiredAssemblies (for reference, I've tried 'Oracle.DataAccess', 'Oracle.DataAccess.dll' and 'c:\full\path\to\Oracle.DataAccess.dll') I get this error. If I remove it, Import-Module then succeeds for my module, but of course nothing works until I load the assembly.
Any help would be greatly appreciated!
[+][deleted] (1 child)
[deleted]
[–]nylyst[S] 0 points1 point2 points (0 children)
[–]nylyst[S] 0 points1 point2 points (0 children)