loading FAXCOMEXLib

R

Rick

VS.NET 2005

I am developing a fax routine in a NET program using the FAXCOMExLib.dll

Everything works as planned when I run from my development machine. When I
put the program on the server and run I get the following message:

Could not load file or assembly 'Interop.FAXCOMEXLib, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=fd32b6bc6333993b' or one of its
dependencies. The system cannot find the file specified.

The program is located on a Win2003 SBS and it is being run from a
Win2003SBS client or an XP Pro client, both with the same error message.

I put the fxcomex.dll in the same folder as the program, but this does not
help.

Can someone tell me the problem?

Thanks,

Rick
 
P

Patrick Steele

I am developing a fax routine in a NET program using the FAXCOMExLib.dll

Everything works as planned when I run from my development machine. When I
put the program on the server and run I get the following message:

Could not load file or assembly 'Interop.FAXCOMEXLib, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=fd32b6bc6333993b' or one of its
dependencies. The system cannot find the file specified.

If FAXCOMEXLib.dll is a COM DLL, then .NET automatically created a
Runtime Callable Wrapper (RCW) that allows .NET to call COM code. This
wrapper is probably called Interop.FAXCOMExLib.dll. Is that file
included with your installation?
 
R

Rick

Yes, it is a COM dll. I included the Interop.FAXCOMEXLib.dll and it works
now. Thank you

Rick
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top