I'm having a problem deploying a click once application. I'm using VS 2008. I have a reference dll that is not being deployed.
In the project properties -> publish tab -> Appication Files
The referenced dll does not appearso I can't add it.
The dll is not used directly in my code- however it is used by another dll that I reference.
Is there a way I can manually edit something to ensure the dll is copied over?
Might be worth mentioning that the dll is a third party dll from devExpress: DevExpress.XtraPrinting.dll I think it may be loaded as a plugin by one of the other DevExpress dlls.
Thanks in advance.