On Fri, 2008-12-19 at 22:53 +0100, Pascal Craponne wrote:
> Apparently, the signing key is missing. You need to sign the generated
> assembly with DbLinq.snk.
> Can I ask you to submit a patch once the solution builds? I'll commit
> it to the repository.
I've got it signing, and have moved onto the next error. :)
I have to add "[assembly: AssemblyKeyFile ("../DbLinq.snk")]" to the
AssemblyInfo.cs of the various projects. And setup Monodevelop to sign
the assemblies (note: this requires working around Monodevelop
bug#461702 <https://bugzilla.novell.com/show_bug.cgi?id=461702>).
Now building DbMetal fails with:
[Task:File=/home/awilliam/Works/DbLinq/dblinq2007-read-only/src/DbMetal/Configuration/ProvidersSection.cs,
Line=39, Column=37, Type=Error, Priority=Normal, Description=The type or
namespace name `ConfigurationSection' could not be found. Are you missing a
using directive or an assembly reference?(CS0246)]
[Task:File=/home/awilliam/Works/DbLinq/dblinq2007-read-only/src/DbMetal/Configuration/ProvidersSection.cs,
Line=41, Column=40, Type=Error, Priority=Normal, Description=The type or
namespace name `ConfigurationElement' could not be found. Are you missing a
using directive or an assembly reference?(CS0246)]
[Task:File=/home/awilliam/Works/DbLinq/dblinq2007-read-only/src/DbMetal/Configuration/ProvidersSection.cs,
Line=62, Column=44, Type=Error, Priority=Normal, Description=The type or
namespace name `ConfigurationElementCollection' could not be found. Are you
missing a using directive or an assembly reference?(CS0246)]
mono-core-2.0.1-18.1.i586
monodevelop-1.9-1.3.noarch
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---