G
Guest
Hi All,
I'm working on an application which uses a dll for some of its classes.
I build the application and the dll and it runs fine on any machine with
Visual Studio .NET installed on it. Once you take the application and the dll
and place them on a machine without Visual Studio .NET the application throws
the following error:
Unhandled Exception: System.IO.FileNotFoundException: File or assembly name
Clie
ntAPI, or one of its dependencies, was not found.
File name: "ClientAPI"
at main()
=== Pre-bind state information ===
LOG: DisplayName = ClientAPI, Version=1.0.1992.20855, Culture=neutral,
PublicKey
Token=null
(Fully-specified)
LOG: Appbase = C:\Documents and Settings\jwieland\Desktop\Signal Testing\
LOG: Initial PrivatePath = NULL
Calling assembly : TestBed, Version=1.0.1992.20856, Culture=neutral,
PublicKeyTo
ken=null.
===
LOG: Policy not being applied to reference at this time (private, custom,
partia
l, or location-based assembly bind).
LOG: Post-policy reference: ClientAPI, Version=1.0.1992.20855,
Culture=neutral,
PublicKeyToken=null
LOG: Attempting download of new URL file:///C:/Documents and
Settings/jwieland/D
esktop/Signal Testing/ClientAPI.DLL.
The application is TestBed.exe and the dll is ClientAPI.dll and both are
placed in the same directory. Any ideas anyone?
Cheers
John
I'm working on an application which uses a dll for some of its classes.
I build the application and the dll and it runs fine on any machine with
Visual Studio .NET installed on it. Once you take the application and the dll
and place them on a machine without Visual Studio .NET the application throws
the following error:
Unhandled Exception: System.IO.FileNotFoundException: File or assembly name
Clie
ntAPI, or one of its dependencies, was not found.
File name: "ClientAPI"
at main()
=== Pre-bind state information ===
LOG: DisplayName = ClientAPI, Version=1.0.1992.20855, Culture=neutral,
PublicKey
Token=null
(Fully-specified)
LOG: Appbase = C:\Documents and Settings\jwieland\Desktop\Signal Testing\
LOG: Initial PrivatePath = NULL
Calling assembly : TestBed, Version=1.0.1992.20856, Culture=neutral,
PublicKeyTo
ken=null.
===
LOG: Policy not being applied to reference at this time (private, custom,
partia
l, or location-based assembly bind).
LOG: Post-policy reference: ClientAPI, Version=1.0.1992.20855,
Culture=neutral,
PublicKeyToken=null
LOG: Attempting download of new URL file:///C:/Documents and
Settings/jwieland/D
esktop/Signal Testing/ClientAPI.DLL.
The application is TestBed.exe and the dll is ClientAPI.dll and both are
placed in the same directory. Any ideas anyone?
Cheers
John