Bugs item #1195010, was opened at 2005-05-04 06:42
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1195010&group_id=31650

Category: Core
Group: 0.85
Status: Open
Resolution: None
Priority: 5
Submitted By: ynonk (ynonk)
Assigned to: Nobody/Anonymous (nobody)
Summary: wrong build of 085 RC3 with VS 2003

Initial Comment:

Repro:
download RC3 sources extract and open the NAnt.sln with
VS 2003.
build the solution.

Problem:
when running nant ( with the build output ...) 
you get the following error:
 Could not find any resources appropriate for the
specified culture (or the neutral culture
) in the given assembly.  Make sure "Strings.resources"
was correctly embedded or linked i
nto assembly "NAnt.Core".
baseName: Strings  locationInfo: <null>  resource file
name: Strings.resources  assembly:
NAnt.Core, Version=0.85.1932.0, Culture=neutral,
PublicKeyToken=null


Solution:
As a solution I did the following:
1. add the strings.rsx to 2 projects: NAnt.core &
NAnt.DotNet and (it in it's resources directory). I
added those files to the projects in the project
directory level (not in the Resources dir to avoid
namespace problem)
2. remove the default name space (NAnt.core)  again to
avoid namespace problem


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1195010&group_id=31650


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to