Posted: 01-Feb-2012 at 21:31:21
Thank you for your answer, but I have a problem My solution have a web site, managed cobol program and native cobol program, the web site access the managed cobol program as dll ok, but when te managed try to access native dll from managed cobol program I receive the following error in the stack
[EntryPointNotFoundException: No se puede encontrar el punto de entrada denominado 'Nativo' en el archivo DLL 'Nativo.dll'.]
Nativo(IntPtr A_0) +0
Intermedio.Intermedio(Reference Mensaje) in C:\Cobol\francisco\Webdll-1\Intermedio\Intermedio.cbl:11
_Default.btnBoton_Click(Object lnkSender, EventArgs lnkEvent) +231
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +118
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +112
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563
Thank you