Earlier I had a 32-bit application and I am in the process of converting it into a 64-bit application.
Earlier I had a dtSearchNetApi4 32-bit DLL. Currently, I have replaced it with 64-bit DLL.
I am using Visual Studio 2019 and I changed my web application platform target to anycpu
I am a bit unclear on dt search support documentation https://support.dtsearch.com/faq/dts0217.htm.
Note:- This application is hosted in IIS I have changed the Enable 32bit application to false and loaded the application then the application loaded without any issues.
Can anyone please explain why unable to run using visual studio and how can I resolve it?
update :- I changed my web application platform target to x64 and I got the below error