Using the Data Access Application Block in Smart Device Apps
I am writing a Smart Device App and trying to use the Data Access Application Block (Microsoft.ApplicationBlocks.Data.dll) version2 in the data layer. I have succesfully use the dll in normal windows programs without any problems. However when i add my Data layer project to the Smart client project, i receive the "TypeLoadException" exception.
Is the Data Access Application Block not supported in the .NET compact framework?

