R
Rnes
For a Given dot net 2.0 solution.
Project_A has a reference to FOO.DLL
Project_B has a reference to project A.
I just converted this solution from 2003 to 2005. Before in 2003 when
this solution was built, the bin folder for Project_B would have
Project_B.dll, Project_A.dll, and FOO.DLL.
Now with 2005, Project_B only has Project_B.dll, Project_A.dll and
DOES NOT have FOO.DLL
Anybody have any ideas of why?
FOO.DLL is an external dll created from another 2.0 solution.
Project_A has a reference to FOO.DLL
Project_B has a reference to project A.
I just converted this solution from 2003 to 2005. Before in 2003 when
this solution was built, the bin folder for Project_B would have
Project_B.dll, Project_A.dll, and FOO.DLL.
Now with 2005, Project_B only has Project_B.dll, Project_A.dll and
DOES NOT have FOO.DLL
Anybody have any ideas of why?
FOO.DLL is an external dll created from another 2.0 solution.