Click here to Skip to main content
Posted 21 Nov '12 - 2:51
Kurac1549


2 solutions

This is a classic example of why the var type is dangerous. The compiler cannot make a guess as to what type should be assigned to productEntity. Use properly typed variables so the compiler can make better evaluations of what you are trying to do.
 
Also, in future, please copy and paste both the code and the error message into your question rather than linking to a picture elsewhere.
  Permalink  
Hello
The following comiler error related to the fact that you are trying to pass a Anonymous
Type to a function that expect ProductEntity Type, I think that the best solution for you will be to crate a Product type and not Anonymous type inside the GetData
function
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 OriginalGriff 213
1 Sergey Alexandrovich Kryukov 159
2 Richard MacCutchan 150
3 Maciej Los 136
4 Tadit Dash 110
0 Sergey Alexandrovich Kryukov 10,264
1 OriginalGriff 7,917
2 CPallini 4,181
3 Rohan Leuva 3,522
4 Maciej Los 3,125


Advertise | Privacy | Mobile
Web03 | 2.6.130523.1 | Last Updated 21 Nov 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid