Hello!
I have two problem in ClickOnce.
1. I use a dll using "DllImport". So, that dll is not included the publish.
How can I include this file.
2. After I publish, a dll is included the publish and is written in the manifest file.
But, When I execute this program, I can show the error message
"FileNotFoundException".
That dll is located the other files.
Why is it happend
Please help me~~

dll problem.