Good morning,
I'm attempting to build a website using VWD 2010 Express that uses a SQL Server CE 4.0 database. It is working on my development system, but when I publish the project to a hosting server I get the following error.
Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail. (Exception from HRESULT: 0x800736B1) Source Error: Line 51: <providers> Line 52: <clear/> Line 53: <add name="SqlCeRoleProvider" type="ErikEJ.SqlCeRoleProvider" Line 54: connectionStringName="ApplicationServices" applicationName="/" writeExceptionsToEventLog="false"/> Line 55: </providers>
My searches seem to point to the possibility that the Visual C++ Redistributable is not installed on the host server. Could this be the source of my error, and if it is how can I resolve it? Your assistance will be greatly appreciated.
GrandpaB