Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

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.0CanCan't build after upgrading from 4.5.5 to 4.8.1
Previous
 
Next
New Post
3/7/2008 10:43 AM
 

I upgraded dnn from v4.5.5 to v4.8.1. The upgrading process is smooth and the website workes.  I use install page for updading.   But now I can't build it for module development.  Can someone help?  Here is the error message:

Warning 1 Namespace or type specified in the Imports 'DotNetNuke.Security.Authentication.Configuration' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 29

Error 2 Type 'AuthenticationController' is not defined. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 41

Error 3 'ResetConfig' is not a member of 'System.Configuration.Configuration'. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 44

Error 4 Type 'DotNetNuke.Security.Authentication.Configuration' is not defined. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 45

Error 5 'AUTHENTICATION_KEY' is not a member of 'System.Configuration.Configuration'. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 57

Error 6 'UpdateConfig' is not a member of 'System.Configuration.Configuration'. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 125

Error 7 'ResetConfig' is not a member of 'System.Configuration.Configuration'. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 126

Error 8 Type 'AuthenticationController' is not defined. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 128

Warning 9 Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated. C:\websites\dnn402\admin\Security\EditGroups.ascx.vb 145

Warning 10 sub 'AddLocalizedModuleMessage' shadows an overloadable member declared in the base class 'UserModuleBase'. If you want to overload the base method, this method must be declared 'Overloads'. C:\websites\dnn402\admin\Security\Signin.ascx.vb 214

Warning 11 sub 'AddModuleMessage' shadows an overloadable member declared in the base class 'UserModuleBase'. If you want to overload the base method, this method must be declared 'Overloads'. C:\websites\dnn402\admin\Security\Signin.ascx.vb 233

Error 12 Type 'DotNetNuke.Security.Authentication.AuthenticationController' is not defined. C:\websites\dnn402\admin\Security\Signin.ascx.vb 380

Error 13 Type 'DotNetNuke.Security.Authentication.UserInfo' is not defined. C:\websites\dnn402\admin\Security\Signin.ascx.vb 381

Error 14 Type 'DotNetNuke.Security.Authentication.UserController' is not defined. C:\websites\dnn402\admin\Security\Signin.ascx.vb 387

Error 15 Type 'DotNetNuke.Security.Authentication.AuthenticationController' is not defined. C:\websites\dnn402\admin\Security\WindowsSignin.aspx.vb 43

Warning 16 Namespace or type specified in the Imports 'DotNetNuke.Security.Authentication.Configuration' doesn't contain any public member or cannot be found. Make sure the namespace or the type is defined and contains at least one public member. Make sure the imported element name doesn't use any aliases. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 29 9 C:\websites\dnn402\

Error 17 Type 'AuthenticationController' is not defined. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 41 56 C:\websites\dnn402\

Error 18 'ResetConfig' is not a member of 'System.Configuration.Configuration'. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 44 17 C:\websites\dnn402\

Error 19 Type 'DotNetNuke.Security.Authentication.Configuration' is not defined. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 45 31 C:\websites\dnn402\

Error 20 'AUTHENTICATION_KEY' is not a member of 'System.Configuration.Configuration'. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 57 124 C:\websites\dnn402\

Error 21 'UpdateConfig' is not a member of 'System.Configuration.Configuration'. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 125 17 C:\websites\dnn402\

Error 22 'ResetConfig' is not a member of 'System.Configuration.Configuration'. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 126 17 C:\websites\dnn402\

Error 23 Type 'AuthenticationController' is not defined. C:\websites\dnn402\admin\Security\AuthenticationSettings.ascx.vb 128 56 C:\websites\dnn402\

 

Thanks,

Kenny

 
New Post
3/7/2008 11:18 AM
 

Were you using the Source version of 4.5.5? Did you use the source version of 4.8.1?

Did you swap the Web.config files out as well?


Chris Hammond
Former DNN Corp Employee, MVP, Core Team Member, Trustee
Christoc.com Software Solutions DotNetNuke Module Development, Upgrades and consulting.
dnnCHAT.com a chat room for DotNetNuke discussions
 
New Post
3/7/2008 12:52 PM
 

I'm not sure how you're doing your module development but I'm assuming you're just referencing the DNN .dlls that you need in an Install version versus a Source version.

Anyways, there were major changes from DNN 4.5 to 4.6 with the authentication process and I'm wondering if you've tried updating your references to the DNN dlls.

 
New Post
3/7/2008 1:38 PM
 

My DNN4.5.5 was upgrade package.  I never have any source version.  I follow ths link to upgrade.

http://www.mitchelsellers.com/Blogs/tabid/54/articleType/ArticleView/articleId/173/Upgrading-to-DotNetNuke-480-from-4x.aspx

The web.config is updated.

Kenny

 
New Post
3/7/2008 2:02 PM
 

Yes, I never use source version for my module development.  I am using VS2005 for programming.   I still can modify the code on my own modules but  the custom classes in App_code folder can't take affect after modification.  I think I can building .a dll from separate project.

Would you let me know which DNN dlls I should check for the latest authentication process?  All the dlls in v4.8.1 install package are copied to /replaced with old one in bin folder. 

Thanks,

Kenny

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0CanCan't build after upgrading from 4.5.5 to 4.8.1


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