powerplatform-actions icon indicating copy to clipboard operation
powerplatform-actions copied to clipboard

Error while building cdsproj with a reference to a dependent assembly plugin project

Open RajeevPentyala opened this issue 2 years ago • 0 comments

Getting following error while building .cdsproj file Unable to find assembly registration configuration fo r ..{Plugin_Project_Name}\bin\Debug\net462\PCATPluginInit.dll in the destination: obj\Debug\Metadata\PluginAssemblies [..\SolutionPackage\Lynner_Plugins\Lynner_Plugins.cdsproj]

Steps to reproduce:

  • Clone the solution with 'Plugin Package' component using 'pac solution clone' image

  • Clone completed successfully and could see following folders. image

  • Add the plugin project to .cdspoj using 'pac solution add-reference' command (Following is my simple plugin project) image

  • Build the .cdsproj to generate solution.zip files. At this step getting following error image

RajeevPentyala avatar May 18 '23 08:05 RajeevPentyala