Plugin Registration Tool - Unable to register new assembly with trial account paid version.

VIVEK KUMAR 20 Reputation points
2026-07-22T20:30:58.1533333+00:00

Hi,

Currently I am working on the Custom API using dataverse in Power apps. I have trial account which is paid version. I am have created the plugin code and published the custom API , Input para and Output parameter. While working with the PRT tool I am getting no message when clicking on the drop down of the register assembly, nothing pop-up is coming

I have been trying multiple sign-in& out but still the same. Could you please guide me where I am missing. If you want then I can share you the details.

Your guidance really matters.

Regards,

Vivek

Microsoft 365 and Office | Development | Other
0 comments No comments

Answer accepted by question author

Hin-V 16,830 Reputation points Microsoft External Staff Moderator
2026-07-22T21:00:12.22+00:00

Hi @VIVEK KUMAR

Thank you for reaching out. 

Based on my research, this issue may be related to blocked DLL files within the Plugin Registration Tool (PRT) installation folder. There is a community-reported case where clicking Register New Assembly did not open the file selection dialog, and the issue was resolved after unblocking the PRT DLLs. You can refer via: Solved: Cant register an assembly - Plugin Registration Tool 

You could try to navigate to the PRT installation folder > Tools. Right-click each DLL file, select Properties, and check whether an Unblock option is available. If so, select it and apply the changes. 

Alternatively, you can unblock all files in the PRT folder using PowerShell: 

Get-ChildItem -Path "C:\path\to\PluginRegistrationTool" -Recurse | Unblock-File  

After that, you could try restart the Plugin Registration Tool and test whether the Register New Assembly dialog appears correctly. 

Please note that this summary is based on my own findings and may not fully address your concerns. Since my current category primarily focuses on Office 365 products, and your concern relates to Microsoft Power Apps, I want to ensure you receive the most accurate and effective assistance. For this reason, I recommend posting your question in the Power Platform community. You can post it in both the Power Apps and Power Automate forums to gain insights from both areas of the Power Platform.   

By posting there, you’ll connect with a highly knowledgeable group of contributors who can either share their expertise or learn alongside your scenario, increasing the chances of a quick and relevant solution.  

I apologize for redirecting you to a different community. However, members in this category primarily focus on Office 365 related topics and may have limited experience with Power Platform tools. Guiding you to the appropriate forum ensures you receive faster and more accurate assistance.  

As community moderator, I also sincerely appreciate your understanding that my access to internal development information is limited. My role is to help guide users toward the most suitable resources and support channels. While I may not have visibility into deeper backend analysis, I remain committed to supporting you as best as we can within our scope.  

If you have any additional concerns, feel free to comment below. I would be more than happy to assist.  


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. 

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. VIVEK KUMAR 20 Reputation points
    2026-07-22T21:13:00.7233333+00:00

    Hi @Hin-V ,

    Perfect. Thanks for the suggestions. I am able to get the pop-up on clicking register new assemblies.

    Amazing .

    Best Wishes!

    Vivek

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.