1. Why Edge/Chrome Add %20--disable-features=RendererCodeIntegrity as suffix in the URL

    If you have IP-Guard software installed and set Microsoft Edge as default browser, you might are suffuring the issue of that Edge add “%20–disable-features=RendererCodeIntegrity” as suffix in the URL when you double click the local pdf file or try to access hyperlink in outlook. Just like the issue mentioned in How can I disable “%20–disable-features=RendererCodeIntegrity” from being automatically appended to the URL in Microsoft Edge(chromium)?

    2021/09/17 Browsers

  2. SSH Client concurrent limitation in Azure DevOps

    In Azure DevOps the default MaxConcurrentConnections is 500 in code. When the user is more than 500, we will get below error:

    2021/09/14 azuredevops

  3. How To Disable Agent Downgrade In Azure Devops

    In sometimes we need to use latest Agent published in Azure Pipelines Agent Relese. However when we try to run a task in the agent, we will find out that the agent automaticly downgrade to Server matched version stored in the DB. So how can we avoid the automaticly downgrade in Azure DevOps?

    2021/09/07 azuredevops

  4. How to Know Minimum Agent Version For Target Task

    The minimum agent version of target task is defined in the table of [AzureDevOps_Configuration].[Task].[tbl_TaskDefinitionVersion]

    2021/07/01 azuredevops

  5. Agent offline in Azure Devops

    Failed to connect server with error of “ERROR_WINHTTP_SECURE_FAILURE”

    2021/06/09 azuredevops

  6. Failed Add Microsoft ActiveX Data Objects Library as Reference

    Sometimes we will get a yellow exclamation mark when we add Microsoft ActiveX Data Object Library (or other COM library) as Referrence. And we usuarly will get error “The ‘ResolveComReference’ task returned false but did not log an error.” When we build the project.

    2021/05/14 dotnet

  7. Failed to Install AzureSphere SDK

    It’s a long story until last AzureSphere SDK update. Recently I want to use AzureSphere to control my IoT device. However when I update the SDK, I got an Error “Failed to install FTDI with error:0x80070643”.

    2021/03/02 AzureSphere

  8. Localization issues when using Azure Devops

    Issues For Deutsch

    2021/03/01 Devops

  9. How to use APPCMD change configurations for site which name contains blank

    When we want to change configurations for site, we usualy use appcmd.exe to handle it. However when website name contains blank, it will throw an error like below.

    2021/01/19 IIS

  10. 如何通过 C# 给 Set-AdServiceAccount 传入 ServicePrincipalNames 参数

    最近遇到了一个有意思的问题,在 C# 代码传参数给 Powershell 指令时按照文档中指定的对象类型传参,指令却抛出了异常。为了解决该问题,我们尝试了各种方法,最终通过 TTD 并结合反编译的代码找到了解决方案。

    2021/01/12 dotnet