Problems with Visual Studio 2022 Preview and PFX files

ChuckieAJ 86 Reputation points
2021-06-20T07:58:25.623+00:00

I am trying Visual Studio 2022 and the documentation said we should be able to simply build our projects.

But I am having issues with my PFX files. The compiler says it can't use my PFX files which work fine with Visual Studio 2019.

I tried re-selecting the PFX file via the "Settings" for the project and it prompted for password. I put in the right one and then it said that a token could not be imported.

This happens on both of my C# and VB.Net projects.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,635 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,299 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,580 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Karen Payne MVP 35,196 Reputation points
    2021-06-20T23:14:38.147+00:00

    Preview generally speaking means you are being used to flush out issues with Visual Studio in this case. So with that said, in the upper right corner of Visual Studio report this issue to Microsoft.

    0 comments No comments