WebService error

  • Thread starter Thread starter stef
  • Start date Start date
S

stef

I developped a web service that returns a dataset. It works, but sometimes
(???) i have an error
'Could not find resource assembly'
Any idea ?
 
Hey Stef,

I hit a similar problem recently. What is happening is that the system is
trying to report an exception, but it is unable to load the resource
assembly that contains all the error message text. By default this assembly
is not included as part of the cab file for your application. I fixed this
by manually coping System.SR.dll into my application's folder on the
PocketPC.

You can find System.SR.dll in the CompactFramework directory within Visual
Stutio.

Hope this helps,

Stony.
 
Back
Top