Hello,
We are migrating a .NET web application with 10.2 Arcobjects SDK into .NET 6 with Pro SDK Core Host libraries which has simple GIS functionality like reading a feature or rater for a point. The console application with Pro SDK core host libraries to achieve this functionalities works well but as soon I use this in the web application it gives error "Host must be initialized on an STA Thread" while doing Host.Initialize();
Is there any way to use this in web application?
Thanks & Regards
Piyush