0

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 enter image description here

enter image description here

enter image description here

enter image description here

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. enter image description here

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 enter image description here

ABCD
  • 379
  • 1
  • 8
  • 25
  • 1
    Check in the bin folder of project and verify the date of the missing dll. It should be in the debug and/or release folder of the main project and the date should be the last time it was compiled. – jdweng Sep 02 '23 at 12:00
  • @jdweng those dlls are up to date. no issues with it. – ABCD Sep 02 '23 at 16:29
  • See following : https://stackoverflow.com/questions/70699664/site-wont-run-could-not-load-file-or-assembly-dtsearchnetapi4-dll-or-one-of – jdweng Sep 02 '23 at 17:30
  • [Please do not upload images of code/data/errors.](//meta.stackoverflow.com/q/285551) – Mark Seemann Sep 02 '23 at 18:18

0 Answers0