Saturday, January 10, 2009

Problems creating an install package for a DNN Authentication System

If you follow the current existing separate examples for .dnn files for LiveId or OpenId authentication then you will encounter a problem:

Error loading files from temporary folder - see below

Failure This package type is not registered - Authentication System

The advice to fix this is:

Change <package name="DNN_LiveIDAuthentication" type="Authentication System" version="01.00.00"> to <package name="DNN_LiveIDAuthentication" type="Auth_System" version="01.00.00"> and save it.

From http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/89/threadid/233922/scope/posts/Default.aspx

Took a while to find this....

No comments:

Post a Comment