I have upgraded from Mono 1.1.8 to 1.1.13 recently which stopped my build procedure to work. My builds are on Windows with NAnt, and I force the usage of different frameworks with the -t option.

Everything works fine for net-1.1 and 2.0 while the following error occurs on mono (1.0 profile):

[al] Compiling 1 files to '<chopped the path>\de\dvImport.resources.dll'. [al] Unhandled Exception: System.IO.FileNotFoundException: dvImport : dvImport
      [al] in <0x00000> <unknown method>
[al] in (wrapper managed-to-native) System.AppDomain:LoadAssembly (string,System.Security.Policy.Evidence,bool) [al] in <0x000db> System.AppDomain:Load (System.Reflection.AssemblyName assemblyRef, System.Security.Policy.Evidence assemblySecurity) [al] in (wrapper remoting-invoke-with-check) System.AppDomain:Load (System.Reflection.AssemblyName,System.Security.Policy.Evidence) [al] in <0x00012> System.AppDomain:Load (System.Reflection.AssemblyName assemblyRef) [al] in (wrapper remoting-invoke-with-check) System.AppDomain:Load (System.Reflection.AssemblyName) [al] in <0x0001b> System.Reflection.Assembly:Load (System.Reflection.AssemblyName assemblyRef)
      [al] in <0x001a5> Mono.AssemblyLinker.AssemblyLinker:DoIt ()
[al] in <0x00018> Mono.AssemblyLinker.AssemblyLinker:DynMain (System.String[] args) [al] in <0x00022> Mono.AssemblyLinker.AssemblyLinker:Main (System.String[] args)

BUILD FAILED - 0 non-fatal error(s), 32 warning(s)

That same error occurs if I generate the respective resource file manually with resgen and then use al to link it. The file given in the template parameter is surely there (dvImport.exe). Also, the resource file itself can be browsed with Lutz Roeder's .NET Resourcer tool and looks identical to the one generated by .NET 1.1.

I appreciate any help with this problem if I have done anything wrong. Otherwise, I would file a bug, but I'm not sure as for where and what module. According to CVS, the al part hasn't changed for months.

Best regards,
Helge
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to