
01/07/2008, 14:09
|
 | Colaborador | | Fecha de Ingreso: septiembre-2007 Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 17 años, 7 meses Puntos: 87 | |
Respuesta: Problemas con la conexion HowTo: Distribute PrintForm with Your Application
ID: W3298007
Background
This document details the PrintForm files you should ship with your application.
Details
Applications using PrintForm require that the following two assemblies are present in the same folder as the executable: TMGDevelopment.PrintForm.dll and TMGDevelopment.Shared.dll
There are several ways to locate the correct assemblies:
1. The easiest way is to build an installer project for your app and it will automatically pull in the correct versions.
2. Another way is to set copy local to true for the TMGDevelopment.PrintForm and TMGDevelopment.Shared references in your project, this will cause Visual Studio to copy them to your bin directory and you can pick them up from there with your .exe and copy them with your exe to the target machine. Remember to turn off copy local again afterwards.
3. The final way is to copy them manually from their instralled locations under Program Files on your development machine, which are usually:
C:\Program Files\TMG Development Ltd\PrintForm Printing Component\bin\TMGDevelopment.PrintForm.dll
C:\Program Files\Common Files\TMG Development Ltd\PrintChaining\1.0.0.3\TMGDevelopment.Shared.dl l |