[Mono-list] strong name problem
Rüdiger Klaehn
rudi@lambda-computing.de
Thu, 21 Oct 2004 09:37:06 +0200
Hi,
I have a rather urgent problem with the sn utility. I need to sign
assemblies on linux. I used to do it with sn -R Bla.dll bla.snk and it
worked like a charm. But suddenly it won't work anymore.
The assembly is created with [DelaySign(true)], and under windows it is
no problem to resign it with the .NET sn.exe tool.
The sn tool keeps complaining that it can't find the machine.config. It
is in /etc/mono and I also set the MONO_CFG_PATH to /etc/mono.
Any ideas?