How to work with device emulator (install etc.)?
I need to write simple device application (vb.net + mobile mssql). I know how to use emulator for debug, but I don't have idea how to:
-Install mobile MsSql server
-Create simple database (1-3 tables)
-SAVE IT <- I need to save this device. When I run my application for debug, it need to be open in this saved, configured environment.
Anybody know, how can I do this?
Re: How to work with device emulator (install etc.)?
Do an ADVANCE'd search on my USERNAME - SZLAMANY
Set it to THREADS that I started.
Set the form to MOBILE DEVELOPMENT.
You'll get about two dozen threads related to exactly what you are talking about - getting MS SQL CE installed on a PPC and what not.
Re: How to work with device emulator (install etc.)?
I didn't find how to install mssql server on WM 6 emulator.
Quote:
Hi,
just added the references to a new project, and clicked on 'run' in VS2005 and it deployed the following to the emulator:-
Deploying 'C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Client\v2.0\wce400\ARMV4\sql.ppc.wce4.armv4.CAB'
Deploying 'C:\Program Files\Microsoft Visual Studio 8\SmartDevices\SDK\SQL Server\Client\v2.0\wce400\ARMV4\sql.dev.enu.ppc.wce4.armv4.CAB'
I then put a connection string behind a button, clicked on it, and all was sweetness and light.
It's only way (it failed for me)?
Re: How to work with device emulator (install etc.)?
Hi,
if you deploy to the emulator using VS2005, and are using references to SqlServerCE, SqlServer Mobile will automatically be installed.
What are you seeing?
Re: How to work with device emulator (install etc.)?
Ok, I have done it other way (manual copy of .cab packages).