rundll32 and network share
-
Hello, I have a problem that I hope someone have face before. I have developed a MFC application which is a dll and executes C:\WINDOWS\system32\rundll32.exe C:\test\test.dll rdl (where the rdl is the entry point in the dll). Everything works just fine. Now I am trying to run the same dll located into a network share: executes C:\WINDOWS\system32\rundll32.exe \\sharename\test.dll rdl and I receive an error that rundll32 cannot find the rdl entry point. Any idea regarding how to run my dll from a network share? Thank you.
-
Hello, I have a problem that I hope someone have face before. I have developed a MFC application which is a dll and executes C:\WINDOWS\system32\rundll32.exe C:\test\test.dll rdl (where the rdl is the entry point in the dll). Everything works just fine. Now I am trying to run the same dll located into a network share: executes C:\WINDOWS\system32\rundll32.exe \\sharename\test.dll rdl and I receive an error that rundll32 cannot find the rdl entry point. Any idea regarding how to run my dll from a network share? Thank you.
-
Yes, but is the same dll. If I run it locally it works as it should. The problem appears when I run it from a network share.
-
try run like this :
C:\\WINDOWS\\system32\\rundll32.exe \"\\\\sharename\\test.dll\",rdl
-- modified at 3:54 Tuesday 14th March, 2006