I have a DNN 5.6.3 test site, running on my Win7 Ultimate 64-bit laptop. I'm starting to upgrade my similar production site to DNN 6, so I rebuilt the test site from a recent production backup. When I tried to bring it up I got this error:
Server Error in '/osc' Application.
Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
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.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
I also got a stack trace full of references like this:
Stack Trace:
[UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))] dependencies. Access is denied.]
System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0
System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +416
System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +166
System.Reflection.Assembly.Load(String assemblyString) +35
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +190
While I was researching the failure, I got a popup from Norton Internet Security saying it had REMOVED Inventua.DNN.Shared.dll because it was infected with the WS.Reputation.1 threat.
I actually run two Inventua DNN products, the PayPal and TopMenu modules; but the location looks like it's part of .NET:
Full Path: c:\windows\microsoft.net\framework64\v2.0.50727\temporary asp.net files\osc\cae21f75\6aac91d8\assembly\dl3\aceaa19d\00663469_0286cc01\inventua.dnn.shared.dll
Threat: WS.Reputation.1
I wanted to notify you that this file was infected and ask where I can download a clean copy, because I can't even navigate my production site from my laptop without it! |