BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

ReBlogger Contents

Previous posts in XmlSerializer

 
 
Page 2612 of 18325

Grouping, while publishing a ClickOnce application.

Blogger : MSDN Blogs
All posts : All posts by MSDN Blogs
Category : XmlSerializer
Blogged date : 2008 Apr 20

When we publish our application, Initially there is only a single group named Required.

In our application, sometimes we would like to use XMLSerializer for optimization. This will create XMLSerializer.dll in your application.

This XMLSerializer.dll we normally dont want to download everytime, when we publish our application again after some changes and want it to be downloaded for specific set of users.

We can create a separate group for XMLSerializer.dll in ClickOnce, which will specify it to be downloaded to some set of user who belongs to that group.

Note: Never put XMLSerializer.dll and main application dll or exe in same group.

 

 


Read comments or post a reply to : Grouping, while publishing a ClickOnce application.
Page 2612 of 18325

Newest posts
 

    Email TopXML