Click here to Skip to main content
15,917,652 members
Home / Discussions / C#
   

C#

 
QuestionCould not load type (X) from assembly (XX) Pin
WebMaster31-Aug-10 7:02
WebMaster31-Aug-10 7:02 
AnswerRe: Could not load type (X) from assembly (XX) Pin
Not Active31-Aug-10 7:30
mentorNot Active31-Aug-10 7:30 
AnswerRe: Could not load type (X) from assembly (XX) Pin
Luc Pattyn31-Aug-10 7:31
sitebuilderLuc Pattyn31-Aug-10 7:31 
AnswerRe: Could not load type (X) from assembly (XX) Pin
WebMaster31-Aug-10 7:58
WebMaster31-Aug-10 7:58 
GeneralRe: Could not load type (X) from assembly (XX) Pin
Eddy Vluggen31-Aug-10 8:24
professionalEddy Vluggen31-Aug-10 8:24 
GeneralRe: Could not load type (X) from assembly (XX) Pin
WebMaster31-Aug-10 8:40
WebMaster31-Aug-10 8:40 
GeneralRe: Could not load type (X) from assembly (XX) Pin
Eddy Vluggen31-Aug-10 9:29
professionalEddy Vluggen31-Aug-10 9:29 
GeneralRe: Could not load type (X) from assembly (XX) Pin
WebMaster31-Aug-10 10:14
WebMaster31-Aug-10 10:14 
AnswerRe: Could not load type (X) from assembly (XX) Pin
PIEBALDconsult31-Aug-10 10:56
mvePIEBALDconsult31-Aug-10 10:56 
QuestionPassing Linq query results to a different function Pin
Swiftain31-Aug-10 3:57
Swiftain31-Aug-10 3:57 
AnswerRe: Passing Linq query results to a different function Pin
brunoseixas31-Aug-10 4:28
brunoseixas31-Aug-10 4:28 
GeneralRe: Passing Linq query results to a different function Pin
Swiftain31-Aug-10 4:41
Swiftain31-Aug-10 4:41 
GeneralRe: Passing Linq query results to a different function Pin
Not Active31-Aug-10 4:44
mentorNot Active31-Aug-10 4:44 
GeneralRe: Passing Linq query results to a different function Pin
Swiftain31-Aug-10 4:48
Swiftain31-Aug-10 4:48 
GeneralRe: Passing Linq query results to a different function Pin
Ian Shlasko31-Aug-10 5:26
Ian Shlasko31-Aug-10 5:26 
GeneralRe: Passing Linq query results to a different function Pin
Swiftain31-Aug-10 5:42
Swiftain31-Aug-10 5:42 
GeneralRe: Passing Linq query results to a different function Pin
Not Active31-Aug-10 5:50
mentorNot Active31-Aug-10 5:50 
GeneralRe: Passing Linq query results to a different function Pin
Swiftain31-Aug-10 5:54
Swiftain31-Aug-10 5:54 
GeneralRe: Passing Linq query results to a different function Pin
Ian Shlasko31-Aug-10 6:17
Ian Shlasko31-Aug-10 6:17 
GeneralRe: Passing Linq query results to a different function Pin
Not Active31-Aug-10 6:17
mentorNot Active31-Aug-10 6:17 
GeneralRe: Passing Linq query results to a different function Pin
Swiftain31-Aug-10 22:04
Swiftain31-Aug-10 22:04 
GeneralRe: Passing Linq query results to a different function Pin
Not Active1-Sep-10 1:41
mentorNot Active1-Sep-10 1:41 
First of all don't store it in session state. Remember this is the result of your query, not the query itself, and could be very large.

It's also quite clear how to cast it. It is being passed into your method as an IEnumerable, guess what it should be cast as?

I know the language. I've read a book. - _Madmatt

GeneralRe: Passing Linq query results to a different function [modified] Pin
Not Active31-Aug-10 5:46
mentorNot Active31-Aug-10 5:46 
GeneralRe: Passing Linq query results to a different function Pin
Swiftain31-Aug-10 5:55
Swiftain31-Aug-10 5:55 
GeneralRe: Passing Linq query results to a different function Pin
Not Active31-Aug-10 6:13
mentorNot Active31-Aug-10 6:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.