Windows > Windows Forms Forums > ClickOnce and Setup & Deployment Projects > About files .cdf-ms,.manifest files generated in clickonce deployement
Ask a questionAsk a question
 

AnswerAbout files .cdf-ms,.manifest files generated in clickonce deployement

  • Wednesday, November 04, 2009 6:46 AMsreelakshmimadhu Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi All,

    When i deploy the application using clickonce in client machine i am getting the files with the extension .cdf-ms,.manifest .

    can any body tell me about these files.

    Thanks in advance

Answers

  • Wednesday, November 04, 2009 7:39 AMRobinDotNetMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Hi sreelakshmimadhu,

    They are files generated when publishing a ClickOnce application. I presume they are used by the ClickOnce deployment runtime. The files are created for each dll, and contain digitall signed information about the different assemblies and the dependencies that they have. You should not mess with these files.

    RobinDotNet


    Click here to visit my ClickOnce blog!
    Microsoft MVP, Client App Dev

All Replies

  • Wednesday, November 04, 2009 7:39 AMRobinDotNetMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer

    Hi sreelakshmimadhu,

    They are files generated when publishing a ClickOnce application. I presume they are used by the ClickOnce deployment runtime. The files are created for each dll, and contain digitall signed information about the different assemblies and the dependencies that they have. You should not mess with these files.

    RobinDotNet


    Click here to visit my ClickOnce blog!
    Microsoft MVP, Client App Dev