Quote Originally Posted by Umesh... View Post
Yes, I can access the file from Windows 2008 on the Windows 2003. I have written one small seperate program in c++ which runs on Windows 2088 and accesses files from Windows 2003.
Okay, how much you know about COM servers? Are you aware you need to register COM server in the system where you are to invoke one? So did you register it? Otherwise, which way you create the class the DLL hosts?