• Jueves 28 de Marzo de 2024, 14:10

Autor Tema:  Problemas con el ejecutable de mi programa  (Leído 713 veces)

nictoc

  • Nuevo Miembro
  • *
  • Mensajes: 1
    • Ver Perfil
Problemas con el ejecutable de mi programa
« en: Martes 1 de Septiembre de 2009, 21:08 »
0
Hola

saque el ejecutable de mi programa, al correr el programa, y queres guardar datos en cualquier tabla al darle al boton aceptar, me tira un error que dice:

Unhandle exception has occurred in your application. if you click Continue, the application will ignore this error and attempt to continue. if you click quit, the application will close immediately.
Could not load file or assemblyy "Reposicion.LogicaNegocios, Version = 1.0.0.0, Culture=neutral, publickey=null" or one of its dependencies. the system cannot find the file specified


y lkuego salen 3 botones uno dice Details, el otro dice continue y el ultimo dice quit

si le doy al boton detalles esto es lo que sale:

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

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'Reposicion.LogicaNegocios, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'Reposicion.LogicaNegocios, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
   at Reposicion.Presentacion.FormularioEmpleados.insertar()
   at Reposicion.Presentacion.FormularioEmpleados.btnInsertar_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.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLMSoftwareMicrosoftFusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLMSoftwareMicrosoftFusion!EnableLog].




ayuda por favor