Mithrandyr
Mithrandyr
@Gill-Bates a follow-up, in version 2.0 the module moved from being a script module to a binary module, and the connections cache is now contained inside a DLL. Because DLLs...
@bab5470 -- try launching powershell clean `powershell -noprofile` and the import SimplySql `Import-Module SimplySql` then verify that only this module is loaded (i.e. that SqlServer is not) `Get-Module`.
@bab5470 -- did you get any further on resolving this?
@suntong I have no idea who that is, i've deleted their comment. @thelabcat --thanks for the heads up. @suntong as for your issue -- to get more details, run ```powershell...
@suntong -- did you get any farther?
@gregesposito -- did you try using 2.0.4 version of SimplySql?
@gregesposito -- Can you provide the powershell you used to connect with version 2.0.4 of SimplySql installed, along with the full error stack. (please omit any sensitive details in the...
@gregesposito and @TKEli -- I haven't done any testing with ISE (haven't used it in years, since MS made the recommendation to go to VSCode). I'm not even sure how...
@tobit800 sorry for the delay in getting back to you -- I am not aware of any issues. Can you include exact code your are using that is causing problems?
Closed as unreproducible