I get this exception, and the exception text only reads: βNo entry point foundβ The structure just shows that the last call was for one of our own implementations of List CSharpInterface.get_Children (), which is a common C # property.
Does "entry point" mean that he is trying to find the main () method? What are some possible reasons for something like this?
Entry point was not found. System.EntryPointNotFoundException: Entry point was not found. at Company.Common.Tree.Interfaces.ChildrenEditable.ITreeChildrenEditable`1.get_Children() at AddIn.Network.Http.Client.HttpClient.Send(IMessage requestExchange) at AddIn.Core.AddInSideAdapter.Network.Client.ClientViewToContractAdapter.Send(IMessage exchange) at AddIn.Core.HostSideAdapter.Network.Client.ClientContractToViewAdapter.Send(IMessageExchange msgExchange) at Core.Instance.Service.MessageReceived(IMessage endpointExchanged)
source share