Re: [NAnt-users] Could not load type... *.Global

2006-09-26 Thread Eric Fetzer
Yep. When I compile in NAnt, I end up with a 64K dll. In VS, I get 68K (both using Release Build). With the NAnt dll, we get the error I reported. With VS, it works fine. With the NAnt dll, when I try to decompile with ildasm, I get "error: failed to open metadata". With VS, ildasm works like

Re: [NAnt-users] Could not load type... *.Global

2006-09-26 Thread Bob Archer
It would help to see your build file. Are you using the solution task or the csc or vbc task? BOb -Original Message- From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 26, 2006 2:55 PM To: Eric Fetzer; Bob Archer; Nant Users Subject: Re: [NAnt-users] Could not load typ

Re: [NAnt-users] Could not load type... *.Global

2006-09-26 Thread Eric Fetzer
One more thing. I tried to fall back all code changes to where we were the last time the build worked. The problem is still there. The only difference is that this build machine has undergone a name change. Could this be it, and if so, how do you fix it? Thanks, Eric --- Eric Fetzer <[EMAIL P

Re: [NAnt-users] Could not load type... *.Global

2006-09-26 Thread Eric Fetzer
Something more: It looks as though the .resources files aren't being pulled into the dll (guess based on file size differences). --- Eric Fetzer <[EMAIL PROTECTED]> wrote: > Yep. When I compile in NAnt, I end up with a 64K > dll. > In VS, I get 68K (both using Release Build). With > the NAnt

Re: [NAnt-users] Could not load type... *.Global

2006-09-26 Thread Bob Archer
Are you sure your web app is set to run in the correct version of ASP.Net? You can check this in the virtual directory properties in the ASP.Net tab. BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Fetzer Sent: Tuesday, September 26, 2006 11:41

Re: [NAnt-users] Error loading GUID

2006-09-26 Thread mandar ambre
Hi Guys, I was facing same issue few days back with building VS 2005 soultion using NAnt.I think I have found a workaround that doesn't involve using any solution task.NAnt supports exec task which when used along with msbuild gives the desired result.Following is the snippet of code I am using:

[NAnt-users] Could not load type... *.Global

2006-09-26 Thread Eric Fetzer
The archives appear to be down, so sorry if this is a repeat... Building in VS, my application works fine. Building in NAnt, however, we get the error in the subject line when browsing to any aspx page. This error seems to be all over for all sorts of reasons, but what about in regard to NAnt?