Clear Canvas – No Plugins found

keywords: clearcanvas clear canvas no plugins found plugin errors can’t send 1.5

What a flippin nightmare. Days of lost work.
None of the “fixes” from the site work.

How to remove all Plugin calls from Clear canvas. (old version)
Search for all EnsurePluginsLoaded();

Return the default empty list.

Example :
public IList ExtensionPoints
{
get
{
//EnsurePluginsLoaded();
return new List();
}
}

Share on Facebook

Leave a Reply

Your email address will not be published.