Hi all,
I got the following error when I build Vbproj among other CSprojs. I couldn't find any relevant resource on how to build VBproj files. I appreciate if someone could help.
....
[echo] Build-Dnn2
[echo] Dnn2 usercontrols lastupdated
[echo] dir C:\DotNet\PTA\PTA.DotNetNuke2\UserControls\LastUpdated\
[vbc] Compiling 3 files to C:\DotNet\PTA\PTA.DotNetNuke2\UserControls\Last
Updated\bin\release\LastUpdated.dll.
Read in 3 resources from 'C:\DotNet\PTA\PTA.DotNetNuke2\
UserControls\LastUpdated\LastUpdated.ascx.resx'
Writing resource file... Done.
C:\DotNet\PTA\PTA.DotNetNuke2\UserControls\LastUpdated\AssemblyInfo.
vb(16) : error BC30002: Type 'CLSCompliant' is not defined.
<Assembly: CLSCompliant(True)>
~~~~~~~~~~~~
C:\DotNet\PTA\PTA.DotNetNuke2\UserControls\LastUpdated\LastUpdated.a
scx.vb(7) : error BC30002: Type 'PTA_DotNetNuke2.PTAPortalModuleControl' is not
defined.
......
**** my script ***
<vbc target="library" output="${drive}\${src.path.dnn2}\UserControls\LastUpdated\bin\${release.state}\LastUpdated.dll" debug="${debug}" failonerror="${failonerr}">
<references failonempty="false">
<absolute file="${drive}\${framework 1.1}\${sys}.dll" />
<absolute file="${drive}\${framework 1.1}\${sys.data}.dll" />
<absolute file="${drive}\${framework 1.1}\${sys.drawing}.dll" />
<absolute file="${drive}\${framework 1.1}\${sys.web}.dll" />
<absolute file="${drive}\${framework 1.1}\${sys.xml}.dll" />
<absolute file="${drive}\${src.bin.dnn2}\PTA.DotNetNuke2.dll" />
<absolute file="${drive}\${src.bin.dnn2}\DotNetNuke2.dll" />
</references>
<sources>
<includes name="${drive}\${src.path.dnn2}\UserControls\LastUpdated\*.vb"/>
</sources>
<resources>
<includes name="${drive}\${src.path.dnn2}\UserControls\LastUpdated\*.resx"/>
</resources>
</vbc>
Regards, Brian Yeo Registered user at sourceforge
_________________________________________________________________
SEEK: Now with over 50,000 dream jobs! Click here: http://ninemsn.seek.com.au?hotmail
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users