This file is probably the Mono debug information, and it is Mono specific. Can one of the Mono guys reading this message give a hand? Pascal.
jabber/gtalk: [email protected] msn: [email protected] On Mon, Dec 29, 2008 at 16:40, Adam Tauno Williams <[email protected]>wrote: > > On Mon, 2008-12-29 at 10:31 -0500, Adam Tauno Williams wrote: > > 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)] > > Okay, there was a reference in the DbMetal project to > "System.configuration", once I removed that and added a reference to > "System.Configuration", it *almost* builds! > > Now it just dies with - > [Task:File=, Line=0, Column=0, Type=Error, Priority=Normal, > Description=File > '/home/awilliam/Works/DbLinq/dblinq2007-read-only/src/DbMetal/bin/DbMetal.exe.mdb' > not found] > [Task:File=, Line=0, Column=0, Type=Error, Priority=Normal, > Description=/tmp/tmp525d0308.tmp] > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
