Getting a reference warning during ClickOnce

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dean Slindee

    Getting a reference warning during ClickOnce

    In a VS2005 project that I am publishing with ClickOnce, a warning message
    appears saying "Unable to apply publish properties for item
    "microsoft.visu albasic.powerpa cks.printing.pr intform". The project formerly
    referenced this object, but it was removed from the References tree node
    after all code needing the reference was deleted. It does not show in the
    Project References tab under References: or Unused References. It does not
    show up under Publish. Applications Files. It is listed in
    Publish.Prerequ isites, but is unchecked. And finally, I have searched for
    "powerpacks " in the code, but found nothing.

    Can anyone else suggest another place to search?

    Thanks in advance...
    Dean S

  • =?Utf-8?B?U3VydHVyWg==?=

    #2
    RE: Getting a reference warning during ClickOnce

    Have you tried the menu option Build>Clean Solution before publishing?

    --
    David Streeter
    Synchrotech Software
    Sydney Australia


    "Dean Slindee" wrote:
    In a VS2005 project that I am publishing with ClickOnce, a warning message
    appears saying "Unable to apply publish properties for item
    "microsoft.visu albasic.powerpa cks.printing.pr intform". The project formerly
    referenced this object, but it was removed from the References tree node
    after all code needing the reference was deleted. It does not show in the
    Project References tab under References: or Unused References. It does not
    show up under Publish. Applications Files. It is listed in
    Publish.Prerequ isites, but is unchecked. And finally, I have searched for
    "powerpacks " in the code, but found nothing.
    >
    Can anyone else suggest another place to search?
    >
    Thanks in advance...
    Dean S
    >

    Comment

    Working...