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
|
This was asked in a previous post but there was no reply. I'm attempting to install an application onto a system without Visual Studio and am receiving an error indicating System.Data.SqlServerCe.dll must be installed in the GAC even though I am only using SQL Server. Why? Any workarounds? Thanks, Mike |
|
|
There's no reason why LightSpeed should need SQL Server CE if you're not using the CE provider. When is this error occurring? Is this a ClickOnce deployment or a xcopy deployment? |
|
|
I was attempting to publish the app via ClickOnce. |
|
|
Go into Project Properties and select the Publish tab. Choose the Application Files button and deselect any database drivers that you don't need. (You might also want to check the Prerequisites button as well -- that's meant to be for infrastructure components but this being Microsoft it's possible they'd try to sneak CE in under that banner.) |
|
|
Sorry. I though I had already removed the DLL from the application files but apparently not. Thanks! |
|