Cannot build x64: The BaseOutputPath/OutputPath property is not set for project

Joseph Stateson 46 Reputation points
2023-07-25T13:03:32.23+00:00

I googled the problem and read found some discussions on other forums. I also asked over at adobe community but did not get any response to the x64 problem.

I do not know what this means:

Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Release' Platform='x64'. This error may also appear if some other project is trying to follow a project-to-project reference to this project, this project has been unloaded or is not included in the solution, and the referencing project does not build using the same or an equivalent Configuration or Platform.

I have never had problems building x64 code. I can BUILD MY APP for x86 or "Any CPU" but I get that error on any x64 build. The only think I can think of is the DLL built by the adobe SDK is not 64 bit but I never got an answer about the problem OVER THERE.

Thanks for lookling

Developer technologies Visual Studio Other
Developer technologies C#
0 comments No comments
{count} vote

Accepted answer
  1. Tianyu Sun-MSFT 34,436 Reputation points Microsoft External Staff
    2023-07-25T13:49:14.0666667+00:00

    Hello @Joseph Stateson ,

    Welcome to Microsoft Q&A forum.

    If you try to add some code in your .csproj file to set the <OutputPath> property and the <PlatformTarget> property like following, will this error disappear?

    User's image

    Sincerely,

    Tianyu


    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".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.