Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

telerik -- supercharge your DNN websites
  Need Help?  
Professional technical support for DotNetNuke is available from DotNetNuke Corporation.
 


  Ads  
The best choice for your web site host, email hosting, and domain registration.
 


  Sponsors  

Meet Our Sponsors

Webhost4life, specialists in DNN hosting
Mad Development is a full service interactive agency focusing on the merge of design, technology, e-commerce, and affiliate marketing by providing total website solutions.
AspDotNetStoreFront - E-Commerce by Design - The Leading ASP.NET shopping cart platform for developers!
Click here to go to dev.live.com for Windows Live developer resources
SteadyRain
DataSprings - Great Ideas. Always Flowing.
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Extend It! ( Pr...  Cannot Build Site After Upgrading from v4.05.03 to 4.06.02
Previous Previous
 
Next Next
New Post 12/26/2007 1:12 PM
Resolved
User is offline Will Strohl
1333 posts
Orlando.DotNetNukeUG.Net/
6th Ranked




Cannot Build Site After Upgrading from v4.05.03 to 4.06.02 
Modified By Will Strohl  on 12/26/2007 5:13:09 PM)

I have an instance of DNN that was v4.05.03.  I upgraded to version 4.06.02, but now I cannot build the site for development.  Can someone shed some light on what is wrong?  I get the following errors:

Error 1 C:\Web\v4.05.03_COPY\Admin\Security\AuthenticationSettings.ascx.vb(41): error BC30002: Type 'AuthenticationController' is not defined. C:\Web\v4.05.03_COPY\admin\Authentication\Login.ascx 6 
Error 2 Unknown server tag 'DNN:profile'. C:\Web\v4.05.03_COPY\admin\Authentication\Login.ascx 100 
Error 4 Type 'AuthenticationController' is not defined. C:\Web\v4.05.03_COPY\admin\Security\AuthenticationSettings.ascx.vb 41 
Error 5 'ResetConfig' is not a member of 'System.Configuration.Configuration'. C:\Web\v4.05.03_COPY\admin\Security\AuthenticationSettings.ascx.vb 44 
Error 6 Type 'DotNetNuke.Security.Authentication.Configuration' is not defined. C:\Web\v4.05.03_COPY\admin\Security\AuthenticationSettings.ascx.vb 45 
Error 7 'AUTHENTICATION_KEY' is not a member of 'System.Configuration.Configuration'. C:\Web\v4.05.03_COPY\admin\Security\AuthenticationSettings.ascx.vb 57 
Error 8 'UpdateConfig' is not a member of 'System.Configuration.Configuration'. C:\Web\v4.05.03_COPY\admin\Security\AuthenticationSettings.ascx.vb 125 
Error 9 'ResetConfig' is not a member of 'System.Configuration.Configuration'. C:\Web\v4.05.03_COPY\admin\Security\AuthenticationSettings.ascx.vb 126 
Error 10 Type 'AuthenticationController' is not defined. C:\Web\v4.05.03_COPY\admin\Security\AuthenticationSettings.ascx.vb 128 
Error 16 Type 'DotNetNuke.Security.Authentication.AuthenticationController' is not defined. C:\Web\v4.05.03_COPY\admin\Security\Signin.ascx.vb 375 
Error 17 Type 'DotNetNuke.Security.Authentication.UserInfo' is not defined. C:\Web\v4.05.03_COPY\admin\Security\Signin.ascx.vb 376 
Error 18 Type 'DotNetNuke.Security.Authentication.UserController' is not defined. C:\Web\v4.05.03_COPY\admin\Security\Signin.ascx.vb 382 
Error 19 Type 'DotNetNuke.Security.Authentication.AuthenticationController' is not defined. C:\Web\v4.05.03_COPY\admin\Security\WindowsSignin.aspx.vb 43 
Error 20 Element 'DNNTabStrip' is not a known element. This can occur if there is a compilation error in the Web site. C:\Web\v4.05.03_COPY\admin\Authentication\Login.ascx 14

Will LinkedIn profile
StrohlSiteDesign.com | My Blog | DotNetNuke® Skins by SSD
Google Toolbar Button for DNN | Suggested DNN Upgrade Paths
ODUG Web Site
 
New Post 12/26/2007 1:16 PM
User is offline Will Strohl
1333 posts
Orlando.DotNetNukeUG.Net/
6th Ranked




Re: Cannot Build Site After Upgrading from v4.05.03 to 4.06.02 

I should also let you know that I have also, ensured that the DLLs are there.  I have even pulled them from the Install zip just in case I somehow overwrote the ones from the Upgrade zip.

Occasionally when I build, I also get an error stating that the DNN:Label is an unknown server tag for the Login.ascx page.  It is not here, because I haven't gotten that one in about 10 minutes.


Will LinkedIn profile
StrohlSiteDesign.com | My Blog | DotNetNuke® Skins by SSD
Google Toolbar Button for DNN | Suggested DNN Upgrade Paths
ODUG Web Site
 
New Post 12/26/2007 2:59 PM
User is offline Mike Horton
3077 posts
dnn.gmss.org
4th Ranked






Re: Cannot Build Site After Upgrading from v4.05.03 to 4.06.02 

There were major changes with Authentication for 4.6.0 and it looks like you've still got old files in there and they're screwing up your build. I don't have the source for both handy at the moment but I'm pretty sure you can get rid of the files in Admin\Security (compare what's there to what's in your 4.6.2 install files.

One thing I do when I know there's been a major change between versions is to use a program called WinMerge and compare the directories (fresh install vs. current install).

 
New Post 12/26/2007 5:39 PM
User is offline Will Strohl
1333 posts
Orlando.DotNetNukeUG.Net/
6th Ranked




Re: Cannot Build Site After Upgrading from v4.05.03 to 4.06.02 

What a great idea!  Grrr...  Now I'm angry that I didn't think of that.  :)  And that is an awesome program! 

Following your advice, I have brought my build errors down to three, but they are in my custom modules.  You're a life-saver!


Will LinkedIn profile
StrohlSiteDesign.com | My Blog | DotNetNuke® Skins by SSD
Google Toolbar Button for DNN | Suggested DNN Upgrade Paths
ODUG Web Site
 
New Post 12/26/2007 6:18 PM
User is offline Will Strohl
1333 posts
Orlando.DotNetNukeUG.Net/
6th Ranked




Re: Cannot Build Site After Upgrading from v4.05.03 to 4.06.02 

By the way...  For anyone else running into this, here is the list of differences I came up with.  These are the files that I removed to get things working again (by the way, not all of these files are necessary).

Filename       Folder
AuthenticationSettings.ascx     admin\Security
AuthenticationSettings.ascx.vb     admin\Security
logoff.aspx       admin\Security
Logoff.aspx.vb       admin\Security
signin.ascx       admin\Security
Signin.ascx.vb       admin\Security
WindowsSignin.aspx      admin\Security
WindowsSignin.aspx.vb      admin\Security
AuthenticationSettings.ascx.resx    admin\Security\App_LocalResources
Signin.ascx.resx      admin\Security\App_LocalResources
Adsense.ascx       admin\Vendors
Adsense.ascx.vb       admin\Vendors
EditAdsense.ascx      admin\Vendors
EditAdsense.ascx.vb      admin\Vendors
Adsense.ascx.resx      admin\Vendors\App_LocalResources
EditAdsense.ascx.resx      admin\Vendors\App_LocalResources
DotNetNuke.Authentication.ADSI.dll    Bin
DotNetNuke.Authentication.ADSIProvider.dll   Bin
DotNetNuke.Caching.BroadcastPollingCachingProvider.SQLDataProvider.dll Bin
DotNetNuke.DNNScheduler.SqlDataProvider.dll   Bin
DotNetNuke.HttpModules.Authentication.dll   Bin
DotNetNuke.HttpModules.Compression.dll    Bin
DotNetNuke.HttpModules.DNNMembership.dll   Bin
DotNetNuke.HttpModules.Exception.dll    Bin
DotNetNuke.HttpModules.Personalization.dll   Bin
DotNetNuke.HttpModules.UrlRewrite.dll    Bin
DotNetNuke.HttpModules.UsersOnline.dll    Bin
DotNetNuke.Provider.DBLoggingProvider.SqlDataProvider.dll Bin
DotNetNuke.Provider.Membership.SqlDataProvider.dll  Bin
Blog_3.02.00_Install.resources     Install\Module
Events_03.03.07_Install.resources    Install\Module
HTML_04.05.00_Install.zip     Install\Module
Repository_03.01.10_Install.resources    Install\Module
Survey_04.00.85_Install.resources    Install\Module
UserDefinedTable_03.03.06_Install.resources   Install\Module

Will LinkedIn profile
StrohlSiteDesign.com | My Blog | DotNetNuke® Skins by SSD
Google Toolbar Button for DNN | Suggested DNN Upgrade Paths
ODUG Web Site
 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Extend It! ( Pr...  Cannot Build Site After Upgrading from v4.05.03 to 4.06.02
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


"SalarO" Skinning Graphic Design Branding Services
SalarO develops packaged & custom skins for your DNN at prices you can afford. SalarO is also developing Module development, Hosting, Branding/Logo design as well as Content Transfer Services to complement the core skinning solutions.
www.salaro.com
Data Springs Inc. - Module Development
Data Springs is a leader in the DNN community offering high quality modules, custom module development, enhancements to the DNN core product and overall DNN support.
www.datasprings.com
XCESS expertise center b.v.
Custom made modules and complete solutions for the DNN framework. Maatwerk modules en complete webtoepassingen gebaseerd op het DNN framework.
www.xcess.nl

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP