WinApp Cert Kit Failure

StewartBW 1,360 Reputation points
2025-04-04T13:07:29.95+00:00

Hey all,

<> contains a reference to a Launch Process related API System Diagnostics Process Start

I just use it for opening web pages:

Process Start ("url link")

In .Net Framework 4.8 WinForms app, is there a replacement for opening web pages?

<> If I use this function:

DesktopBridge Helpers GetCurrentPackageFullName

May I use a Select Case to decide if the app is running under Store UWP, and if not, use Process Start?

Will fail the test yet?

<> contains a blocked executable reference to "cdB" "csi" "reg"

Anyone knows what does it mean? What are "cdB" "csi" "reg" and where to look for them in code?

Thanks.

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,827 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jiachen Li-MSFT 34,206 Reputation points Microsoft External Staff
    2025-04-08T06:49:03.12+00:00

    Hi @StewartBW ,

    Try using Start(ProcessStartInfo) instead of Start(String).

    User's image

    Best Regards.

    Jiachen Li


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.