TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
dc stein
NA
25
30.8k
Generic-Linq Error in C#.net 2008
Jul 20 2011 12:49 PM
GenericParameterAttributes = '(dtResults).Category_CodeColumn.DataType.GenericParameterAttributes' threw an exception of type 'System.InvalidOperationException'
GenericParameterAttributes = '(dtResults).Category_CodeColumn.DataType.GenericParameterAttributes' threw an exception of type 'System.InvalidOperationException'
I am in the process of changing a C#.net web windows form application that connects all the databases to a project folder called 'dataadapters'. This application uses linq as part of the code and the generic classes. I basically need to change columns in the database since the production will be changing in a month or two. Right now i am getting the error
GenericParameterAttributes = '(dtResults).Category_CodeColumn.DataType.GenericParameterAttributes' threw an exception of type 'System.InvalidOperationException'.
I know the problem is related to the linq code,but iIdo not know how to get to the LINQ code. Part of the code might related to an embedded file.
How would you resolve this problem?
Reply
Answers (
1
)
LINQ not working
Using LINQ