Closed chuongmep closed 2 years ago
@chuongmep did you create a project based on a template?
by default, the Installer solution configuration is created, you apparently do not have it
@Nice3point yes i have, let see https://github.com/chuongmep/RevitAddInManager/tree/dev_NET6 i am making msi installer for addinmanager tool, can you take a look at it ?
by default, the Installer solution configuration is created, you apparently do not have it
oh, i miss that, thanks so much
@chuongmep there are no configured configurations in the project at all
and there is no need to manually copy the code from the RevitLookup project
create a new project with Visual Studio 2022 or use the command line
dotnet new revit-sln -n RevitAddInManager
dotnet new revit-addin -n RevitAddInManager
i messed up with release config and project name, thanks a lot, problem resolved.
Dear @Nice3point Currently i am getting this error with config, can you give me some hint info for this, even though i have already added config. Thanks you.