We're getting this same sort of behavior on several applications (some with 
only 2003 built projects, some with a combination of 2003 and 2005 built 
projects).  The only underlying theme seems to be that 2.0 and 1.1 frameworks 
exist on a build machine.  In otherwords, if we add the 2.0 framework to a 
machine, it will eventually destroy the build.  Any help?

Thanks,
Eric <><

----- Original Message ----
From: Eric Fetzer <[EMAIL PROTECTED]>
To: NAnt Developers <nant-developers@lists.sourceforge.net>
Sent: Tuesday, February 13, 2007 2:45:21 PM
Subject: [nant-dev] Error using <solution> task with Nightly build


I've come across a problem with the nightly build:

nant-0.86-nightly-2006-12-28

OK, when building 2003 stuff, I need to specify the target framework, that's 
cool.  With some projects, if we forget, it compiles fine anyway against the 
2.0, but crashes at runtime.  That's fine too, but with one specific project 
(web service), even if we specify the framework, it crashes at runtime.  If I 
build the same exact code in VS and deploy it, all's cool.  The specific red 
herring error we get is:

___________________________________________________________________________


Server Error in '/MyApplication' Application.
--------------------------------------------------------------------------------
Parser Error 
Description: An error occurred during the parsing of a resource required to 
service this request. Please review the following specific parse error details 
and modify your source file appropriately. 
Parser Error Message: Could not load type 'MyApplication.Global'.
Source Error: 

Line 1:  <%@ Application Codebehind="Global.asax.cs" 
Inherits="MyApplication.Global" %>

Source File: D:\MyApplication\global.asax    Line: 1 

--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET 
Version:1.1.4322.2300 


_____________________________________________________________________________

Any help?

Thanks,
Eric




____________________________________________________________________________________
Need Mail bonding?
Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users.
http://answers.yahoo.com/dir/?link=list&sid=396546091

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers


 
____________________________________________________________________________________
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives.
http://tools.search.yahoo.com/toolbar/features/mail/

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to