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...Administration ...Administration ...LinkClick.aspx - Resource cannot be foundLinkClick.aspx - Resource cannot be found
Previous
 
Next
New Post
7/7/2011 5:43 PM
 

I think you just get the source, make sure You have VS with the DNN framework loaded, and then you can run the project, set a breakpoint with VS and step through the execution.  There should be plenty of guidance around for this.  Check out DNNcreative.com and subcribe for the tutorial videos if you havent. 

As for the 5.6.3... what I do if things seem hosed, is to download the install package of DNN5.6.3, then manually merge the webconfig(move over connection string, machine and authentication keys, install date, and any custom lines added by any 3rd party modules and then upload the whole 5.6.3 install.  This way anything thats hosed that may not be getting replaced by the upgrade will get a fresh copy.

If you havent done this before dnncreative has a good video which is still relevant even though they show it on an old DNN release.  Here is a link.
http://www.dnncreative.com/Tutorials/...

 
New Post
7/11/2011 2:04 PM
Accepted Answer 
Thanks a bunch for all your guidance!!!
I finally got the site working :D

The problem was that there were no records in the FolderPermission table. And so, when a user requests a file, the LinkClick handler cannot extract it because of insufficient permissions. And hence the error, "Resource cannot be found". I wish the error message was more specific to begin with.

I was able to find this out by stepping through the code for the LinkClick handler, i.e. FileServerHandler.vb. To step through the code, I had to:
1. Copy the DNN Source to my IIS root (wwwroot folder)
2. Copy the contents of the folder "Website" to my website folder "Mysite", leaving out the config files.
3. Open the solution file for DNN project.
4. Remove the project http://localhost/Website
5. Add project/website http://localhost/Mysite
6. Open http://localhost/Mysite in a browser
7. Debug > Attach to process - aspnet_wp.exe

I had to copy the DNN source folders to my IIS root, as I did not want to change the location of MySite. That would have messed up the folder locations of my XS Document Library. There could be a better way to accomplish the same, but I was not in a mood for any more trials-and-errors.

 
New Post
7/11/2011 8:29 PM
 
Good for you. Nice troubleshooting.

how did you ultimately fix the permissions issues? Was it a simple matter of doing a recursive syncronization with file manager? Let me know.
 
New Post
7/12/2011 8:28 AM
 
Thanks!
No, a recursive synchronization of the file manager did not help. In fact, with an admin login, all the file manager buttons were disabled for me due to lack of permissions. I tried full sync with host login, but didn't make any difference.
I had to bulk insert records from my backup database to the live database - for the FolderPermission table.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...LinkClick.aspx - Resource cannot be foundLinkClick.aspx - Resource cannot be found


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