Application deployed when installation project fails due to SQL Server CE error

I just created an installation project for a C # application in VS 2008. The setup seems to work correctly on the XP SP2 Virtual Box guest machine, but when I try to run the application, it just crashes, only with "encountered a problem and needs to close" . dialogue. The event log contains the following error for .NET 2.0:

Event Type: Error
Event Source:   .NET Runtime 2.0 Error Reporting
Event Category: None
Event ID:   5000
Date:       2011/03/06
Time:       12:21:13 PM
User:       N/A
Computer:   ERISIA-XP
Description:
EventType clr20r3, P1 policymis.win.exe, P2 1.0.4082.20617, P3 4d735373, P4 system.data.sqlserverce, P5 3.5.1.0, P6 4b743b2d, P7 49f, P8 13a, P9 system.data.sqlserverce.sqlce, P10 NIL.

The application is built for the 3.5 SP1 framework and uses the DevExpress eXpressApp framework. The .sdf file for the application is correctly deployed and not read-only. SQL Server CE is configured as a prerequisite in the installation project and appears to be installed.

Any ideas on what might be wrong here?

+3
2
0

Source: https://habr.com/ru/post/1796620/


All Articles