when i build my application with AnyCPU then error occurred.Please help us to short out this
System.DllNotFoundException was unhandled HResult=-2146233052 Message=Unable to load DLL 'iecore.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E) Source=IEvolution2 TypeName="" StackTrace: at HiComponents.IEvolution.TImageEnViewContainer.TImageEnViewContainerCreate(Int32 parent) at HiComponents.IEvolution.IEViewer..ctor() at IMAGO.Inward.frmInwardDownloadView1.InitializeComponent() in
The "Dll not found" error can be misleading, and often occurs when the bitness of the DLL is not correct. I.e you are not using the 32bit version of iecore.dll instead of the 64bit version.
My IEvolution version is 2.3.2.30087 HiComponents.NET Component and i use correct I'm using correct DLL. I use 2.3.2.30087 HiComponents.NET Component version and My solution developed by Framework 4. But still I'm getting error when I build my solution with AnyCPU. If DLL not support for 64bit.then where I can find 64 bit DLL.