Detecting if SQL CE is installed on PPC.

M

Michael Lahrkamp

How can my PPC application developed using .NET detect whether SQL CE is
installed? Are there registry keys?

Thanks,
Mike
 
R

Richard Thombs

On Thu, 15 Jul 2004 10:47:51 -0400, Michael Lahrkamp wrote:
You could try and load one of the assemblies using the
System.Reflection.Assembly classes.

When doing auto-update I check for it's presence by just looking for
\Windows\SQL CE\ssce20.dll (or something like that, can't remember the
spelling).

Hope this helps,

Richard.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top