|
Post by jneave on Nov 15, 2011 4:59:19 GMT -5
Hi,
Now that I have Linqer working again I'm having problems with running the Linq in writes inside Linqer.
In the Message window I get about 10000 lines of:
Error Compiling Expression: Error Compiling path-to-my.designer.cs: The type or namespace name 'DataMember' could not be found (are you missing a using directive or an assembly reference?) The type or namespace name 'DataMemberAttribute' could not be found (are you missing a using directive or an assembly reference?)
I tested compiling the project that Linqer takes the dbml and designer.cs from and that compiles with no issues.
Any ideas?
Thanks,
James.
|
|
|
Post by Mikhail Oumantsev on Nov 15, 2011 21:27:07 GMT -5
What happens if you convert a simplest sql statement and then compile it? Do you have the same error?
|
|