Web Profile Builder 1.1.0.0 Released

Files can be downloaded from the Web Profile Builder project page.

If you are unfamiliar with Web Profile Builder, you can read my initial blog post about it here.

Changes made for release 1.1.0.0:

  • Added the ability to detect changes made to the profile section of the web.config file
    and only rebuild the Profile class if changes have been made.

Notes:

  • If you used the previous release, remember to uninstall it first.
  • Also, if you used the previous release and added the customize section in the
    web.config file, remember to update the assembly reference to
    “WebProfileBuilder.WebProfileConfigurationSection, WebProfileBuilder, Version=1.1.0.0,
    Culture=neutral, PublicKeyToken=01d50f1f82943b0c”.

Thank you to everybody who provided me with valuable feedback.  This release should address
all of your concerns.

Thanks
-Joe

3 Comments

  • Sergey,
    This warning was added in release 1.1.   I’m assuming you are using source control and you profile class is not checked out.  At the very least, your profile class is marked a read only.  If you make it writeable, you will not receive this warning and your profile class will generate.
    Thanks-Joe

  • I not use source control. I can't clear read only attribute, because profile class not exist. Because generator "Cannot write Profile class".

  • great update, thanks!

Comments have been disabled for this content.