when i build the smart cab project i need to right click on dependencies and click refresh. then i need to build the project again to see those dlls in the output folder.
is this a known bug i dont know, but because of this i need to add all the dlls to the project instead of primary outputs of those projects.

If you have any ideas please share.

Thanks

Recommended Answers

All 2 Replies

Does this only happen in RELEASE mode when you build the installers or does it happen all of the time? Do the projects have references to each other as "Project References" and not referencing their DLL output?

The primary output of a project is a single DLL or EXE -- what ever assembly you are building. The primary output does not include the DLLs required to load the assembly however.

i dont know only solution i found is to add the dlls as files.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.