45 people viewed my posted problem, neither have a solution.. anyways I was able to figured out the problem, I needed to add this reference to my web.config file.
<add assembly="System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
I know this is an advanced book, however the author made a good job of explaining most of the details clear.
|