Adam Tauno Williams wrote:
>>>> Think so,  switching from Debug to Release reduces the error message to
>>>> just:
>>>> [Task:File=, Line=0, Column=0, Type=Error, Priority=Normal,
>>>> Description=/tmp/tmp249b9816.tmp]
>>> Got a thread over at
>>> <http://lists.ximian.com/pipermail/monodevelop-list/2008-December/008757.html>
>> Sadly, it still fails with the new Mono 2.2.
>> Exception caught by the compiler while compiling:
>>    Block that caused the problem begin
>> at: 
>> /home/awilliam/Works/DbLinq/dblinq2007-read-only/src/DbMetal/Generator/Implementation/CodeTextGenerator/CodeGenerator.Class.cs(588,99):
>>                      Block being compiled:
>> [/home/awilliam/Works/DbLinq/dblinq2007-read-only/src/DbMetal/Generator/Implementation/CodeTextGenerator/CodeGenerator.Class.cs(588,104):,/home/awilliam/Works/DbLinq/dblinq2007-read-only/src/DbMetal/Generator/Implementation/CodeTextGenerator/CodeGenerator.Class.cs(588,118):]
>> System.Exception: Expression Mono.CSharp.LocalVariableReference did not
>> set its type after Resolve
> 
> Supposedly this has been fixed in trunk.
> <https://bugzilla.novell.com/show_bug.cgi?id=447807>
Yes it is fixed in 2.4 preview and in trunk, but in 2.4 there is a 
regression from 2.2 that influences dblinq 
https://bugzilla.novell.com/show_bug.cgi?id=472805

It actually happens in DataContext.cs

[Task:File=/home/ekot/prg/dblinq/dblinq2007-read-only/src/DbLinq/Data/Linq/DataContext.cs,
 
Line=485, Column=63, Type=Error, Priority=Normal, Description=The call is 
ambiguous between the following methods or properties: 
`System.Linq.Expressions.Extensions.IsNullable(this System.Type)' and 
`DbLinq.Util.TypeExtensions.IsNullable(this System.Type)'(CS0121)]

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

Reply via email to