Hello,

        I have rebuild Novell.Directory.Ldap against mscorlib 2.0. Now, I 
obtain a new error :

Configuring /export/home/iFolder/simias/Simias.config...
SetupSimias - Done
Configuring /etc/apache2/conf.d/simias.conf...
Skipped (Apache & Mono Only)

** (/usr/local/bin/SimiasServerSetup.exe:1386): WARNING **: The 
following assembly referenced from /usr/local/bin/SimiasServerSetup.exe 
could not be loaded:
      Assembly:   Novell.Directory.Ldap    (assemblyref_index=8)
      Version:    2.2.1.0
      Public Key: 8584aae3c70e794b
The assembly was not found in the Global Assembly Cache, a path listed 
in the MONO_PATH environment variable, or in the location of the 
executing assembly (/usr/local/bin/).


** (/usr/local/bin/SimiasServerSetup.exe:1386): WARNING **: Could not 
load file or assembly 'Novell.Directory.Ldap, Version=2.2.1.0, 
Culture=neutral, PublicKeyToken=8584aae3c70e794b' or one of its 
dependencies.
Failed

System.TypeLoadException: A type load exception has occurred.
   at Novell.iFolder.SimiasServerSetup.Configure () [0x00000]
   at Novell.iFolder.SimiasServerSetup.Configure () [0x00000]

FAILED

        If I understand, SimiasServerSetup.exe tries to load 
Novell.Directory.Ldap.dll that is in GAC :

Root gershwin:[/home/bertrand/simias/trunk/src/webservices] > gacutil -l 
Novell.Directory.Ldap
The following assemblies are installed into the GAC:
Novell.Directory.Ldap, Version=2.2.1.0, Culture=neutral, 
PublicKeyToken=8584aae3c70e794b
Number of items = 1

        This library is available (with the same PublicKeyToken and version) 
and all dependencies are available too (mscorlib 2.0 and System 2.0, 
with corresponding publikeytoken). mscorlib I suppose I have made a 
mistake... Any idea ?

        Regards,

        JKB
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to