dc stein

dc stein

  • NA
  • 25
  • 30.2k

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?

Answers (1)