Hello...
I am in the process of creating a solution that will save rss feeds to a Database....I have the project complete but cannot seem to get the database to work when I create a Setup Installer....I have build this setup a few time trying different things, nothing is working......see below screenshot for the error ....

here is what I have done so far.
1. included all the sql refrences I use in the project....
2. included all the dll file for the SQL Express Server ( there were 7 files )
3. selected the dll's and in the properties I set the "copy to output" to "copy if newer"
4. added a Refrence to the "System>Data.SqlServerCe" and set "Copy Local" to True.
then in the setup installer I add all the prerequisites such as -
net framework 4.0 ( in case the end user's machine doesnt have it)
Microsoft Sql Server 2008 Express SP 1 (x86)
now I see a Microsoft Sql Server 2008 Express SP 1 (x86 & x64Wow) should I be using this one?
Please , any help would be appreciated.....
Thank You
-InkedGFX
I am in the process of creating a solution that will save rss feeds to a Database....I have the project complete but cannot seem to get the database to work when I create a Setup Installer....I have build this setup a few time trying different things, nothing is working......see below screenshot for the error ....

here is what I have done so far.
1. included all the sql refrences I use in the project....
2. included all the dll file for the SQL Express Server ( there were 7 files )
3. selected the dll's and in the properties I set the "copy to output" to "copy if newer"
4. added a Refrence to the "System>Data.SqlServerCe" and set "Copy Local" to True.
then in the setup installer I add all the prerequisites such as -
net framework 4.0 ( in case the end user's machine doesnt have it)
Microsoft Sql Server 2008 Express SP 1 (x86)
now I see a Microsoft Sql Server 2008 Express SP 1 (x86 & x64Wow) should I be using this one?
Please , any help would be appreciated.....
Thank You
-InkedGFX
Last edited: