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
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
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
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
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
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:
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?