2008/6/9 arre99 <[EMAIL PROTECTED]>: > > Sorry, and hi. > Hi!
> im using npgsql and c#, for connect by postgressql. i have this error: > > "No se puede cargar el archivo o ensamblado No se puede cargar el archivo o > ensamblado 'Mono.Security, Version=1.0.5000.0, Culture=neutral, > PublicKeyToken=0738eb9f132ed756' ni una de sus dependencias. El sistema no > puede hallar el archivo especificado., Version=1.0.5000.0, Culture=neutral, > PublicKeyToken=0738eb9f132ed756' ni una de sus dependencias. El sistema no > puede hallar el archivo especificado." > > now i can find where download the Mono.Security.dll, its not comming with > npgsql. > Mono.Security.dll is available in Mono framework itself. That's why in the Npgsql compiled with Mono you don't have it attached. What Mono version are you using? From the assembly version it is requesting it seems to be Mono 1.1 profile. And what Npgsql version? Thanks in advance. -- Regards, Francisco Figueiredo Jr. http://fxjr.blogspot.com http://www.npgsql.org _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
