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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryRepository not working after upgradeRepository not working after upgrade
Previous
 
Next
New Post
7/30/2010 1:45 PM
 
Hello everyone.
I have my DNN hosted at Godaddy, and I upgraded from 4.9 to 5.4.4 (This took several upgrades).  I also moved to IIS7 fro IIS6.

Somewhere across these upgrades, my Repository stopped working.  I'm sorry to say I dont know which one exactly, I did not test every module after each upgrade.

No on my Page the module just shows:


 Repository Dashboard
Minimize
spacer
Error A critical error has occurred.
Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.

 Repository
Minimize


  The Event view show the following:

AssemblyVersion: 5.4.4
PortalID: 0
PortalName: Maritime Air Charters
UserID: 1
UserName: host
ActiveTabID: 67
ActiveTabName: Flight Documents
RawURL: /mac/FlightDocuments/tabid/67/Default.aspx
AbsoluteURL: /mac/Default.aspx
AbsoluteURLReferrer: http://www.maritimeaircharters.com/mac/Admin/LogViewer/tabid/48/Default.aspx
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100722 Firefox/3.6.8 (.NET CLR 3.5.30729)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 59c107ac-f2aa-4b76-aaef-6a0c6767082f
InnerException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Security.CodeAccessSecurityEngine.Check
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. ---> System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet) at System.Security.CodeAccessPermission.Demand() at System.IO.Directory.CreateDirectory(String path, DirectorySecurity directorySecurity) at DotNetNuke.Modules.Repository.RepositoryBL.SetRepositoryFolders(Int32 ModuleId) at DotNetNuke.Modules.Repository.RepositoryDashboard.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) The action that failed was: Demand The type of the first permission that failed was: System.Security.Permissions.FileIOPermission The Zone of the assembly that failed was: MyComputer --- End of inner exception stack trace ---
Source:
Server Name: P3NW8SH146

This is the ONLY module affected.  Everything else is working fine.
I'm not sure what is going on.  Any ideas?
 
New Post
7/30/2010 7:50 PM
 
please checkout dnnrepository.codeplex.com for the latest beta, which runs with DNN 5.4. and above.

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
8/1/2010 3:16 AM
 
I get the following after upgrading
A critical error has occurred.
The file 'C:\HostingSpaces\davidsutton\yourhuntervalleyweddingplanner.com.au\wwwroot\Portals\0\Repository\freedownloadsnoimage.jpg' already exists.

I can't find the the beta on codeplex - just  3.01.15
 
New Post
8/1/2010 3:22 AM
 
ps I then get

DotNetNuke Error


Error An error has occurred.
DotNetNuke.Services.Exceptions.PageLoadException: The file 'C:\HostingSpaces\davidsutton\yourhuntervalleyweddingplanner.com.au\wwwroot\Portals\0\Repository\freedownloadsnoimage.jpg' already exists. ---> System.IO.IOException: The file 'C:\HostingSpaces\davidsutton\yourhuntervalleyweddingplanner.com.au\wwwroot\Portals\0\Repository\freedownloadsnoimage.jpg' already exists. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.InternalCopy(String sourceFileName, String destFileName, Boolean overwrite) at DotNetNuke.Modules.Repository.RepositoryBL.SetRepositoryFolders(Int32 ModuleId) at DotNetNuke.Modules.Repository.Repository.Page_Load(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace ---
 
New Post
8/1/2010 5:46 AM
 
sorry, Steve published it on his own website: http://www.gooddogs.com/Downloads/tabid/100/Default.aspx

Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsRepositoryRepositoryRepository not working after upgradeRepository not working after upgrade


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