Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
Compiler Error Message: CS1061: 'System.Collections.Generic.List<AnonymousType#1>' does not contain a definition for 'Job_Titile' and no extension method 'Job_Titile' accepting a first argument of type 'System.Collections.Generic.List<AnonymousType#1>' could be found (are you missing a using directive or an assembly reference?)
Posted
Updated 13-Oct-10 5:08am
v2
Comments
HimanshuJoshi 13-Oct-10 11:09am    
Good, now go on and solve it yourself because nobody can do it for you unless you are more elaborate in what are you trying to do and what is the code that produces this error.
OriginalGriff 13-Oct-10 11:15am    
Perhaps if you showed us the line of code this error refers to it would be a little simpler to work out what your problem is.
Edit your question - don't add an answer - and provide the code fragment.

Looks like you misspelled "Job_Title".
 
Share this answer
 
Follow the steps below:


  1. open this[^] page and read it carefully
  2. double-click on the error message: this will locate the wrong line in your surce code
  3. fix the error: probably is just a mispelled method name
 
Share this answer
 
It appears that 'Job_Titile' could not be found in the query you are trying to execute. Chcek if this field exists in the query / predicate you are running.
 
Share this answer
 

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



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900