WM6 Emulator - runs out of storage space when deploying project

  • Thread starter Christian Resma Helle
  • Start date
C

Christian Resma Helle

You change the settings of the emulator image through Visual Studio -
Tools - Options - Device Tools - Devices - Properties - Emulator options.

Set your RAM size all the way up to 256. The emulator will also perform
better this way.
 
T

The DBA

Hi,

I'm trying to develop a WM6 mobile application (for personal use) in VS2005
using C#. The application uses the microsoft.sqlserver.smo assembly in order
to connect to an instance of SQL Server and be able to manage it. The
problem is when I build and deploy the application, it copies a whole lot
of other assemblies to the WM6 emulator which causes it to run out of
storage space, and causing the build and deployment to fail. Is there any
way
around this? There's seems to be no way to increase the storage size of the
emulator. Is there a compact version of the SMO assembly?

Please help me. I'm stuck.

Thank you.
 
G

Guest

As was pointed out in another group, you cannot use desktop assemblies on
the device. This will not work even if you somehow manage to get everything
to the device


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
T

The DBA

Thanks Christian.

I've already done that and didn't help at all. The issue here is the
storage's insuffecient space and not the RAM. Any other suggestions?
 

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