What is the trick to get this task working? I am getting the following
error:

 

AssemblyInfo file 'C:\Development\eFramework3\Builder\AssemblyInfo.cs'
could not

 be generated.

    Assembly attribute with type 'CLSCompliantAttribute' could not be
loaded.

 

Here is the task from my build file:

 

                        <asminfo output="AssemblyInfo.cs"
language="CSharp">

                                    <imports>

                                                <import
namespace="System.Reflection" />

                                                <import
namespace="System.Runtime.CompilerServices" />

                                                <import
namespace="Xheo.Licensing" />


                                    </imports>

                                    <attributes>

                                                <attribute
type="CLSCompliantAttribute" value="true" />

                                                <attribute
type="AssemblyVersionAttribute" value="1.0.0.0" />

                                                <attribute
type="AssemblyFileVersionAttribute" value="1.0.0.0" />

                                                <attribute
type="LicenseHelpAttribute"
value="&quot;Amsi&quot;,&quot;[EMAIL PROTECTED]&quot;,&quot;http://sup
port.amsi-pm.com/&quot;,&quot;800-231-0605&quot;,false" />


                                    </attributes>

                                    <references>

                                                <include
name="Xheo.Licensing.dll" />

                                                <include
name="System.dll" />

                                                <include
name="System.EnterpriseServices.dll" />

                                    </references>

                        </asminfo>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to