This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I've got a Migrator instance trying to run a migration on a SqlCe 4.0 database, and I get the following exception: "Could not load file or assembly 'file:///Z: [...] \\\bin\\Debug\\Mindscape.LightSpeed.Generator.Extraction.SqlServerCe4.dll' or one of its dependencies. The system cannot find the file specified." I don't see any such dll in the Migrations folder, though. -- Vikram |
|
|
You'll need to reference it explicitly from your migrations project. You can find it in install_dir\Tools\Designer (same location as the Migrations DLL). |
|
|
Thanks, found it -- I was looking in the install_dir\Migrations folder, which is where I got the Migrations dll.
Vikram |
|