MscrmTools / XrmToolBox

An application that gather multiple tools to ease the customization and configuration of Microsoft Dynamics CRM/365/Dataverse/PowerApps
https://www.xrmtoolbox.com
GNU General Public License v3.0
567 stars 211 forks source link

Implementing INoConnectionRequired doesnt seem to do anything #1347

Closed femo1de closed 2 weeks ago

femo1de commented 1 month ago

Describe the bug It seems that implementing the interface INoConnectionRequired does not have any effect.

To Reproduce Create a new plugin with the current template in Visual Studio, implement INoConnectionRequired

Expected behavior Tool should not prompt me to create a new connection when opening my plugin.

Desktop (please complete the following information):

MscrmTools commented 2 weeks ago

@femo1de can you confirm you implemented the interface in the plugin class and not the plugincontrol class

See this example

femo1de commented 2 weeks ago

Sorry, yes seems the issue was on our side.