o.k. sorry about the mess of a post but i've now upgraded to the latest
nightly build and I still get the same problem.
NAnt 0.85 (Build 0.85.1631.0; net-1.0.win32; nightly; 19/06/2004)
And I've spotted that even though I've specified ...

<property name="nant.settings.defaultframework" value="net-1.1" />
<property name="nant.settings.defaultframework.frameworkdirectory"
value="net-1.1" />

... NAnt is now back running net-1.0.

Any ideas?

 -----Original Message-----
From:   Ronan Brady [mailto:[EMAIL PROTECTED]
Sent:   24 June 2004 11:27
To:     '[EMAIL PROTECTED]'
Subject:        RE: VB6 Migration.  Solution task leads to
MissingManifestResourceException

apologies for this post ... just realised i took the nightly build from the
top of the nightly build list and not the bottom :(

 -----Original Message-----
From:   Ronan Brady [mailto:[EMAIL PROTECTED]
Sent:   24 June 2004 11:24
To:     '[EMAIL PROTECTED]'
Subject:        VB6 Migration.  Solution task leads to
MissingManifestResourceException

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