I don't know if this is the right place but I thought I should report this as I may not be the only person it's hit. I support a DNN 5.6.3 site and maintain a test copy on my Win7 Ultimate (64-bit) laptop, on which I run SQL Server 2008 R2, IIS 7, and .NET framework 4. Today I tried to reload my test from a recent production backup and got this error:
Server Error in '/osc' Application.
Access is denied. (Exception from HRESULT:0x80070005 (E_ACCESSDENIED))
Description: An unhandled exception occurredduring the execution of the current web request. Please review thestack trace for more information about the error and where itoriginated in the code.
Exception Details:System.UnauthorizedAccessException: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
I also got the following stack trace (excerpt):
Stack Trace:
[UnauthorizedAccessException: Access isdenied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))]
[FileLoadException: Could not load file orassembly 'Inventua.DNN.Shared, Version=3.0.3.10, Culture=neutral,PublicKeyToken=null' or one of its dependencies. Access is denied.]
System.Reflection.Assembly._nLoad(AssemblyName fileName, StringcodeBase, Evidence assemblySecurity, Assembly locationHint,StackCrawlMark& stackMark, Boolean throwOnFileNotFound, BooleanforIntrospection) +0
System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef,Evidence assemblySecurity, StackCrawlMark& stackMark, BooleanforIntrospection) +416
System.Reflection.Assembly.InternalLoad(String assemblyString,Evidence assemblySecurity, StackCrawlMark& stackMark, BooleanforIntrospection) +166
System.Reflection.Assembly.Load(StringassemblyString) +35
System.Web.Configuration.CompilationSection.LoadAssemblyHelper(StringassemblyName, Boolean starDirective) +190
Now, I run 2 Inventua products, but while I was researching the problem, I saw a popup from my Norton Internet Security, informing me that it had REMOVED Inventua.DNN.Shared.dll because it was infected! Here's the top of the Norton announcement:
FullPath: c:\windows\microsoft.net\framework64\v2.0.50727\temporaryasp.netfiles\osc\cae21f75\6aac91d8\assembly\dl3\aceaa19d\00663469_0286cc01\inventua.dnn.shared.dll
Threat:WS.Reputation.1
________________________________________________________
Oncomputers as of 9/3/2012 at 5:13:21 PM
LastUsed 9/3/2012 at 5:15:40 PM
StartupItem No
LaunchedNo
________________________________________________________
VeryFew Users
Fewerthan 5 users in the Norton Community have used this file.
____________________________
VeryNew
Thisfile was released less than 1 week ago.
____________________________
I've filed this same announcement on the Inventua forums, and asked where I can download a clean copy of the DLL. Meanwhile I can't even work on my production site from the laptop without the DLL, the menus don't work properly. What bothers me is that this thing looks like it's part of .NET.