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

HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Error using LinkClick.aspx after upgrade. 7.4.2Error using LinkClick.aspx after upgrade. 7.4.2
Previous
 
Next
New Post
10/19/2015 11:36 AM
 

I have started to receive this error on my site when i upgraded this to DNN - 7.4.2. It appears that it cannot find the portalid  present in the url in order to pull out the decryption key. Any ideas on how to solve this issue?

URL: /LinkClick.aspx?fileticket=v9wAg9u2_YA%3d&tabid=162&portalid=0&mid=506

Object reference not set to an instance of an object.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.


Stack Trace: 

[NullReferenceException: Object reference not set to an instance of an object.]
   DotNetNuke.Common.Utilities.UrlUtils.DecryptParameter(String value, String encryptionKey) +167
   DotNetNuke.Services.FileSystem.FileLinkClickController.GetFileIdFromLinkClick(NameValueCollection queryParams) +63
   DotNetNuke.Services.FileSystem.FileServerHandler.ProcessRequest(HttpContext context) +685
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +747
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
 
New Post
10/19/2015 9:52 PM
 

Solved.

The crypto section was missing from my web.config file. Added this to the web.config. found on a fourm @ http://www.dnnsoftware.com/forums/threadid/499007/scope/posts/dotnetnukeservicescryptographycryptographyprovider-issue-after-upgrading-to-722

something odd going on here - the issue indicates a problem with the CryptographyProvider which was only introduced in 7.2.1 (and your issue says 7.1.2). That part I don't understand.

As to why it might be happening, it's probable that you are missing the references in web.config -check it and look for the following (usually just before the </dotnetnuke> tag)

  <cryptography defaultProvider="CoreCryptographyProvider">

      <providers>

        <clear />

        <add name="CoreCryptographyProvider" type="DotNetNuke.Services.Cryptography.CoreCryptographyProvider, DotNetNuke" providerPath="~\Providers\CryptographyProviders\CoreCryptographyProvider\" />

      </providers>

    </cryptography>

 
New Post
10/20/2015 3:26 AM
 
thanks for providing your solution!

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Upgrading DNN P...Upgrading DNN P...Error using LinkClick.aspx after upgrade. 7.4.2Error using LinkClick.aspx after upgrade. 7.4.2


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