this doesn't return anything like its not even running anybody have an idea why I can't get the value from the silverlight client.Code:Try Dim check = (From d In Me.ObjectContext.OrderMasters Group d By d.ordnum Into g = Group Order By ordnum Descending Select ordnum).First Dim NewOrder As String = check & Date.Now.Millisecond.ToString Return NewOrder Catch ex As Exception Return "Could Not obtain order" End Try


Reply With Quote