I suspect that you will need to create an import for it. You do this by going to references, add references, browse, locate the dll and import.
I would advise you to put the import and and other neccessary wrapper code into a separate class project. This will allow you to unit test your code more readily.
Click "Mark as Answer" on the post that helped you.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239
TATWORTH
All-Star
72405 Points
14018 Posts
MVP
Re: call cobol dll
Oct 27, 2008 09:08 AM|LINK
What sort of DLL is Cobol.DLL?
I suspect that you will need to create an import for it. You do this by going to references, add references, browse, locate the dll and import.
I would advise you to put the import and and other neccessary wrapper code into a separate class project. This will allow you to unit test your code more readily.
This earns you a point and marks your thread as Resolved so we will all know you have been helped.
FAQ on the correct forum http://forums.asp.net/p/1337412/2699239.aspx#2699239