On Wed, 2010-03-17 at 20:40 +0530, Sharique uddin Ahmed Farooqui wrote: > I have build id from svn trunck. I'm using mono develop to build dblinq.
Which revision? Is it after r1305? Which version of Mono? You need to be using Mono 2.6 (or you'll get lots of errors due to a FieldAccessException [0]). Also, MonoDevelop is known to have incomplete support for MSBuild files; it's entirely plausible that it doesn't support the <Copy/> task, so I would suggest using xbuild (which is included with Mono 2.6, which you should be running anyway). - Jon [0] http://groups.google.com/group/dblinq/msg/712ad4d2d47f965c -- 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.
