Frage : System.InvalidCastException unhandled durch Benutzercode Störungscode auf LINQ

var-Frage = (vom Auftrag in context.MyOrderDetails
, in dem order.UserDomainName == userName
neues
vorwählen {
order.AccountID,
order.OrderNumber,
order.OrderStatus,
order.StartDate,
order.EndDate,
Auftrag. Inserent,
Auftrag. Campaigne,
order.BookedRevenue,
order.CreativeCount,
order.MissingCreative,
order.MissingCreative,
order.MissingCount,
order.CreativeCount,
order.NotStartedCount,
order.OrderItemActiveCount,
order.OrderItemCompletedCount,
order.OrderItemCount,
order.BookedImpressions,
order.UACount,
order.UAThroughRate,
order.UACPM,
order.UADeliveredImpressionCount,
order.UADeliveredRevenue,
                                     order.UAImpressionGoal,
order.UACount,
order.MissingCount,
order.MissingCreative31to45Count,
order.MissingCreative46to60Count,
order.MissingCreative61to90Count,
order.OrderLifeToDateClickCount,
order.OrderDeliveredImpressionCount,
order.OrderLifeToDateDiscountedSalesUSD,
order.OrderLifeToDateScheduledImpressionCount,
order.ActiveState,
order.OrderProposalExpirationDate,
order.OrderProposalExtensionCount,
order.UAOrderedImpressionCount,
order.UAPacingLTDDeliveredImpressionCount,
order.UAPacingLTDScheduledImpressionCount,
order.UAPacingPct,
order.PremiumLateCreativeCount,
order.PremiumMissingCreative16to30Count,
order.PremiumAssignedCreativeCount,
order.PremiumMissingCreativeCount,
order.PrimaryAeName,
order.UAScheduledImpressionCount,
order.TotalDayCount,
                                     order.UserDomainName,
order.UADeliveredImpressionPercent,
order.DraftOrderCount,
order.ProposedOrderCount,
order.ApprovedOrderCount,
Auftrag. Filter_OrderGroup,
Auftrag. Filter_LineofBusiness,
Auftrag. Filter_Status,
Auftrag. Filter_ActiveState,
Auftrag. Filter_StartdateNext30,
Auftrag. Filter_StartdateNext60,
Auftrag. Filter_StartdateNext90,
Auftrag. Filter_EndDateNext30,
Auftrag. Filter_EndDateNext60,
Auftrag. Filter_EndDateNext90,
order.LineEvent,
order.IsFavorite,
order.ClientID
}) .ToList ();

It gibt mich, den das Bündel von errors

System.InvalidCastException durch Benutzer code
Message=Unable unhandled, um Gegenstand der Art „DataServiceOrderedQuery [<>f__AnonymousType2 `65 [System.String, System zu werfen. Schnur, System.String, System.Nullable `1 [System.DateTime], System. Nullable `1 [System.DateTime], System.String, System. String, System.Decimal, System. Nullable `1 [System.Int32], System. Nullable `1 [System. Int32] , System.Nullable `1 [System. Int32], System.Nullable `1 [System.Int32], System.Nullable `1 [System.Int32], System. Nullable `1 [System.Int32], System. Nullable `1 [System. Int32] , System.Nullable `1 [System. Int32], System.Nullable `1 [System.Int32], System.Decimal, System.Decimal, System.Nullable `1 [System.Decimal], System. Nullable `1 [System. Decimal], System.Nullable `1 [System.Decimal], System. Decimal, System.Decimal, System. Decimal, System.Nullable `1 [System.Int32], System.Nullable `1 [System.Int32], System. Nullable `1 [System.Int32], System. Nullable `1 [System. Int32], System.Decimal, System.Decimal, System.Decimal, System.Decimal, System.String, System.Nullable `1 [System.DateTime], System. Int32, System.Decimal, System. Decimal, System.Decimal, System. Nullable `1 [System.Decimal] , System.Nullable `1[System. Int32], System.Nullable `1 [System.Int32], System.Nullable `1 [System.Int32], System. Nullable `1 [System.Int32], System. String, System.Decimal, System. Int64, System.String, System.Nullable `1 [System.Decimal], System. Nullable `1 [System. Int32] , System.Nullable `1 [System. Int32], System.Nullable `1 [System.Int32], System.String, System. String, System.String, System. String, System.Nullable `1 [System. Byte], System.Nullable `1 [System.Byte], System.Nullable `1 [System.Byte], System.Nullable `1 [System.Byte], System.Nullable `1 [System.Byte], System. Nullable `1 [System.Byte], System. String, System.Int32, System.Nullable `1 [System.Int64]]]“ zur Art „System.Data.Services.Client.DataServiceQuery `1 [Microsoft.Advertising.SalesDashboard. Modules. OrderPerformance. Models.OrderPerformance. MyOrderDetails]“.
StackTrace:
an Microsoft.Advertizing.SalesDashboard.Modules.OrderPerformance. Services. OrderRepository.<>c__DisplayClass85.erDetailsDrillDown>b__83 (PerformanceEntities Zusammenhang)
System.Linq.Observable.<>c__DisplayClass275 am `2.<>c__DisplayClass277.

Antwort : System.InvalidCastException unhandled durch Benutzercode Störungscode auf LINQ

Einige Fragen.
Wie wird IMyOrderDetails definiert? Ist es eine Kategorie, die Sie verursachten?
Wählen Sie alle Felder von der Tabelle MyOrderDetails in der auserwählten Klausel vor?
Weitere Lösungen  
 
programming4us programming4us