Re: ClickOnce issues and questions...

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Mike: Hmm... that is an idea I had not thought about yet - i.e. Using
SourceSafe's 'share' to share the XML file between projects. I can sure
give that a try.

I tried using references to the DLLs in the 'base' project, and for
some reason it didn't work. I don't have the error message with me, but
I think I will re-copy the base project file and try it again.

Finally, I don't suppose there is any way to add an additional icon to
the setup is there? I.E. To also place an icon for the EXE onto the
desktop via ClickOnce?

Tom
--



Mike Blake-Knox wrote:

In article <uuqO19uuGHA.3392@xxxxxxxxxxxxxxxxxxxx>, Tom wrote:
However, with ClickOnce
there doesn't seem to be any way to 'specify' other files to be
included with the project within the base GUI - i.e. other DLLs
that might reside in other projects.

How about adding a reference (to the other projects) in the project
that has your GUI? If you have copy local true, it will put a copy of
the dll in the bin directory where ClickOnce can find it.

Also, you can use source control (e.g., VSS) to share an XML (for
instance) file between projects.

Mike
.



Relevant Pages

  • Re: dll dependencies
    ... i need to call dll2 to parse a file. ... there are two ways i can read the xml file. ... in both process i create a process that will init the parser ... What your DLLs do, how, can you ...
    (microsoft.public.vc.language)
  • Re: MDAC 2.7 in Registry but files are 2.5
    ... >> supported by updated dlls with the same name. ... the file names are the same from ADO 2.0 on. ... suggesting the specter of another round of problems. ...
    (microsoft.public.vb.general.discussion)
  • File Path not relative to dll?
    ... Solution/Project is under c:\projects\.... ... As a result when my .dlls ... try to find an XML file to parse using xmlTextReader, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: HELP! New to XML - simple solution needed
    ... Thanks Mike for your reply. ... Dim tw As XmlTextWriter ... Lindy ... >> I need to create an XML file with the following lines: ...
    (microsoft.public.dotnet.general)
  • Re: extremely simple xml parser?
    ... In article, Mike wrote: ... for retrieving the data and possibly for writing the data ... back to an xml file. ...
    (comp.lang.java.programmer)