Open Source Web Application Framework for ASP.NET Core
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

944 B

//[doc-seo]
{
    "Description": "Learn how to add an existing ABP solution to ABP Suite, enabling seamless project management and development integration."
}

Adding existing ABP solution

//[doc-nav]
{
  "Previous": {
    "Name": "How to start ABP Suite?",
    "Path": "suite/how-to-start"
  },
  "Next": {
    "Name": "Creating a new ABP Solution",
    "Path": "suite/create-solution"
  }
}

ABP Suite requires an ABP solution to work on, that's why when you start it, you need an ABP Solution and it should be added in ABP Suite UI.

Add an existing solution

Add your existing solution which was created from the ABP Studio or ABP CLI. You have to enter your YourProject.sln file path. Also, it works if you enter the directory of the YourProject.sln when there's single solution inside.

Add an existing solution