I have a Fabric application that I need to deploy a SSRS report viewer control to. The control is webforms, and there is no .net core version available yet, so my plan is to host it in a windows container with IIS.
I would like to keep all my configuration in one place, that place being the service fabric manifests. Will it be possible for the webforms pages to read fabric configuration from inside of the container?
when I attempt to get config from fabric I get this error
Unable to load DLL 'FabricRuntime.dll':
I have tried to call SfBinaryLoader as is detailed below, but no change
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-services-inside-containers