RE: [Ikvm-developers] Compile error
Brought to you by:
jfrijters
|
From: Jeroen F. <je...@su...> - 2004-03-31 15:18:57
|
Brian Sletten wrote: > Is IResourceReader usage in Handler=20 > new? I hadn't noticed this problem before. Yes. I changed the resource handling to use .NET resources (to be able to support loading resources from multi module assemblies). > Incidentally, once I made it past this problem and was dealing with a=20 > fresh repository, I came across something I've seen before. It seems=20 > like one part of the build process wants the SharpZipLib.dll to be=20 > called that, but another part seems to want it to be called=20 > ICSharpCode.SharpZipLib.dll. I haven't tracked down why yet, but my=20 > quick solution is to have two copies w/ different names. Just an FYI. Strange. I've never seen this. If you can find out more about this, I'd love to know. Regards, Jeroen |