Mark Hathaway
 Posts:5
Send PM:
 | | 17 Jan 2010 01:44 PM | | After installing Pageblaster 3.4.3 on DNN 5.1.2, I noticed that my site started throwing a javascript error:
dnn.js: Line 7, character 43 "object required"
In the DNN event log, the following error shows:
PageBlaster-DNNModuleControl: (TRUNCATED TO 500 CHARS): The process cannot access the file 'D:\inetpub\webconnexus\DesktopModules\Snapsis\PageBlaster\Config\LocalStrings\PageBlasterConfig.LocalStrings[en-US].js' because it is being used by another process. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean b
Any idea of how I can correct this? | | | |
|
|
|
Snapsis Staff Posts:239
Send PM:
 | | 17 Jan 2010 03:24 PM | | no, I don't know why you would get this error unless some other program/process is access that file (maybe a virus scanner).
Is this error repeating itself? It should only be trying to access it when you open the PageBlaster configuration page.
Maybe restarting the web application will help. | | | |
|
Mark Hathaway
 Posts:5
Send PM:
 | | 17 Jan 2010 05:01 PM | | No, I have restarted the application numerous times to no avail.
I even did a clean install of DNN, and the error reappeared when I installed PageBlaster. | | | |
|
Mark Hathaway
 Posts:5
Send PM:
 | | 17 Jan 2010 05:06 PM | | I just did an experiment. I uninstalled PageBlaster, commented out the line
<add name="PageBlaster" type="Snapsis.HttpModules.PageBlaster.PageBlasterModule, Snapsis.HttpModules.PageBlaster" preCondition="managedHandler" />
in the web.config file, and the error disappeared. I have no other custom modules installed, so that is not the problem. | | | |
|
Snapsis Staff Posts:239
Send PM:
 | | 17 Jan 2010 05:21 PM | | is this file here?: D:\inetpub\webconnexus\DesktopModules\Snapsis\PageBlaster\Config\LocalStrings\PageBlasterConfig.LocalStrings[en-US].js | | | |
|
Mark Hathaway
 Posts:5
Send PM:
 | | 17 Jan 2010 10:01 PM | | Yes, I just checked and the file is there. | | | |
|