memory could not be read

  • Thread starter Thread starter Larry
  • Start date Start date
L

Larry

Hi, I have a asp.net small application that calls a xml
webservice this web service calls into some Vb 6 com
components and then returns a result back to my asp.net
client. The problem is - this works the first time no
problem, if you hit the back button (after results are
returned) and click submit again the web service returns
ok, HOWEVER - as soon as i try to work with the returned
string aspnet_wp.exe blows up with a "Memory could not be
read" error.

Any suggestions would be greatly appreciated.
 
Hi,

I always use tlbimp to wrap COM objects and I never had any problem
manipulating returning string. can you post code ?

Natty Gur[MVP]
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
 
this sounds like a problem we had - try the ASPCOMPAT option for the page in
question and see if that clears up your problem. if it does , you then have
to consider your new STA bottleneck.
 
Back
Top