Unable to add "Adobe PDF Reader" or "Windows Media Player"in my solution.

Ankur Vora 6 Reputation points
2022-08-17T12:07:50.833+00:00

I am trying to create a project (using Visual Studios 2022) which will access a PDF file and also want to play a video using windows media player, however i'm unable to add "Adobe PDF Reader" control and "Windows media player" control in my toolbox...i'm getting an error stating "The following controls were successfully added to the toolbox but are not enabled in the active designer" along with a note which states "Make sure the controls to add are compatible with the current designer and .NET Framework version."...

Attaching Error Screenshot for further reference.

Please assist.
Regards,

232072-error-while-adding-pdf-reader-control.jpg

Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
351 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Tom van Stiphout 1,696 Reputation points MVP
    2022-08-17T14:03:31.217+00:00

    You posted in a forum for VBA programming, the language inside of Microsoft Office products, but your question is about using Visual Studio in .NET programming. I'm sure there are better forums you could find for that question.

    0 comments No comments

  2. Castorix31 85,806 Reputation points
    2022-08-17T14:07:02.383+00:00

    Probably the usual problem with .NET project instead of .NET Framework project...

    Try to create a .NET Framework project...

    232092-netframework-template.jpg

    0 comments No comments

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.