[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

Error on device when calling a web service

Sacha Korell

7/9/2003 9:10:00 PM

I get the following error when calling a web service that returns a dataset
with about 4000 records (one table, nine fields):

A managed SocketException occured at Application::Run+0xf

Could not find resource assembly

Application::Run+0xf
frmUpdateScanner::Main+0xd

Ok to terminate


I only get this error when I call the webservice from the device (Symbol
Barcode Scanner running PocketPC). The same code works fine when I run it on
the emulator.

Thanks for any advice,

Sacha


2 Answers

Mohammad Abu Sharkh

7/10/2003 9:14:00 AM

0

and by the way, transferring 4000 records will take to much time on pocket
pc. And using dataset is not the best solution. I used another way and the
speed was 8 times faster then dataset.

"Sacha Korell" <korell@huntsville.sparta.com> wrote in message
news:ue#ev5lRDHA.3796@tk2msftngp13.phx.gbl...
> I get the following error when calling a web service that returns a
dataset
> with about 4000 records (one table, nine fields):
>
> A managed SocketException occured at Application::Run+0xf
>
> Could not find resource assembly
>
> Application::Run+0xf
> frmUpdateScanner::Main+0xd
>
> Ok to terminate
>
>
> I only get this error when I call the webservice from the device (Symbol
> Barcode Scanner running PocketPC). The same code works fine when I run it
on
> the emulator.
>
> Thanks for any advice,
>
> Sacha
>
>


Mohammad Abu Sharkh

7/11/2003 4:24:00 AM

0

Hi,

Try to use the IDE for deployment. All what you need to do is to run the
solution. If it worked fine, it means you have a missing assembly in the cab
files.

Regards,
Mohammad

"Sacha Korell" <korell@huntsville.sparta.com> wrote in message
news:e3uP5EuRDHA.2144@TK2MSFTNGP11.phx.gbl...
> Thanks for your reply!
>
> No I am not using the IDE, but create a CAB file and move it to the
scanner
> and install it that way.
>
> What other way are you using?
>
> Thanks for your help,
>
> Sacha
>
>
> "Mohammad Abu Sharkh" <mabusharkh@ccc.gr> wrote in message
> news:OUJlYOsRDHA.3236@TK2MSFTNGP10.phx.gbl...
> > and by the way, transferring 4000 records will take to much time on
pocket
> > pc. And using dataset is not the best solution. I used another way and
the
> > speed was 8 times faster then dataset.
> >
> > "Sacha Korell" <korell@huntsville.sparta.com> wrote in message
> > news:ue#ev5lRDHA.3796@tk2msftngp13.phx.gbl...
> > > I get the following error when calling a web service that returns a
> > dataset
> > > with about 4000 records (one table, nine fields):
> > >
> > > A managed SocketException occured at Application::Run+0xf
> > >
> > > Could not find resource assembly
> > >
> > > Application::Run+0xf
> > > frmUpdateScanner::Main+0xd
> > >
> > > Ok to terminate
> > >
> > >
> > > I only get this error when I call the webservice from the device
(Symbol
> > > Barcode Scanner running PocketPC). The same code works fine when I run
> it
> > on
> > > the emulator.
> > >
> > > Thanks for any advice,
> > >
> > > Sacha
> > >
> > >
> >
> >
>
>