when i try to deploy the package deployer with new environment nothing happened. just reading the solution please wait
when i check the log file I found this exception.
Microsoft.Xrm.Tooling.Connector.CrmServiceClient Error 2 25-Aug-22 4:32:25 PM [TerminalFailure] Failed to Execute Command - RetrieveMultiple : RequestID=d91cd4a2-78fa-42e7-95c5-e1c46d60b93b : GetEntityDataByFetchSearch duration=00:00:00.7740010 ExceptionMessage = 'Solution' entity doesn't contain attribute with Name = 'solutiontype'.
Source : mscorlib
Method : HandleReturnMessage
Date : 25-Aug-22
Time : 4:32:25 PM
Error : Message: 'Solution' entity doesn't contain attribute with Name = 'solutiontype'.
ErrorCode: -2147217149
Trace:
Stack Trace : Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.Xrm.Sdk.IOrganizationService.Execute(OrganizationRequest request)
at Microsoft.Xrm.Sdk.Client.OrganizationServiceProxy.ExecuteCore(OrganizationRequest request)
at Microsoft.Xrm.Tooling.Connector.CrmServiceClient.CrmCommand_Execute(OrganizationRequest req, String errorStringCheck)