dosh
Members-
Posts
13 -
Joined
-
Last visited
Reputation
0 NeutralAbout dosh

-
nothing - no images displayed until the line with *.svg is removed. for some strange reason browser does not like the mime association to svg?
-
Yes, I have also seen issues with MyFiles Beta - first of all it confuses people as it comes right up looking like unwanted pop-up on your screen, and it has bugs that still need resolving (as seen from this post etc). So how to remove it quickly please?
- 14 replies
-
Do we know now why is this bug (svg-mime etc) still there in v7.10?
-
I had to remove that line (in the v7.10 of web.config the line number is 124), just because the fileExtension=".svg" is for some reason not "digested" by browsers and as a result logos or icons are not displayed.
-
Server Error in '/hap' Application -intermittent error
dosh replied to dosh's topic in Home Access Plus+
@ 1.46 "change identity to network service" OK, this was version 4, but even if this is set as app pool identity, shared documents drive has no green bar like my documents etc, and the annoying "try my files beta" keeps popping up. Also the green tickmarks in setup screen, sometimes change to red for no good reason, only to go back to green 15 min later on another pc. -
Server Error in '/hap' Application -intermittent error
dosh replied to dosh's topic in Home Access Plus+
yes it set to be the app pool identity. However the original issue remains - intermittent access to shared drive only. My docs and another shared folder never fail to open. Because shared documents contains lots of files & folders its probably having problems enumerating them all before they get displayed. Anyway basic or extened view it just does not always work. -
Server Error in '/hap' Application -intermittent error
dosh replied to dosh's topic in Home Access Plus+
I have v7.10, no idea where to find v8 (maybe its in some less obvious download link). Going back to installation instructions, re "process model identity", where exactly it says to set it as "network service"? Maybe in the old extranet under iis7 youtube clip. Intruction manual posted under hap.codeplex.com/documentation is a pdf document that has no mention of settings for "process model" in the advanced section ) just check steps 1 - 36 for IIS 7. It just happens that a lot of references on the Internet, to this particular error "network path not found" stem from having wrong kind of account running the actual application, and it seems that "network service" should be used, when shared folder sits on another server in the same domain. -
Server Error in '/hap' Application -intermittent error
dosh replied to dosh's topic in Home Access Plus+
Correction, its still playing up - sometimes it throws the same error, but it mostly works in "extended mode", errors seen less frequently. Was too optimistic when I added share name without spaces. -
Server Error in '/hap' Application -intermittent error
dosh replied to dosh's topic in Home Access Plus+
I found out that it was a space in the share name so I created another share name on the same folder, without a space and modified my files reference in hap config editor. Now it works 100% every time its called. -
This is intermittent error only seen when user tries to access shared documents drive. Sometimes it works first hand, other times it works after a couple of "reload" clicks.. Very annoying, as it mentions "network path not found", but how is it that it can be found sometimes, but not always? Version 7.10 just upgraded to it from 7.8, but the cheeky message about the new version is still there... Server Error in '/hap' Application. -------------------------------------------------------------------------------- The network path was not found. 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.IO.IOException: The network path was not found. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [iOException: The network path was not found. ] System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +9724338 System.IO.FileSystemEnumerableIterator`1.CommonInit() +245 System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler) +556 System.IO.DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption) +64 System.IO.DirectoryInfo.GetDirectories() +14 HAP.Web.mycomputer.DataBind() +5771 HAP.Web.mycomputer.Page_Load(Object sender, EventArgs e) +16 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +91 System.Web.UI.Control.LoadRecursive() +74 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
-
Home Access Plus v7.1, observations, bugs(?) and queries!
dosh replied to mattgrimley's topic in Home Access Plus+
Thanks, it was indeed the backslash being replaced by forward slash. Something the setup gui screen (I have 7.2 version) still swaps around. I noticed that as soon as I tried to add another mapped drive, the ldap line also got backlash swapped, as a consequence of "internal server error" message while in setup screen. Anyway the config file has correct entry now for additional mapped drive, but it does not show up for some reason. Will check permissions on the actual share later. -
Home Access Plus v7.1, observations, bugs(?) and queries!
dosh replied to mattgrimley's topic in Home Access Plus+
Another bug - when shared documents are opened, there is a list of folders seen, but click on any folder there and you get this errror: Server Error in '/hap' Application The given key was not present in the dictionary. 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.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [KeyNotFoundException: The given key was not present in the dictionary.] System.Collections.Generic.Dictionary`2.get_Item(TKey key) +2216745 HAP.Web.mycomputer.DataBind() +3403 HAP.Web.mycomputer.Page_Load(Object sender, EventArgs e) +16 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35 System.Web.UI.Control.OnLoad(EventArgs e) +91 System.Web.UI.Control.LoadRecursive() +74 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
