I have found a bug in the solution build task when the project default root namespace is an empty string. The embeded resource namespace starts with a '.' when it shouldn't. For examlple, I have a vb class that has a namespace of Test.Project and the project does not have a Root Namespace (empty string). The Manifest-Resource ends up being named '.Test.Project.resources' when is should be 'Test.Project.resources'. When the compiled applications runs i get an error that it can't load the resource ...
System.Resources.MissingManifestResourceException : Could not find any resources appropriate for the specified culture (or the neutral culture) in the given assembly. thanks Paul ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ nant-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-developers
