Activity overview
Latest activity by arif
Thanks for the reply.
i have 100+ projects and with different set of dependencies. the solution presented in the article you mentioned is not a great deal of help in this case. it would be problem to maintain the growing xml file. even if go with it; it won't help for other developers working on the same smart assembly project file (due to absolute path).
i did find the cause of this behavior. it was very simple thing. in the visual studio project reference's the Copy Local was set to false for the dependecy_assembly. changing it to true fixed the problem. / comments
Thanks for the reply.
i have 100+ projects and with different set of dependencies. the solution presented in the article you mentioned is not a great deal of help in this case. it would be problem ...
dependency assembly not found!
Hi,
I have following application structure
Project A (main exe)
Project B
Project C
Project D
Project A depends on Project B and C.
When i create a Smart Assembly project and specify Project A outp...