
Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Hi Mattias;
Thanks for your reply. I did place the DLL program in the Windoows/System32
directory and it still gave me the message that it can't find the program.
Anyplace else I should put it?
Dave Uphoff
> >and it said that the program readmf.dll cannot be found even though I have the
> >DLL in my bin, debug, and root directory
>
> Have you tried placing it in the Windows System directory?
>
> Mattias
Scott M. - 04 Sep 2006 21:17 GMT
I don't think it is a matter of where the COBOL dll is. You need a RCW
(runtime callable wrapper) and VS.NET usually creates this automatically for
you when you make a reference to a COM component. Now, I don't have a lot
of experience in COBOL, but aren't COBOL files host files (and not COM
components)?
So, if that is the case, you would need some translation or gateway
component to bridge the gap between your .NET code and your COBOL code.
> Hi Mattias;
> Thanks for your reply. I did place the DLL program in the
[quoted text clipped - 10 lines]
>>
>> Mattias