[NAnt-users] different namespaces, same output dll

2007-01-22 Thread Andrew Cheung
Hi. I have a few .vb files which are set to different name spaces, but these .vb files need to be compiled into one single dll. How do I do that using the vbc task? Any help is appreciated. Below is an illustration of what I mean. -Andrew -- for example : For file

Re: [NAnt-users] different output from NAnt and Visual Studio 2003

2007-01-18 Thread Andrew Cheung
I used ildasm on both dlls and I found that : 1. There is no .mresources in both dlls (I guess that means I have no embedded resources in both dlls) 2. In the Manifest, the values for .MVID, .imagebase, and .file alignment is different between the dll compiled from NAnt and VS 2003 3. In the resul

[NAnt-users] different output from NAnt and Visual Studio 2003

2007-01-17 Thread Andrew Cheung
Hi, all. I have configured a .build file for NAnt (version 0.85) to compile code to form a library (framework used is .NET 1.1), but I found that the output dll from executing NAnt on the build file is different from that compiled from using Visual Studio 2003. (The size of the dll compiled from u