I call five Fortran DLLs through VB.net from an ASPX page over the internet. The first three DLLs I call run fine; however, the last two do not work. After running "net stop iisadmin /y" and then running "net start w3svc", I can then call three more of the DLLs (randomly selected), but the two remaining never work. These last two can be any two of the five. The first three DLLs that I call ALWAYS work and the last two never work. I get a "System.DllNotF oundException: Unable to load DLL" error. These DLL's have the exact same security permissions, and I tried giving everyone full control of these DLLs and I still run into the same problem. Any suggestions? Is there a better forum to post this question to?
Also, I should say that this all worked up until last Friday.
Thanks.
Chad
Also, I should say that this all worked up until last Friday.
Thanks.
Chad
Comment