Products

Solutions

Resources

Partners

Community

About

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Cannot Build Site After Upgrading from v4.05.03 to 4.06.02Cannot Build Site After Upgrading from v4.05.03 to 4.06.02
Previous
 
Next
New Post
12/26/2007 5:12 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 Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
12/26/2007 5:16 PM
 

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 Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
12/26/2007 6:59 PM
 

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 9:39 PM
 

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 Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
New Post
12/26/2007 10:18 PM
 

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 Strohl

Upendo Ventures Upendo Ventures
DNN experts since 2003
Official provider of the Hotcakes Commerce Cloud and SLA support
 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Cannot Build Site After Upgrading from v4.05.03 to 4.06.02Cannot Build Site After Upgrading from v4.05.03 to 4.06.02


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, 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 DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out