I'm trying to use the "vbc" task to compile a WinForm app.  The build works fine, but 
the app crashes as soon as it tries to access any of its resources.  When I inspect 
the assembly with ILDASM, I see that the resources it bound to are missing the 
assembly name prefix that VB.NET needs, meaning that the "vbc" task took the 
Form1.resx file in my resources fileset and used "resgen" to create Form1.resources, 
when it should have created myWinFormApp.Form1.resources.
This worked in 0.79...did something break since then?
 
Thanks,
 
Brian Moore


-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.
Does your code think in ink? You could win a Tablet PC.
Get a free Tablet PC hat just for playing. What are you waiting for?
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to