Ver Mensaje Individual
  #1 (permalink)  
Antiguo 13/03/2008, 08:20
pablokes
 
Fecha de Ingreso: enero-2008
Mensajes: 233
Antigüedad: 16 años, 3 meses
Puntos: 2
problema de seguridad c#

tengo el siguiente problema que no eh podido solucionar



eh instalado sql server 2005 en pc servidor con windows server 2003

ya hasta ahi todo bien



eh copiado la carpeta donde tengo mi aplicacion en c# y desde el pc q ocupo le hice un acceso directo al .exe que se encuentra en bin y debug



en mi computador me ah funcionado de maravilla ^^! donde tengo instalado el visual studio 2005 y el sql server 2005



ahora bien el problema es el siguiente:

al hacer un acceso directo en otro pc q no sea el mio



1-. primero me salia un error y era porque no tenia instalado el framework 20. eso SOLUCIONADO



2-. me sale el siguiente error





LA FOTO : http://img186.imageshack.us/my.php?image=dddkl4.jpg







esto es lo me sale en detalles



See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.



************** Exception Text **************

System.Security.SecurityException: Request for the permission of type 'System.Data.SqlClient.SqlClientPermission, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

at System.Security.CodeAccessSecurityEngine.Check(Obj ect demand, StackCrawlMark& stackMark, Boolean isPermSet)

at System.Security.PermissionSet.Demand()

at System.Data.Common.DbConnectionOptions.DemandPermi ssion()

at System.Data.SqlClient.SqlConnection.PermissionDema nd()

at System.Data.SqlClient.SqlConnectionFactory.Permiss ionDemand(DbConnection outerConnection)

at System.Data.ProviderBase.DbConnectionClosed.OpenCo nnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)

at System.Data.SqlClient.SqlConnection.Open()

at Sistema_Cuentas_Corrientes.Login.ConexionSql..ctor ()

at Sistema_Cuentas_Corrientes.Login.FrmLogin.btmEntra r_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.PerformClick()

at System.Windows.Forms.Form.ProcessDialogKey(Keys keyData)

at System.Windows.Forms.TextBoxBase.ProcessDialogKey( Keys keyData)

at System.Windows.Forms.Control.PreProcessMessage(Mes sage& msg)

at System.Windows.Forms.Control.PreProcessControlMess ageInternal(Control target, Message& msg)

at System.Windows.Forms.Application.ThreadContext.Pre TranslateMessage(MSG& msg)

The action that failed was:

Demand

The type of the first permission that failed was:

System.Data.SqlClient.SqlClientPermission

The Zone of the assembly that failed was:

Intranet





************** Loaded Assemblies **************

mscorlib

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.42 (RTM.050727-4200)

CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

----------------------------------------

Sistema Cuentas Corrientes

Assembly Version: 1.0.0.0

Win32 Version: 1.0.0.0

CodeBase: file://Proliant/SISTEMAS%20SQL/Sistema%20Cuentas%20Corrientes/bin/Debug/Sistema%20Cuentas%20Corrientes.exe

----------------------------------------

System.Windows.Forms

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.42 (RTM.050727-4200)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

----------------------------------------

System

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.42 (RTM.050727-4200)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

System.Drawing

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.42 (RTM.050727-4200)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------

System.Data

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.42 (RTM.050727-4200)

CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll

----------------------------------------

System.Configuration

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.42 (RTM.050727-4200)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

----------------------------------------

System.Xml

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.42 (RTM.050727-4200)

CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------



************** JIT Debugging **************

To enable just-in-time (JIT) debugging, the .config file for this

application or computer (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 computer

rather than be handled by this dialog box.















por lo que eh visto es algo de permisos de framework pero aun no entiendo :/ ojala me puedan ayudar plz desde ya muchas gracias ^^