Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS2022 v17.12.3 BaseOutputPath error while the the being mentioned in the .csproj file. #11197

Open
tanitsu721 opened this issue Dec 29, 2024 · 1 comment

Comments

@tanitsu721
Copy link

Here is the following error:

The BaseOutputPath/OutputPath property is not set for project 'Feature.csproj'. Please check to make sure that you have specified a valid combination of Configuration and Platform for this project. Configuration='Debug' Platform='x86'. 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.

Based on the project version here is the .csproj:

<PropertyGroup> <ProjectType>local</ProjectType> <ProjectVersion>17.10.377</ProjectVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{05BB26AF-D6B8-437E-B652-8CA520B70CA8}</ProjectGuid> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <AssemblyName>FeatureAPI</AssemblyName> <OutputType>Library</OutputType> <TargetFrameworkVersion>net48</TargetFrameworkVersion> <!-- Add BaseOutputPath --> <BaseOutputPath>bin\</BaseOutputPath> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> <BaseOutputPath>bin/</BaseOutputPath> <OutputPath>bin/Debug/</OutputPath> <PlatformTarget>x86</PlatformTarget> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup>

Please suggest solutions for this error

@JaynieBai
Copy link
Member

@tanitsu721 Could you follow instructions in Capturing Binary Logs Through Visual Studio to generate logs, and attach the logs here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants