Note that there are some explanatory texts on larger screens.

plurals
  1. POServer Error in '/' Application. Unspecified error [ 5,sqlcese40.dll ]
    primarykey
    data
    text
    <p>Can somebody please help me?</p> <p>After receiving an email from Google yesterday that advised a couple of links in my site (www.bigint.biz) were broken, I repaired them. Then I made a change to the sitemap.</p> <p>Afterwards, when accessing the site I received the message: Server Error in '/' Application, Runtime Error, This tag should then have its "mode" attribute set to "Off".</p> <p>So, I put the site exactly back how it was before the changes to the sitemap; but, I received an internal server error 500 error message.</p> <p>Then, I removed the whole site from the host provider and uploaded it again with the original version that worked fine with no joy. </p> <p>Since, I have set the customErrors tag "mode" attribute to "Off" to get a more detailed error message - below:</p> <hr> <p>Server Error in '/' Application. Unspecified error [ 5,sqlcese40.dll ] </p> <p>Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. </p> <p>Exception Details: System.Data.SqlServerCe.SqlCeException: Unspecified error [ 5,sqlcese40.dll ]</p> <p>Source Error: Line 2: @{ Line 3: Line 4: WebSecurity.InitializeDatabaseConnection("PhotoGallery", "UserProfile", "UserId", "Email", true);</p> <p>Source File: \web-123win\winpackage22\XXX.COM\web\content_AppStart.cshtml Line: 4</p> <pre><code>Stack Trace: [SqlCeException (0x80004005): Unspecified error [ 5,sqlcese40.dll ]] System.Data.SqlServerCe.SqlCeConnection.Open(Boolean silent) +2182 System.Data.SqlServerCe.SqlCeConnection.Open() +47 WebMatrix.Data.Database.EnsureConnectionOpen() +44 WebMatrix.Data.&lt;QueryInternal&gt;d__0.MoveNext() +66 System.Linq.Enumerable.FirstOrDefault(IEnumerable`1 source) +164 WebMatrix.Data.Database.QuerySingle(String commandText, Object[] args) +103 WebMatrix.WebData.DatabaseWrapper.QuerySingle(String commandText, Object[] parameters) +14 WebMatrix.WebData.SimpleMembershipProvider.CheckTableExists(IDatabase db, String tableName) +57 WebMatrix.WebData.SimpleMembershipProvider.CreateTablesIfNeeded() +49 WebMatrix.WebData.WebSecurity.InitializeMembershipProvider(SimpleMembershipProvider simpleMembership, DatabaseConnectionInfo connect, String userTableName, String userIdColumn, String userNameColumn, Boolean createTables) +73 WebMatrix.WebData.WebSecurity.InitializeProviders(DatabaseConnectionInfo connect, String userTableName, String userIdColumn, String userNameColumn, Boolean autoCreateTables) +51 WebMatrix.WebData.WebSecurity.InitializeDatabaseConnection(String connectionStringName, String userTableName, String userIdColumn, String userNameColumn, Boolean autoCreateTables) +51 ASP._Page__appstart_cshtml.Execute() in \\web-123win\winpackage22\bigint.biz\www.bigint.biz\web\content\_AppStart.cshtml:4 System.Web.WebPages.ApplicationStartPage.&lt;ExecuteInternal&gt;b__0() +65 System.Web.WebPages.ApplicationStartPage.&lt;GetSafeExecuteStartPageThunk&gt;b__3(Action action) +7 System.Web.WebPages.ApplicationStartPage.ExecuteInternal() +78 System.Web.WebPages.ApplicationStartPage.ExecuteStartPageInternal(HttpApplication application, Action`1 monitorFile, IVirtualPathFactory virtualPathFactory, IEnumerable`1 supportedExtensions) +184 System.Web.WebPages.ApplicationStartPage.ExecuteStartPage(HttpApplication application, Action`1 monitorFile, IVirtualPathFactory virtualPathFactory, IEnumerable`1 supportedExtensions) +30 [HttpException (0x80004005): Exception of type 'System.Web.HttpException' was thrown.] System.Web.WebPages.ApplicationStartPage.ExecuteStartPage(HttpApplication application, Action`1 monitorFile, IVirtualPathFactory virtualPathFactory, IEnumerable`1 supportedExtensions) +96 System.Web.WebPages.ApplicationStartPage.ExecuteStartPage(HttpApplication application) +170 System.Web.WebPages.WebPageHttpModule.StartApplication(HttpApplication application, Action`1 executeStartPage, EventHandler applicationStart) +126 System.Web.WebPages.WebPageHttpModule.StartApplication(HttpApplication application) +71 System.Web.WebPages.WebPageHttpModule.Init(HttpApplication application) +127 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +418 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +172 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +336 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +296 [HttpException (0x80004005): Exception of type 'System.Web.HttpException' was thrown.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9874568 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254 </code></pre> <hr> <p>I noticed that when I was uploading the site again using FileZilla Client that 4 files failed to copy to the host; however, the same files are in the host bin directory as they did not originally delete for some reason - access rights I think. The files are:</p> <p>web/content/bin/X86/sqlceer40ENN.dll</p> <p>web/content/bin/X86/sqlceqp40.dll</p> <p>web/content/bin/X86/sqlcese40.dll</p> <p>web/content/bin/X86/sqlceme40.dll</p> <hr> <p>Is this just coincidence, as the error message references one of these files?</p> <p>Any help would be really appreciated.</p> <p>Thank you.</p> <p>EDIT - I have found a little more info here but I am struggling to understand how it can help me: <a href="http://www.blakepell.com/Blog/?p=227" rel="nofollow">http://www.blakepell.com/Blog/?p=227</a></p> <p>I have got the site back up and running for the minute by removing: WebSecurity.InitializeDatabaseConnection("PhotoGallery", "UserProfile", "UserId", "Email", true);</p> <p>But the issue still exists</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload