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

Reply via email to