can't use a dll which have a web refrences in asp page?

  • Thread starter Thread starter Gary
  • Start date Start date
G

Gary

I wrote a dll in c# and use it in asp(not asp.net) page, it works fine, but
when I modify the dll(add a web refrences to a web service because I hope
asp page can query a web service through a dll rather than use link
directly), an error "Object required" occurs in asp page, how can I resolve
this error?

Thanks for any advise.
 
[This followup was posted to microsoft.public.dotnet.framework and a
copy was sent to the cited author.]

The strange thing is the dll works fine in vb program, why not in asp page?
I think it has to do with references. The runtime needed is not
available to the asp engine.
 
Back
Top