Hi,

This may be a trivial issue, in which case I apologize, but I googled for the answer, and didn't find any solution.

The issue is that I have a C# windows forms application with a png image as an embedded resource.
Visual Studio compiles the solution fine, and the final application shows the png image correctly.

When converting the solution to a Nant build file and using Nant 0.85, the final application throws an exception and the image is not loaded.

I tried looking at special arg tags, at the rootNamespace tag, etc... But with no success. Looking at the manifest with ildasm, the namespace of the resource is truncated to nothing, whereas it should contain the namespace of the resource.

I have an short and trivial example that I can provide that reproduces the problem.

Thanks and Regards,
Dominic.


******************************************************************
This message and any attachments (the "message") are confidential and intended solely for the addressee(s). Any unauthorised use or dissemination is prohibited. E-mails are susceptible to alteration.Neither SOCIETE GENERALE nor any of its subsidiaries or affiliates shall be liable for the message if altered, changed or falsified. ***************
Ce message et toutes les pieces jointes (ci-apres le "message") sont confidentiels et etablis a l'intention exclusive de ses destinataires. Toute utilisation ou diffusion non autorisee est interdite. Tout message electronique est susceptible d'alteration.La SOCIETE GENERALE et ses filiales declinent toute responsabilite au titre de ce message s'il a ete altere, modifie ou falsifie.
******************************************************************

Reply via email to