How make ClickOnce copy a file to the client?

R

Ronald S. Cook

I have a Win app that references another project. In that other project,
there is a remoting.config file that obviusly doesn't get compiled into the
DLL.

When I use ClickOnce to publish my app, it doesn't work because that file
can't be found.

How can I make it go with?

Thanks,
Ron
 
L

Laurent Bugnion [MVP]

Hi,
I have a Win app that references another project. In that other project,
there is a remoting.config file that obviusly doesn't get compiled into the
DLL.

When I use ClickOnce to publish my app, it doesn't work because that file
can't be found.

How can I make it go with?

Thanks,
Ron

Try to check this discussion:
http://groups.google.ch/group/micro...+with+assembly.&rnum=1&hl=en#1586e1120a62f22c

If you add the file to the assembly manifest, I think that ClickOnce
will install it correctly.

HTH,
Laurent
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top