VS2003 / PPC 2003
When I searched for methods of checking whether SQL Server CE is
installed, I found reasonable suggestions.
However, when I try to run any code at all (not attempting to
instantiate any data objects) while SQL Server is not installed in my
emulator and my project references the SqlServerCe namespace, my app
doesn't even launch.
I know when I attempt to run a .net executable on a desktop that
contains missing references, I get an error message at startup.
Is there anything that can be done in this case?