I've migrated a VB6 project to VB.Net and now I'm trying to migrate the Nant
automated build.
I'm currently using NAnt 0.85 (Build 0.85.1525.0; net-1.1.win32; nightly;
05/03/2004 after having to upgrade due to some limitations in .84.

Initially I had problems running the solution task because of the line
DefineConstants = "Win32 = True", which I ammended to DefineConstants =
"Win32=True" (without the spaces)

Now the solution task runs but I'm getting a compiler error.
The solution task I'm running is bog standard:
<solution configuration="release"  solutionfile="CCC.sln" />

I get the following error...
C:\MyProjects\CCC\CCC.NET\frmExpected.vb(1155) : error BC30652: Reference
required to assembly 'MSDataGridLib' containing the type
'MSDataGridLib.Columns'. Add one to your project.

If I rerun the build, the exe builds successfully, but when I run it I get a
MissingManifestResourceException.

Any help or hints greatly appreciated.

Regards,
Ronan

PS I'm new to VB6/VB.Net/Nant




-------------------------------------------------------
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

Reply via email to