Anyone have knowledge of the dotnet integration in...
# cfml-general
g
Anyone have knowledge of the dotnet integration in ACF 2018 or 2021 docker images. We are currently in the process of migrating from windows to ACF 2018/2021 docker images. I am stuck on getting the dotnet integrations to work. I have dropped the .dlls required for the dotnet integrations to work (from our old windows instances) in the required directories for the cfobject call to find them. It is able to find the dlls but I receive the error "The assembly that contains the class must be provided to the assembly attribute". I believe this is misleading because the dlls work just find on the windows environment. My question is whether or not I need extra configuration in the docker images for the local dlls or need to point to dlls on a remote windows server for the .net integration to work. I have read  https://helpx.adobe.com/coldfusion/developing-applications/using-web-elements-and-external-objects/using-microsoft-net-assemblies/accessing-net-assemblies.html But it is still unclear to me. Any insight is much appreciated.
Ah nvm I figured it out. I was using the dlls rather than the proxy .jars So I had to use the jnbridge to create the proxy jars from the dlls and then use the proxy jars for the cfobjects
Also have to dig up that actual dotnet port from the neo-dotnet.xml