I have a solution with: 1) a project of a DLL (written in C++) 2) a project of an application (written in VB) 3) a setup project Setup project see al the dependence require by DLL Now DLL's project is an autonomus project (written in C++) and in the new solution there are: 1) a project of an application (written in VB) 2) a setup project Now the setup program doesn't see the dependence to Microsoft.VC80.CRT which is required by the DLL. If i install the application on developer's pc the program works good, but doesn't work on a pc without VS2005 because it can't find the assembly Microsoft.VC80.CRT. I solved the problem installing Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) on the pc with the error. How can I create a setup project that includes ALL the dependence?
"Baba" wrote in message news:C18555F0-38E3-4B0B-BBC4-3D4DDEB48C6F@microsoft.com... > I have a solution with: > 1) a project of a DLL (written in C++) > 2) a project of an application (written in VB) > 3) a setup project > Setup project see al the dependence require by DLL > > Now DLL's project is an autonomus project (written in C++) and in the new > solution there are: > 1) a project of an application (written in VB) > 2) a setup project > Now the setup program doesn't see the dependence to Microsoft.VC80.CRT > which > is required by the DLL. > > If i install the application on developer's pc the program works good, but > doesn't work on a pc without VS2005 because it can't find the assembly > Microsoft.VC80.CRT. > > I solved the problem installing Microsoft Visual C++ 2005 SP1 > Redistributable Package (x86) on the pc with the error. > > How can I create a setup project that includes ALL the dependence? See: http://msdn.microsoft.com/en-us/library/zebw5zk9(VS.80).aspx Mark -- Mark Salsbery Microsoft MVP - Visual C++