in

ASP.NET Weblogs

Joe Wrobel

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

Comments

 

Sergey Popov said:

Profile not generate on rebuild:

Warning Cannot write Profile class. File is read only. "C:\Users\User\Documents\Visual Studio 2008\Projects\WebApplication1\WebApplication1\WebProfile.cs"

March 17, 2008 9:26 PM
 

robolize said:

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

March 18, 2008 8:22 PM
 

Sergey Popov said:

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

March 18, 2008 8:42 PM
 

robolize said:

Sergey,

Based on your first comment, it looks like there is a profile class located at “C:\Users\User\Documents\Visual Studio 2008\Projects\WebApplication1\WebApplication1\WebProfile.cs”.   Please verify that this file does not exist.  If it does, either delete it or make it writable.  If it is still an issue, please report it on the in the “Issue Tracker” section on the project site.

code.msdn.microsoft.com/.../List.aspx

Thanks
-Joe

March 19, 2008 12:47 AM
 

MrDog said:

great update, thanks!

March 25, 2008 5:56 AM

Leave a Comment

(required)  
(optional)
(required)  
Add