Ao realizar a criação da instancia da Dll delphi no C# o seguinte erro ocorre:
"An exception of type 'Benner.Tecnologia.Common.Exceptions.ObjectCreationException' occurred in Benner.Tecnologia.Interop.Vcltec.dll but was not handled in user code
Additional information: Não foi possível carregar a dll C:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\servicesportalservicosdes\1944a56f\7274f8ea\assembly\dl3\61ffa2ba\00671d5e_a53cd001\FINANCEIRO. Motivo: The specified module could not be found (126)."
O código está da seguinte forma:
Financeiro.IContaFin financeiro = DelphiActivator.CreateInstance("FINANCEIRO", "CONTAFIN") as Financeiro.IContaFin;
A dll "Financeiro" já foi registrada.
DLLs referênciadas:
Financeiro
Benner.Tecnologia.Interop.Vcltec
Benner.Tecnologia.Interop.CS1
Benner.Tecnologia.Commom
Benner.Tecnologia.Commom2
Adendo: Estou fora do contexto Benner. Esta chamada deveria funcionar mesmo assim?