Help
I am using an SQL Based application called Optifood for diet modeling in windows 10. The Optifood app installs and opens fine but crashes immediately i try to run any analysis.
The root cause appears to be SQL Server Compact failing. I have tried to register the DLLs manually via regsvr32 I get:
sqlceoledb35.dll → error 0x80004005
sqlceme35.dll → entry point DllRegisterServer not found
sqlceqp35.dll → entry point DllRegisterServer not found
sqlcese35.dll → entry point DllRegisterServer not found
i have also removed and reinstalled SSCE 3.5 x86 and x64 as suggested by the post i'll link below.
If case my explanation is not very clear, here is a similar problem from the microsoft support.
https://support.microsoft.com/en-au/topic/fix-you-receive-an-error-message-when-you-run-a-sql-server-compact-3-5-based-application-after-you-install-the-32-bit-version-of-sql-server-compact-edition-3-5-service-pack-2-on-an-x64-computer-c402cea6-35c0-52e9-4fc0-172082d1038b
has anyone been able to solve this issue. because i can see even microsoft acknowlging this as a problem?
Thanks