Rank: Member Groups: Member
Joined: 4/23/2010 Posts: 4 Points: 12
|
Hello,
I built a little test application that seems to perform well on my dev machine (WinXP), but when I try to deploy to a W2k machine, I get this "system.io.filenotfoundexception" exception. what would cause this?
Thanks,
-Dan
BTW...both xf.dll and xfnet.dll were deployed with the executable.
|
Rank: Administration Groups: Administration
Joined: 2/15/2008 Posts: 130 Points: 835
|
You should also deploy runtime libraries (CRT)
|
Rank: Member Groups: Member
Joined: 4/23/2010 Posts: 4 Points: 12
|
That got me a little bit further, but now I'm getting this:
System.IO.FileLoadException: A procedure imported by 'xfnet, Version=1.0.3562.20814, Culture=neutral, PublicKeyToken=d4a3c4545787dd45' could not be loaded. File name: 'xfnet, Version=1.0.3562.20814, Culture=neutral, PublicKeyToken=d4a3c4545787dd45' ---> System.Runtime.InteropServices.COMException (0x8007007F): The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)
|
Rank: Administration Groups: Administration
Joined: 2/15/2008 Posts: 130 Points: 835
|
I will check if we support W2K, probably we don't.
|