How make ClickOnce copy a file to the client?

  • Thread starter Thread starter Ronald S. Cook
  • Start date Start date
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
 
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
 
Back
Top