New Posts New Posts RSS Feed: SL VB Bug
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

SL VB Bug

 Post Reply Post Reply
Author
smi-mark View Drop Down
DevForce MVP
DevForce MVP
Avatar

Joined: 24-Feb-2009
Location: Dallas, Texas
Posts: 343
Post Options Post Options   Quote smi-mark Quote  Post ReplyReply Direct Link To This Post Topic: SL VB Bug
    Posted: 10-Mar-2009 at 5:22pm
Hi,

To be able to use LINQ queries with SL and VB.Net you need to add a TypeWrapper from:

"Microsoft.VisualBasic, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"

To:

"Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" (I think that is the latest one)

Otherwise DevForce blows up saying:

Caught exception: System.Exception: Unable to locate type: Microsoft.VisualBasic.CompilerServices.Operators, Microsoft.VisualBasic, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
   at IdeaBlade.Util.v4.TypeWrapperSL.FindType()
   at IdeaBlade.Util.v4.TypeWrapperSL.Restore()
   at IdeaBlade.Linq.v4.MethodInfoWrapperSL.FindMember()
   at IdeaBlade.Linq.v4.MemberInfoWrapperSL.Restore()
   at IdeaBlade.Linq.v4.MethodInfoWrapperSL.get_MethodInfo()
Back to Top
kimj View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 09-May-2007
Posts: 1391
Post Options Post Options   Quote kimj Quote  Post ReplyReply Direct Link To This Post Posted: 11-Mar-2009 at 5:54pm
Thanks for reporting this.  A fix for this bug will be included in DevForce Silverlight RC1 available next week.
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down