.NET Web Services and Visual FoxPro COM Object Threading Issues
Posted by: Rick Strahls WebLog,
on 21 Nov 2006 |
View original
One good reason to use .NET with Visual FoxPro is to publish Web Services. Since the SOAP Toolkit is severely limited in what types of services it can publish using .NET to handle exporting of services is fairly straight forward to do and many developers have surely gone that route.
But what you might not be aware of is that theres a serious issue with Web Services when used with Visual FoxPro in that .NET Web Services run in Multithreaded Apartments (MTA) which means that they are running...