Ray Megal

Results 9 comments of Ray Megal

Here is the error: ``` BIDS Helper encountered an error when Visual Studio started: BIDS Helper encountered an error when Visual Studio started: BIDS Helper plugin constructor failed on TriStatePerspectivesPlugin:...

I tried updating to VS2019 16.10.1, and then downgrading to 16.9.7. The error still exists: ``` BIDS Helper encountered an error when Visual Studio started: BIDS Helper encountered an error...

I just started getting the same error: - PS Version: 5.0.10240.16384 - Jump.Location (Binary) 0.6.0.0 - Jump.Location (Script) 0.6.0

It looks like you're no longer using SandCastle; at least it has been removed from the Libs folder. How are you generating the API Docs? And when you say "same...

Using $PSNativeCommandArgumentPassing = 'Legacy' **works** for sqlcmd. I will use Legacy for the scripts I have that use sqlcmd directly. Will I need to keep doing this once sqlcmd is...

> @rmegal, note that there's generally no reason to use `Invoke-Expression` for invoking external programs. @mklement0 Right. I could have reproduced the problem without using `Invoke-Expresstion`. The original script uses...

@daxian-dbw I agree with @mklement0, the issue is unrelated to `Invoke-Expression` as I can recreate the problem without using it, and using the legacy workaround does allow the command to...

@daxian-dbw and @mklement0 This was an eye opening conversation. Thanks a ton for weighing in.

I am not using grate but received the same error when using "Trim unused code" in my build. I think @erikbra is on to something. The error disappeared when I...