Adoxio / xRM-Portals-Community-Edition

The definitive edition of Microsoft Open Source Portals, supported by the experts in portals.
MIT License
107 stars 60 forks source link

Warning: referenced component could not be found #26

Closed sunjuan1409 closed 6 years ago

sunjuan1409 commented 6 years ago

Besides the 'Microsoft.ServiceBus' that's been reported in a previous issue I also get similar messages on the following components:

Projects: Adxstudio.Xrm and MasterPortal

amervitz commented 6 years ago

We'll have to decide whether to continue referencing these assemblies. They weren't provided by Microsoft.

The Microsoft.Cloud.InstrumentationFramework.* references come from a Microsoft.Cloud.InstrumentationFramework NuGet package that isn't publicly available and is likely an internal package used by Microsoft for their SaaS hosting. Here are some options I've thought of where we could go forward with this:

The Telerik.Web.UI references are to assemblies not included in DllImports, and is a commercial library that Microsoft appears to be using in their SaaS hosting for captcha purposes. Here are some options I've thought of where we could go forward with this:

The AuthorizeNet references are to assemblies not included in DllImports, and is for payment functionality Microsoft has removed in their SaaS hosting. Here are some options I've thought of where we could go forward with this:

Feedback or other ideas on how to move forward on these is welcome.

amervitz commented 6 years ago

Closing this issue due to inactivity. Individual items will be addressed as needed in the future.

rgsiiiya commented 3 years ago

Note that both AuthorizeNet and AuthorizeNet.Helpers have nuget packages that can be imported which will clear those warnings.