Questione : System.InvalidCastException unhandled dal codice di errore di codice dell'utente su LINQ

domanda di varietà = (da ordine in context.MyOrderDetails
dove il userName
del == di order.UserDomainName seleziona il nuovo
{
order.AccountID,
order.OrderNumber,
order.OrderStatus,
order.StartDate,
order.EndDate, ordine del
. Advertiser, ordine del
. 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, ordine. Filter_OrderGroup del
order.UADeliveredImpressionPercent, del
order.DraftOrderCount, del
order.ProposedOrderCount, del
order.ApprovedOrderCount, del
, ordine. Filter_LineofBusiness del
, ordine. Filter_Status del
, ordine. Filter_ActiveState del
, ordine. Filter_StartdateNext30 del
, ordine. Filter_StartdateNext60 del
, ordine. Filter_StartdateNext90 del
, ordine. Filter_EndDateNext30 del
, ordine. Filter_EndDateNext60 del
, ordine. Filter_EndDateNext90 del
,
order.LineEvent,
order.IsFavorite,
order.ClientID
}) .ToList (); il
It del
lo dà che il mazzo di errors

System.InvalidCastException unhandled dal code
Message=Unable dell'utente per lanciare l'oggetto di tipo “DataServiceOrderedQuery [`65 [System.String, System del <>f__AnonymousType2. Stringa, System.String, 1 [System.DateTime], System del `di System.Nullable. `1 [System.DateTime], System.String, System di Nullable. String, System.Decimal, System. `1 [System.Int32], System di Nullable. `1 [System di Nullable. Int32] , `1 [System di System.Nullable. Int32], `1 [System.Int32], `1 [System.Int32], System di System.Nullable di System.Nullable. `1 [System.Int32], System di Nullable. `1 [System di Nullable. Int32] , `1 [System di System.Nullable. Int32], `1 [System.Int32], System.Decimal, System.Decimal, `1 [System.Decimal], System di System.Nullable di System.Nullable. `1 [System di Nullable. Decimal], `1 [System.Decimal], System di System.Nullable. Decimal, System.Decimal, System. Decimal, `1 [System.Int32], 1 [System.Int32], System di System.Nullable del `di System.Nullable. `1 [System.Int32], System di Nullable. `1 [System di Nullable. Int32], System.Decimal, System.Decimal, System.Decimal, System.Decimal, System.String, 1 [System.DateTime], System del `di System.Nullable. Int32, System.Decimal, System. Decimal, System.Decimal, System. , `1 del `1 [System.Decimal] di Nullable di System.Nullable[System. Int32], `1 [System.Int32], `1 [System.Int32], System di System.Nullable di System.Nullable. `1 [System.Int32], System di Nullable. String, System.Decimal, System. Int64, System.String, `1 [System.Decimal], System di System.Nullable. `1 [System di Nullable. Int32] , `1 [System di System.Nullable. Int32], `1 [System.Int32], System.String, System di System.Nullable. String, System.String, System. String, `1 [System di System.Nullable. Byte], `1 [System.Byte], `1 [System.Byte], 1 [System.Byte], `1 [System.Byte], System di System.Nullable di System.Nullable del `di System.Nullable di System.Nullable. `1 [System.Byte], System di Nullable. 1 [System.Int64] del `] di String, di System.Int32, di System.Nullable]„ a tipo “1 [Microsoft.Advertising.SalesDashboard del `di System.Data.Services.Client.DataServiceQuery. Modules. OrderPerformance. Models.OrderPerformance. MyOrderDetails]„.
StackTrace:
a Microsoft.Advertizing.SalesDashboard.Modules.OrderPerformance. Services.
di OrderRepository.<>c__DisplayClass85.erDetailsDrillDown>b__83 (contesto di PerformanceEntities) al `2.<>c__DisplayClass277.

Risposta : System.InvalidCastException unhandled dal codice di errore di codice dell'utente su LINQ

Alcune domande.
Come IMyOrderDetails è definito? È un codice categoria che avete generato?
State selezionando tutti i campi a partire dalla tabella MyOrderDetails nella clausola prescelta?
Altre soluzioni  
 
programming4us programming4us