I have migrated one project from VC++ 6.0 to .NET2003(managed C++). I
have modified the required code according to the .NET libraries. It is
executing fine in both Debug mode as well as release mode.The name of
the project is ardtd.

The problem is while running the application(not from IDE). I put the
exe and all the dlls required for that application. If i click on the
exe file, it is supposed to execute fine but
It says ardtdres.dll not found.

I'm getting this error on the systems where .NET is not installed even
though .NET framework is installed. If .NET is installed on the machine
I'm not getting this error.

Please let me know if you have any idea about this problem, Thank you
in advance