Why don't you post a bit more detail - like the nant build file you are using for example - and what kind of failure you are getting.

If you are using the <csc> task you'll need to add a <resources> child element for any resx files associated with your forms/controls. See the documentation for the <csc> task for more information.

If you see that the assembly built by nant is slightly smaller than the VS built one then its likely that thats the problem.

I assume you are building controls with nant and then referencing them in the Designer from a different project ?

Ian

[EMAIL PROTECTED] wrote:


Hello.

I'm working on a Project, developed with Visual Studio and compiled with
Nant.

i have a problem with the VS Designer. Some of our controls can't be showed
with the designer. It seems it's because nant, because when i compile the
project with VS I can see the controls.

Anyone as an idea of what is the prolem?

thank you



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to