V
Victor
Hi everyone
I have a client-server application, business logic of which is implemente
as VB6 objects. I need to expose business logic as Web services
Investigating WEB services I came across KB articl
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q30337
If I understood it correctly, all threads running Web services go throug
the SAME single threaded appartment when they access Apartment threaded objects
This looks to me as a potential problem
Does this apply to .NET Framework 1.1
What would be the best way to implement Web servces using apartment threaded objects
(I hope I don't have to rewrite all VB6 business logic in .NET)
Thank you very much !
I have a client-server application, business logic of which is implemente
as VB6 objects. I need to expose business logic as Web services
Investigating WEB services I came across KB articl
http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q30337
If I understood it correctly, all threads running Web services go throug
the SAME single threaded appartment when they access Apartment threaded objects
This looks to me as a potential problem
Does this apply to .NET Framework 1.1
What would be the best way to implement Web servces using apartment threaded objects
(I hope I don't have to rewrite all VB6 business logic in .NET)
Thank you very much !