We have asp.net core application running inside a Docker container hosted on Service Fabric cluster. We are getting below error while creating actor which is hosted in the same cluster from asp.net core application.
Unable to load DLL 'FabricCommon.dll' or one of its dependencies: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
This could be because the docker container doesn’t have the service fabric runtime. Can someone point out how to install Service Fabric SDK in windows docker container or Can someone suggests on other approaches to activate service fabric actor from the docker container?