Visual Basic.NET - como hacer un instalador

 
Vista:

como hacer un instalador

Publicado por hector (34 intervenciones) el 01/12/2005 01:48:49
hola

tengo el sig problema
acabo de empezar a usar .net
ya tengo mi aplicacion
es un reporte de una ventana muy sensillo que usa un reporte de crystal report
y sql server

ok
uso el visual basic.net 2003

ya hice el instalador le agrege el ejecutable y el reporte pero despues de instalarlo

ejecuto el programa selecciono el filtro que puedo formar con la pantalla y lo mando llamar con mi boton de aceptar y tomala barbon, mensaje de error... es el siguente me imagino que son dll

pero pues no se ni que onda ya se las agrege y me boto que ya estan agregadas.

a ver si me pueden ayudar aca anexo el error.

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
CrystalDecisions.CrystalReports.Engine.InternalException: Cannot find KeycodeV2.dll, or invalid keycode.
at .K(String 
, EngineExceptionErrorID  )
at .G(String , Int32 )
at CrystalDecisions.CrystalReports.Engine.ReportDocument.@()
at CrystalDecisions.CrystalReports.Engine.ReportDocument.InternalInit()
at CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor()
at CrystalDecisions.CrystalReports.Engine.ReportClass..ctor()
at SBReportCubos.rptCubos..ctor()
at SBReportCubos.frmPantallaPrincipal.cmdAceptar_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
SBReportCubos
Assembly Version: 1.0.2160.17526
Win32 Version: 1.0.2160.17526
CodeBase: file:///C:/ARCHIVOS%20DE%20PROGRAMA/SBCUBOSREPORT/SBREPORTCUBOS.EXE
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
CrystalDecisions.Windows.Forms
Assembly Version: 9.1.3300.0
Win32 Version: 9.1.9370.0
CodeBase: file:///c:/windows/assembly/gac/crystaldecisions.windows.forms/9.1.3300.0__692fbea5521e1304/crystaldecisions.windows.forms.dll
----------------------------------------
CrystalDecisions.Shared
Assembly Version: 9.1.3300.0
Win32 Version: 9.1.9360.0
CodeBase: file:///c:/windows/assembly/gac/crystaldecisions.shared/9.1.3300.0__692fbea5521e1304/crystaldecisions.shared.dll
----------------------------------------
CrystalDecisions.CrystalReports.Engine
Assembly Version: 9.1.3300.0
Win32 Version: 9.1.9360.0
CodeBase: file:///C:/WINDOWS/ASSEMBLY/GAC/CRYSTALDECISIONS.CRYSTALREPORTS.ENGINE/9.1.3300.0__692FBEA5521E1304/CRYSTALDECISIONS.CRYSTALREPORTS.ENGINE.DLL
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 7.0.5000.0
Win32 Version: 7.10.3052.4
CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------
CrystalKeyCodeLib
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///c:/windows/assembly/gac/crystalkeycodelib/1.0.0.0__692fbea5521e1304/crystalkeycodelib.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:como hacer un instalador

Publicado por rerunch (165 intervenciones) el 01/12/2005 14:50:37
agregaste a tu setup los modulos crystal_database_access2003.msm, crystal_managed2003.msm y crystal_regwiz2003.msm
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar