Hi,
I have a C# windows mobile application originally created in VS2005 that was used to create a test database. However, now that I've included the C# code into a VS2008 project and re-setup the SQL references, I receive the following error:
An unhandled exception of type 'System.TypeLoadException' occurred in Unknown Module.
Additional information: File or assembly name 'System.Data.SqlServerCe, Version=3.5.0.0, Culture=neutral, PublicKeyToken=3BE235DF1C8D2AD3', or one of its dependencies, was not found.
The reference path appears to be good. Any ideas?
Thanks,