I have developed a .NET application in my dev machine which is dependent on a COM object. I somehow have this COM object registered in my registry. So, I added reference to this COM object and VS.NET generated Interop for me. Everything is okay in my Dev machine. But, I'm trying to deploy this on a testing machine which doesn't have the COM registered. So, I ran RegSvr32 from Syswow64 folder and registered the COM successfully and Now trying to run regasm to register the Interop generated by the VS.NET, but throws error as unable to find the file.
regasm "D:\App\Bin\Interop.IManage.dll"