RE: [Mono-list] Could not find file "..\..\bytefx.snk"

2004-01-22 Thread Daniel Morgan
Comment out the line that uses bytefx.snk in AssemblyInfo.cs for ByteFX.Data -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Pablo Fischer Sent: Friday, January 23, 2004 4:00 PM To: [EMAIL PROTECTED] Subject: Re: [Mono-list] Could not find file

Re: [Mono-list] Could not find file "..\..\bytefx.snk"

2004-01-22 Thread Pablo Fischer
Thanks! That will be very helpfull. Like I said I can't compile the .29 version cause I get that message every time I try to compile mcs. See ya! Pablo El jue, 22-01-2004 a las 14:27, A Rafael D Teixeira escribió: > The problem is that file contains a certificate (basically a pair of crypto > ke

[Mono-list] Could not find file "..\..\bytefx.snk"

2004-01-22 Thread A Rafael D Teixeira
The problem is that file contains a certificate (basically a pair of crypto keys) that is tied to ByteFX. It can't be publicized or someone can impersonate as being ByteFX. So, in Mono we should just compile without it. I can't remember the one-line change that corrects it, but someone posted it