I have the application with SQL Server CE 4.0 private deployment. It's work correctly in standalone mode. But when I try to use this installed application as "external program" in vs2010 for debugging an addon dll for this application I get exception:
is not a valid Win32 application.(Exception from 0x800700C1)
System.BadImageFormatException
See http://screencast.com/t/geDHSmcA
As I undestood the sqlserverce cannot find native libraries. When I copied the libraries from the x86 subfolder to app folder then the application is successfully launched from under the vs.
Is there a better way to debug what this hack?
is not a valid Win32 application.(Exception from 0x800700C1)
System.BadImageFormatException
See http://screencast.com/t/geDHSmcA
As I undestood the sqlserverce cannot find native libraries. When I copied the libraries from the x86 subfolder to app folder then the application is successfully launched from under the vs.
Is there a better way to debug what this hack?