PDA

View Full Version : DLL.Callfunction creating a DLL in .NET



Jason Pate
05-03-2006, 04:25 PM
I am having one of my developers create a dll for me that I can use in IR products (mostly Visually patch, so I can run SQL script files on customer servers) we can do it with a EXE but dll would be smoother, problem is I always get the error that "Failed to find the specified function within the DLL." We have done some digging and .Net seems to be a little different with the placement of the functions. Does anyone else have a DLL created in .Net or any suggest/ideas appreciated.

Worm
05-03-2006, 08:08 PM
Make sure you are using the same case in your calls as is used in the Aliases for the DLL Functions.