PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Compact Framework Emulator

Reply

Emulator

 
Thread Tools Rate Thread
Old 08-03-2007, 02:19 PM   #1
VJ
Guest
 
Posts: n/a
Default Emulator


Is there any I can increase the storage space for a emulator?

VJ


  Reply With Quote
Old 08-03-2007, 03:00 PM   #2
Ginny Caughey [MVP]
Guest
 
Posts: n/a
Default Re: Emulator

VJ,

In VS 2005 select Tools, Options, Device Tools, Devices. Select the emulator
you're interested in and click Properties, then Emulator Options.

--
Ginny


"VJ" <nonewsaddress@yahoo.com> wrote in message
news:eVA2ZzYYHHA.588@TK2MSFTNGP06.phx.gbl...
> Is there any I can increase the storage space for a emulator?
>
> VJ
>


  Reply With Quote
Old 08-03-2007, 03:08 PM   #3
VJ
Guest
 
Posts: n/a
Default Re: Emulator

Ginny

I see the information and Thanks for the information. I changed the RAM
size, from 128 - 256, not helping. Should it be ROM size, but I have ROM
image address only, what does that mean? I am new to device programing,
kindly help

Thanks
VJ

"Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in message
news:707A1B19-AF83-4D28-BFDE-4A2D75378103@microsoft.com...
> VJ,
>
> In VS 2005 select Tools, Options, Device Tools, Devices. Select the
> emulator you're interested in and click Properties, then Emulator Options.
>
> --
> Ginny
>
>
> "VJ" <nonewsaddress@yahoo.com> wrote in message
> news:eVA2ZzYYHHA.588@TK2MSFTNGP06.phx.gbl...
>> Is there any I can increase the storage space for a emulator?
>>
>> VJ
>>

>



  Reply With Quote
Old 08-03-2007, 03:14 PM   #4
Ginny Caughey [MVP]
Guest
 
Posts: n/a
Default Re: Emulator

VJ,

What sort of error are you getting? What exactly do you want to accomplish?

--
Ginny


"VJ" <nonewsaddress@yahoo.com> wrote in message
news:ORzajOZYHHA.3824@TK2MSFTNGP02.phx.gbl...
> Ginny
>
> I see the information and Thanks for the information. I changed the RAM
> size, from 128 - 256, not helping. Should it be ROM size, but I have ROM
> image address only, what does that mean? I am new to device programing,
> kindly help
>
> Thanks
> VJ
>
> "Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in
> message news:707A1B19-AF83-4D28-BFDE-4A2D75378103@microsoft.com...
>> VJ,
>>
>> In VS 2005 select Tools, Options, Device Tools, Devices. Select the
>> emulator you're interested in and click Properties, then Emulator
>> Options.
>>
>> --
>> Ginny
>>
>>
>> "VJ" <nonewsaddress@yahoo.com> wrote in message
>> news:eVA2ZzYYHHA.588@TK2MSFTNGP06.phx.gbl...
>>> Is there any I can increase the storage space for a emulator?
>>>
>>> VJ
>>>

>>

>
>


  Reply With Quote
Old 08-03-2007, 03:47 PM   #5
VJ
Guest
 
Posts: n/a
Default Re: Emulator

I just needed additional space, try some File I/O. I got a storage card
attached i.e set to my local folder and do the File I/O at that folder. Well
right now the storage card is to local folder and its 30GB, that is my free
space in computer :-), which is sort of cheating, but works now. Ideally
would like to do without storage card, but increase the space on the device.
I am not receiving any error message. It just does not go beyond 32MB. It
would be really bad, if I cannot match the emulator size,space to my device
size and space as needed for test. I am just hopping Microsoft has not done
a thing like that. I am just new to this world, so I am still putting this
on me, and I am not able to figure out.

Thanks for your help
VJ

"Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in message
news:eUJbJSZYHHA.3656@TK2MSFTNGP05.phx.gbl...
> VJ,
>
> What sort of error are you getting? What exactly do you want to
> accomplish?
>
> --
> Ginny
>
>
> "VJ" <nonewsaddress@yahoo.com> wrote in message
> news:ORzajOZYHHA.3824@TK2MSFTNGP02.phx.gbl...
>> Ginny
>>
>> I see the information and Thanks for the information. I changed the RAM
>> size, from 128 - 256, not helping. Should it be ROM size, but I have ROM
>> image address only, what does that mean? I am new to device programing,
>> kindly help
>>
>> Thanks
>> VJ
>>
>> "Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in
>> message news:707A1B19-AF83-4D28-BFDE-4A2D75378103@microsoft.com...
>>> VJ,
>>>
>>> In VS 2005 select Tools, Options, Device Tools, Devices. Select the
>>> emulator you're interested in and click Properties, then Emulator
>>> Options.
>>>
>>> --
>>> Ginny
>>>
>>>
>>> "VJ" <nonewsaddress@yahoo.com> wrote in message
>>> news:eVA2ZzYYHHA.588@TK2MSFTNGP06.phx.gbl...
>>>> Is there any I can increase the storage space for a emulator?
>>>>
>>>> VJ
>>>>
>>>

>>
>>

>



  Reply With Quote
Old 08-03-2007, 05:00 PM   #6
Ginny Caughey [MVP]
Guest
 
Posts: n/a
Default Re: Emulator

VJ,

As far as I know adjusting the RAM size in the emulator should accomplish
what you want, assuming you have enough free RAM in your computer. I usually
test on the actual device unless it's not available yet, so I don't remember
if there were any issues with that.

--
Ginny


"VJ" <nonewsaddress@yahoo.com> wrote in message
news:uGtwHkZYHHA.1296@TK2MSFTNGP02.phx.gbl...
>I just needed additional space, try some File I/O. I got a storage card
>attached i.e set to my local folder and do the File I/O at that folder.
>Well right now the storage card is to local folder and its 30GB, that is my
>free space in computer :-), which is sort of cheating, but works now.
>Ideally would like to do without storage card, but increase the space on
>the device. I am not receiving any error message. It just does not go
>beyond 32MB. It would be really bad, if I cannot match the emulator
>size,space to my device size and space as needed for test. I am just
>hopping Microsoft has not done a thing like that. I am just new to this
>world, so I am still putting this on me, and I am not able to figure out.
>
> Thanks for your help
> VJ
>
> "Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in
> message news:eUJbJSZYHHA.3656@TK2MSFTNGP05.phx.gbl...
>> VJ,
>>
>> What sort of error are you getting? What exactly do you want to
>> accomplish?
>>
>> --
>> Ginny
>>
>>
>> "VJ" <nonewsaddress@yahoo.com> wrote in message
>> news:ORzajOZYHHA.3824@TK2MSFTNGP02.phx.gbl...
>>> Ginny
>>>
>>> I see the information and Thanks for the information. I changed the RAM
>>> size, from 128 - 256, not helping. Should it be ROM size, but I have ROM
>>> image address only, what does that mean? I am new to device programing,
>>> kindly help
>>>
>>> Thanks
>>> VJ
>>>
>>> "Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in
>>> message news:707A1B19-AF83-4D28-BFDE-4A2D75378103@microsoft.com...
>>>> VJ,
>>>>
>>>> In VS 2005 select Tools, Options, Device Tools, Devices. Select the
>>>> emulator you're interested in and click Properties, then Emulator
>>>> Options.
>>>>
>>>> --
>>>> Ginny
>>>>
>>>>
>>>> "VJ" <nonewsaddress@yahoo.com> wrote in message
>>>> news:eVA2ZzYYHHA.588@TK2MSFTNGP06.phx.gbl...
>>>>> Is there any I can increase the storage space for a emulator?
>>>>>
>>>>> VJ
>>>>>
>>>>
>>>
>>>

>>

>
>


  Reply With Quote
Old 08-03-2007, 05:05 PM   #7
Ginny Caughey [MVP]
Guest
 
Posts: n/a
Default Re: Emulator

Thanks, Nino. Good question.

--
Ginny


"Nino Benvenuti" <ni.no.spam@ninodotnet> wrote in message
news:OYgGFOaYHHA.4220@TK2MSFTNGP03.phx.gbl...
> VJ,
>
> Did you do a reset on the emulator after you changed the memory size?
>
> --
> Nino
>
>
> "VJ" <nonewsaddress@yahoo.com> wrote in message
> news:uGtwHkZYHHA.1296@TK2MSFTNGP02.phx.gbl...
>>I just needed additional space, try some File I/O. I got a storage card
>>attached i.e set to my local folder and do the File I/O at that folder.
>>Well right now the storage card is to local folder and its 30GB, that is
>>my free space in computer :-), which is sort of cheating, but works now.
>>Ideally would like to do without storage card, but increase the space on
>>the device. I am not receiving any error message. It just does not go
>>beyond 32MB. It would be really bad, if I cannot match the emulator
>>size,space to my device size and space as needed for test. I am just
>>hopping Microsoft has not done a thing like that. I am just new to this
>>world, so I am still putting this on me, and I am not able to figure out.
>>
>> Thanks for your help
>> VJ
>>
>> "Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in
>> message news:eUJbJSZYHHA.3656@TK2MSFTNGP05.phx.gbl...
>>> VJ,
>>>
>>> What sort of error are you getting? What exactly do you want to
>>> accomplish?
>>>
>>> --
>>> Ginny
>>>
>>>
>>> "VJ" <nonewsaddress@yahoo.com> wrote in message
>>> news:ORzajOZYHHA.3824@TK2MSFTNGP02.phx.gbl...
>>>> Ginny
>>>>
>>>> I see the information and Thanks for the information. I changed the RAM
>>>> size, from 128 - 256, not helping. Should it be ROM size, but I have
>>>> ROM image address only, what does that mean? I am new to device
>>>> programing, kindly help
>>>>
>>>> Thanks
>>>> VJ
>>>>
>>>> "Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in
>>>> message news:707A1B19-AF83-4D28-BFDE-4A2D75378103@microsoft.com...
>>>>> VJ,
>>>>>
>>>>> In VS 2005 select Tools, Options, Device Tools, Devices. Select the
>>>>> emulator you're interested in and click Properties, then Emulator
>>>>> Options.
>>>>>
>>>>> --
>>>>> Ginny
>>>>>
>>>>>
>>>>> "VJ" <nonewsaddress@yahoo.com> wrote in message
>>>>> news:eVA2ZzYYHHA.588@TK2MSFTNGP06.phx.gbl...
>>>>>> Is there any I can increase the storage space for a emulator?
>>>>>>
>>>>>> VJ
>>>>>>
>>>>>
>>>>
>>>>
>>>

>>
>>

>


  Reply With Quote
Old 08-03-2007, 05:09 PM   #8
Nino Benvenuti
Guest
 
Posts: n/a
Default Re: Emulator

VJ,

Did you do a reset on the emulator after you changed the memory size?

--
Nino


"VJ" <nonewsaddress@yahoo.com> wrote in message
news:uGtwHkZYHHA.1296@TK2MSFTNGP02.phx.gbl...
>I just needed additional space, try some File I/O. I got a storage card
>attached i.e set to my local folder and do the File I/O at that folder.
>Well right now the storage card is to local folder and its 30GB, that is my
>free space in computer :-), which is sort of cheating, but works now.
>Ideally would like to do without storage card, but increase the space on
>the device. I am not receiving any error message. It just does not go
>beyond 32MB. It would be really bad, if I cannot match the emulator
>size,space to my device size and space as needed for test. I am just
>hopping Microsoft has not done a thing like that. I am just new to this
>world, so I am still putting this on me, and I am not able to figure out.
>
> Thanks for your help
> VJ
>
> "Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in
> message news:eUJbJSZYHHA.3656@TK2MSFTNGP05.phx.gbl...
>> VJ,
>>
>> What sort of error are you getting? What exactly do you want to
>> accomplish?
>>
>> --
>> Ginny
>>
>>
>> "VJ" <nonewsaddress@yahoo.com> wrote in message
>> news:ORzajOZYHHA.3824@TK2MSFTNGP02.phx.gbl...
>>> Ginny
>>>
>>> I see the information and Thanks for the information. I changed the RAM
>>> size, from 128 - 256, not helping. Should it be ROM size, but I have ROM
>>> image address only, what does that mean? I am new to device programing,
>>> kindly help
>>>
>>> Thanks
>>> VJ
>>>
>>> "Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in
>>> message news:707A1B19-AF83-4D28-BFDE-4A2D75378103@microsoft.com...
>>>> VJ,
>>>>
>>>> In VS 2005 select Tools, Options, Device Tools, Devices. Select the
>>>> emulator you're interested in and click Properties, then Emulator
>>>> Options.
>>>>
>>>> --
>>>> Ginny
>>>>
>>>>
>>>> "VJ" <nonewsaddress@yahoo.com> wrote in message
>>>> news:eVA2ZzYYHHA.588@TK2MSFTNGP06.phx.gbl...
>>>>> Is there any I can increase the storage space for a emulator?
>>>>>
>>>>> VJ
>>>>>
>>>>
>>>
>>>

>>

>
>


  Reply With Quote
Old 08-03-2007, 06:21 PM   #9
VJ
Guest
 
Posts: n/a
Default Re: Emulator

I have reset the comptuer, the device (soft/hard).. no use. It just refuese
to go above 32MB. My computer has 30 GB space and is a 2GB memory machine...
I have even re-installed the emulator... Right now the stoarge card works
for me, but iI am really curious to know what is worng here..

Is there a place I can see any emulator logs... that might help me narrow
the problem?

Yes Ginny sure I have 3 devices to test, that is also plenty, but I love the
emulator, so I don't have to carry the device all place, like when i work
from home. Just this one annoying feature...

I just saw this post.. The fixed it?? somebody please help me..!!

http://groups.google.com/group/micr...594d6e19a115fe9


VJ

"Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in message
news:3DD588A3-5035-4729-8A13-C8CA7201D6C2@microsoft.com...
> Thanks, Nino. Good question.
>
> --
> Ginny
>
>
> "Nino Benvenuti" <ni.no.spam@ninodotnet> wrote in message
> news:OYgGFOaYHHA.4220@TK2MSFTNGP03.phx.gbl...
>> VJ,
>>
>> Did you do a reset on the emulator after you changed the memory size?
>>
>> --
>> Nino
>>
>>
>> "VJ" <nonewsaddress@yahoo.com> wrote in message
>> news:uGtwHkZYHHA.1296@TK2MSFTNGP02.phx.gbl...
>>>I just needed additional space, try some File I/O. I got a storage card
>>>attached i.e set to my local folder and do the File I/O at that folder.
>>>Well right now the storage card is to local folder and its 30GB, that is
>>>my free space in computer :-), which is sort of cheating, but works now.
>>>Ideally would like to do without storage card, but increase the space on
>>>the device. I am not receiving any error message. It just does not go
>>>beyond 32MB. It would be really bad, if I cannot match the emulator
>>>size,space to my device size and space as needed for test. I am just
>>>hopping Microsoft has not done a thing like that. I am just new to this
>>>world, so I am still putting this on me, and I am not able to figure out.
>>>
>>> Thanks for your help
>>> VJ
>>>
>>> "Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in
>>> message news:eUJbJSZYHHA.3656@TK2MSFTNGP05.phx.gbl...
>>>> VJ,
>>>>
>>>> What sort of error are you getting? What exactly do you want to
>>>> accomplish?
>>>>
>>>> --
>>>> Ginny
>>>>
>>>>
>>>> "VJ" <nonewsaddress@yahoo.com> wrote in message
>>>> news:ORzajOZYHHA.3824@TK2MSFTNGP02.phx.gbl...
>>>>> Ginny
>>>>>
>>>>> I see the information and Thanks for the information. I changed the
>>>>> RAM size, from 128 - 256, not helping. Should it be ROM size, but I
>>>>> have ROM image address only, what does that mean? I am new to device
>>>>> programing, kindly help
>>>>>
>>>>> Thanks
>>>>> VJ
>>>>>
>>>>> "Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in
>>>>> message news:707A1B19-AF83-4D28-BFDE-4A2D75378103@microsoft.com...
>>>>>> VJ,
>>>>>>
>>>>>> In VS 2005 select Tools, Options, Device Tools, Devices. Select the
>>>>>> emulator you're interested in and click Properties, then Emulator
>>>>>> Options.
>>>>>>
>>>>>> --
>>>>>> Ginny
>>>>>>
>>>>>>
>>>>>> "VJ" <nonewsaddress@yahoo.com> wrote in message
>>>>>> news:eVA2ZzYYHHA.588@TK2MSFTNGP06.phx.gbl...
>>>>>>> Is there any I can increase the storage space for a emulator?
>>>>>>>
>>>>>>> VJ
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>

>>

>



  Reply With Quote
Old 08-03-2007, 06:55 PM   #10
Ginny Caughey [MVP]
Guest
 
Posts: n/a
Default Re: Emulator

VJ,

As far as I know, based on Barry Bond's comment, 32Mb is a hard limit for
the DeviceEmulator.

--
Ginny


"VJ" <nonewsaddress@yahoo.com> wrote in message
news:%23xIPY6aYHHA.2316@TK2MSFTNGP04.phx.gbl...
>I have reset the comptuer, the device (soft/hard).. no use. It just refuese
>to go above 32MB. My computer has 30 GB space and is a 2GB memory
>machine... I have even re-installed the emulator... Right now the stoarge
>card works for me, but iI am really curious to know what is worng here..
>
> Is there a place I can see any emulator logs... that might help me narrow
> the problem?
>
> Yes Ginny sure I have 3 devices to test, that is also plenty, but I love
> the emulator, so I don't have to carry the device all place, like when i
> work from home. Just this one annoying feature...
>
> I just saw this post.. The fixed it?? somebody please help me..!!
>
> http://groups.google.com/group/micr...594d6e19a115fe9
>
>
> VJ
>
> "Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in
> message news:3DD588A3-5035-4729-8A13-C8CA7201D6C2@microsoft.com...
>> Thanks, Nino. Good question.
>>
>> --
>> Ginny
>>
>>
>> "Nino Benvenuti" <ni.no.spam@ninodotnet> wrote in message
>> news:OYgGFOaYHHA.4220@TK2MSFTNGP03.phx.gbl...
>>> VJ,
>>>
>>> Did you do a reset on the emulator after you changed the memory size?
>>>
>>> --
>>> Nino
>>>
>>>
>>> "VJ" <nonewsaddress@yahoo.com> wrote in message
>>> news:uGtwHkZYHHA.1296@TK2MSFTNGP02.phx.gbl...
>>>>I just needed additional space, try some File I/O. I got a storage card
>>>>attached i.e set to my local folder and do the File I/O at that folder.
>>>>Well right now the storage card is to local folder and its 30GB, that is
>>>>my free space in computer :-), which is sort of cheating, but works now.
>>>>Ideally would like to do without storage card, but increase the space on
>>>>the device. I am not receiving any error message. It just does not go
>>>>beyond 32MB. It would be really bad, if I cannot match the emulator
>>>>size,space to my device size and space as needed for test. I am just
>>>>hopping Microsoft has not done a thing like that. I am just new to this
>>>>world, so I am still putting this on me, and I am not able to figure
>>>>out.
>>>>
>>>> Thanks for your help
>>>> VJ
>>>>
>>>> "Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in
>>>> message news:eUJbJSZYHHA.3656@TK2MSFTNGP05.phx.gbl...
>>>>> VJ,
>>>>>
>>>>> What sort of error are you getting? What exactly do you want to
>>>>> accomplish?
>>>>>
>>>>> --
>>>>> Ginny
>>>>>
>>>>>
>>>>> "VJ" <nonewsaddress@yahoo.com> wrote in message
>>>>> news:ORzajOZYHHA.3824@TK2MSFTNGP02.phx.gbl...
>>>>>> Ginny
>>>>>>
>>>>>> I see the information and Thanks for the information. I changed the
>>>>>> RAM size, from 128 - 256, not helping. Should it be ROM size, but I
>>>>>> have ROM image address only, what does that mean? I am new to device
>>>>>> programing, kindly help
>>>>>>
>>>>>> Thanks
>>>>>> VJ
>>>>>>
>>>>>> "Ginny Caughey [MVP]" <ginny.caughey.online@wasteworks.com> wrote in
>>>>>> message news:707A1B19-AF83-4D28-BFDE-4A2D75378103@microsoft.com...
>>>>>>> VJ,
>>>>>>>
>>>>>>> In VS 2005 select Tools, Options, Device Tools, Devices. Select the
>>>>>>> emulator you're interested in and click Properties, then Emulator
>>>>>>> Options.
>>>>>>>
>>>>>>> --
>>>>>>> Ginny
>>>>>>>
>>>>>>>
>>>>>>> "VJ" <nonewsaddress@yahoo.com> wrote in message
>>>>>>> news:eVA2ZzYYHHA.588@TK2MSFTNGP06.phx.gbl...
>>>>>>>> Is there any I can increase the storage space for a emulator?
>>>>>>>>
>>>>>>>> VJ
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>
>>>>
>>>

>>

>
>


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off