I am trying to connect Stimulsoft Designer to a SQLCE .sdf file. I downloaded and built the Stimulsoft.Report.SqlCEDatabase project and copied the Stimulsoft.Report.SqlCeDatabase.dll library up to the designer directory and opened the designer. When i try to test the connection string I get
Code: Select all
Connection error: Unable to load DLL 'sqlceme30.dll': The specified module could not be found.
I added the sqlceme30.dll as well as the other required sqlce dlls to the designer directory and tried testing the connection again. This time I get the error message
Code: Select all
Connection error: An attempt was made to load a program with an incorrect format.
I have verified that the Database Pack project build properties has Platform Target set to "Any CPU".
I'm not sure what I am doing wrong here but the installation.txt didnt mention anything about having to copy the sqlce dlls to the designer directory.
I was wondering if anyone has run into this before and if there might be a solution to this problem?