Hello All,

I have developed a tool using c# 9, .Net 3.5, which has got something to do with our business, electricity distribution

The solution has got 1 EXE and 4 DLL. In the development environment (VS 2005), The EXE project make references to the DLL projects by adding references.

as in VC++ projects I thought, this adding references in .net projects, is something like static linking of DLL. so i just gave the EXE to friend of mine to use. And i his machine the exe is reporting some assembly missing error

Could some one please tell what should i need to do, i order to ship the application to other machines?

Regards

RK