DotNetNewsgroup.com  
web access to complete list of Microsoft.NET newsgroups
   home   |   control panel login   |   archive  |  
 
  carried group
academic
adonet
aspnet
aspnet.announcements
aspnet.buildingcontrols
aspnet.caching
aspnet.datagridcontrol
aspnet.mobile
aspnet.security
aspnet.webcontrols
aspnet.webservices
assignment_manager
datatools
dotnet.distributed_apps
dotnet.general
dotnet.myservices
dotnet.nternationalization
dotnet.scripting
dotnet.security
dotnet.vjsharp
dotnet.vsa
dotnet.xml
dotnetfaqs
framework
framework.clr
framework.compactframework
framework.component_services
framework.controls
framework.databinding
framework.drawing
framework.enhancements
framework.interop
framework.odbcnet
framework.performance
framework.remoting
framework.sdk
framework.setup
framework.webservices
framework.windowsforms
framework.wmi
frwk.windowsforms.designtime
lang.csharp
lang.jscript
lang.vb
lang.vb.controls
lang.vb.data
lang.vb.upgrade
lang.vc
lang.vc.libraries
  
 
start date: Thu, 23 Aug 2007 20:15:25 +0800,    posted on: microsoft.public.dotnet.framework.compactframework        back       

Thread Index
  1    The DBA
          2    Christian Resma Helle
          3    The DBA
          4    ctacke/ ctacke[at]opennetcf[dot]com


WM6 Emulator - runs out of storage space when deploying project   
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.
Date:Thu, 23 Aug 2007 20:15:25 +0800   Author:  

Re: WM6 Emulator - runs out of storage space when deploying project   
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.

-- 
Regards,
Christian Resma Helle
http://christian-helle.blogspot.com


"The DBA"  wrote in message 
news:OEKTYvX5HHA.1208@TK2MSFTNGP05.phx.gbl...

> 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.
>
> 
Date:Thu, 23 Aug 2007 14:04:51 +0200   Author:  

Re: WM6 Emulator - runs out of storage space when deploying project   
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?



"Christian Resma Helle"  wrote in message 
news:%23ERM61X5HHA.1184@TK2MSFTNGP04.phx.gbl...

> 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.
>
> -- 
> Regards,
> Christian Resma Helle
> http://christian-helle.blogspot.com
>
>
> "The DBA"  wrote in message 
> news:OEKTYvX5HHA.1208@TK2MSFTNGP05.phx.gbl...
>> 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.
>>
>>
>
> 
Date:Thu, 23 Aug 2007 20:56:03 +0800   Author:  

Re: WM6 Emulator - runs out of storage space when deploying project   
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


"The DBA"  wrote in message 
news:ehXvFGY5HHA.1208@TK2MSFTNGP05.phx.gbl...

> 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?
>
>
>
> "Christian Resma Helle"  wrote in message 
> news:%23ERM61X5HHA.1184@TK2MSFTNGP04.phx.gbl...
>> 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.
>>
>> -- 
>> Regards,
>> Christian Resma Helle
>> http://christian-helle.blogspot.com
>>
>>
>> "The DBA"  wrote in message 
>> news:OEKTYvX5HHA.1208@TK2MSFTNGP05.phx.gbl...
>>> 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.
>>>
>>>
>>
>>
> 
Date:Thu, 23 Aug 2007 07:35:34 -0500   Author:  

Google
 
Web dotnetnewsgroup.com


COPYRIGHT ?2005, EUROFRONT WORLDWIDE LTD., ALL RIGHT RESERVE  |   Contact us