Jump to content

mattgrimley

Members
  • Posts

    351
  • Joined

  • Last visited

Everything posted by mattgrimley

  1. meh! The setup.aspx doesnt get it's "Browser Mode" settings from the same place as the rest of the site does it? It's running in "IE7 standards" mode. Adding the meta data to the setup.aspx makes it work fine: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Setup.aspx.cs" Inherits="HAP.Web.Setup" %> <%@ Register Assembly="HAP.Web" Namespace="HAP.Web.Controls" TagPrefix="hap" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> [b] [/b] Home Access Plus+ - Setup MAtt
  2. Hey Nick, In the latest version, the shortcuts for helpdesk items on the front page dont seem to work (The tickets tab). The link they try to open is in the form: https://server/hap/helpdesk/ticket/174 and it should be in the form (which does work): https://server/hap/helpdesk/#ticket-174 Cheers, Matt
  3. Wierdly enough, i just tried the setup.aspx from home and i get all ticks.. must be some quirk in my proxy server config or some such! As for the myfiles-users.txt.. i presume a lack of spacing between usernames will yield it inefective? I am fairly sure i have seen the myfiles beta pop-up several times.. though it seems to locally cache the response which makes testing hard.. example of myfiles-users.txt file: User1GeorgeUser2User3AdminUser4User5 how it used to look: User1 George User2 User3 etc etc... Matt
  4. Hey If you click to book a laptop trolley, but don't select a number [16] or [32] - you get an internal server error. It's not a major thing, but it has tripped a couple of our staff up! Matt
  5. Hey Nick, Everything seems to be working fine within 7.10 - i rolled it out to all users and no complaints so far! When i load up the setup.aspx file - the first page has a Checks section with "IIS7 Intergated Pipeline", "Services Activated" and "App_Data Write Accss[sic]" - but they are all followed by fat red crosses. Any ideas? Also, the myfiles-users.txt in the folder used to write each user to a seperate line, but they are now all just written to the same line with no spacing. No idea what that is used for or if it is important.. i was just using it to see who had clicked for the beta view on MyFiles:) Cheers, Matt
  6. I've been running it as the default on my test server for some time too Once i've run through all of the features i'll make the switch, but i really like the idea of allowing the kids/staff to get a peak before i roll it over. It's a great way of introducing change! No issues yet though
  7. i don't know where it is "supposed" to be, only tried it in those two positions and for me it works fine at the top, but not the original spot (if that makes sense). Other than that, it's looking like another solid release Thanks muchly!
  8. yep worked a treat!
  9. Having some issues with the silverlight edition choice overlapping the Beta MyFiles advert when you open MyComputer.aspx I would upload a picture but Edugeek is not playing nicely at all today - shout me if you need a picture Matt
  10. Hi Nick, Sorry to start a new thread (search seems broken on edugeek). Just upgraded to 7.10 and getting it reverting back to ie7 compatability mode. A simple change to the masterpage.master fixes it for me.. any chance you could add it into the build? All i did was moved it to the top of the section. <%@ Master Language="C#" %> <%@ Register Assembly="HAP.Web" Namespace="HAP.Web.Controls" TagPrefix="hap" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> [b][color="#800000"] [/color][/b] Home Access Plus </pre><form runat="server"> Logged in as | </form><br> Other than that, looking great on the 7.10 front.. More testing today and i'll come back if any problems. Cheers, Matt
  11. Hey W32 - there is a specific file for upgrading from previous v7 versions of HAP and it makes things quite simple. Just backup your existing install and copy the new files from the "HAP+ Web v7 Upgrade" over the top. This will retain all of your config You can get that upgrade file from codeplex under the "Other Available Downloads" section on https://hap.codeplex.com/releases/view/84014 (Just make sure to make a copy of the folder first incase anything goes wrong!) I have just done mine with no bother
  12. Hey Nick, Gets a step further in that it loads the root MyFiles UI. However, i cannot open any of the drives - nothing happens, just spins the red circle next to the drive name.. I recall changing my hapconfig.xml file to usagemode="DriveSpace" recently.. would that cause a problem? Shout that be set back to the other mode? (i forget the syntax) My only other observation is that for an admin type user, i see correct space quota's on all of the drives under My Drives, but when i log on as a regular user, i dont see anything in the space where the percentage bar should be. Cheers, Matt
  13. Hey Nick, I have put it on my test server - do i need to make changes to the XML config file? default.asp loads okay, but my user homespace counter thing is still messed up (-252.47%) (this is the same as it showed before). The old MyComputer.aspx browser loads okay, however, when i load the MyFiles page, i get: Server Error in '/beta' Application. Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. Compiler Error Message: CS1061: 'ASP.myfiles_default_aspx' does not contain a definition for 'uploadbtn_Click' and no extension method 'uploadbtn_Click' accepting a first argument of type 'ASP.myfiles_default_aspx' could be found (are you missing a using directive or an assembly reference?) Source Error: Line 57: Line 58: Line 59: Line 60: Line 61: Source File: c:\inetpub\wwwroot\beta\MyFiles\Default.aspx Line: 59 Show Detailed Compiler Output: c:\windows\system32\inetsrv> "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe" /t:library /utf8output /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ComponentModel.DataAnnotations\v4.0_4.0.0.0__31bf3856ad364e35\System.ComponentModel.DataAnnotations.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml.Linq\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.Linq.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\6cf1cd3b\0070c562_b3f8c801\ICSharpCode.SharpZipLib.DLL" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Data.DataSetExtensions\v4.0_4.0.0.0__b77a5c561934e089\System.Data.DataSetExtensions.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Runtime.Serialization\v4.0_4.0.0.0__b77a5c561934e089\System.Runtime.Serialization.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\6f80e29d\0085f30b_f0cbcc01\HAP.Web.Logging.DLL" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\7f934b43\ff013d38_45edcc01\HAP.Web.DLL" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel\v4.0_4.0.0.0__b77a5c561934e089\System.ServiceModel.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Entity\v4.0_4.0.0.0__b77a5c561934e089\System.Web.Entity.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\26b9d407\00b2240d_f0cbcc01\HAP.Web.SendTo.DLL" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.ApplicationServices\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.ApplicationServices.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.EnterpriseServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\4d41d6ac\00b2240d_f0cbcc01\HAP.AD.DLL" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activation\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activation.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices.AccountManagement\v4.0_4.0.0.0__b77a5c561934e089\System.DirectoryServices.AccountManagement.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\101909f2\ebabfe3b_45edcc01\HAP.Data.DLL" /R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.Web\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscorlib.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\f5301d88\0085f30b_f0cbcc01\HAP.Web.Configuration.DLL" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\Microsoft.CSharp\v4.0_4.0.0.0__b03f5f7f11d50a3a\Microsoft.CSharp.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Extensions\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.Extensions.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Activities.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\66a5680e\00362f86_ce4fcc01\AjaxControlToolkit.DLL" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\2654c09e\0018805b_c168cc01\Google.GData.Client.DLL" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\796c7005\0018805b_c168cc01\Google.GData.Documents.DLL" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Configuration\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\92714832\0018805b_c168cc01\Google.GData.AccessControl.DLL" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System\v4.0_4.0.0.0__b77a5c561934e089\System.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.ServiceModel.Web\v4.0_4.0.0.0__31bf3856ad364e35\System.ServiceModel.Web.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_64\System.Data\v4.0_4.0.0.0__b77a5c561934e089\System.Data.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.DynamicData\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.DynamicData.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Drawing\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\a3c5cf20\00b2152f_d724ca01\Excel.DLL" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\05f21586\0018805b_c168cc01\Google.GData.Extensions.DLL" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\50e8b8e1\00d529a9_5ab3ca01\Microsoft.Office.DocumentFormat.OpenXml.DLL" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Activities\v4.0_4.0.0.0__31bf3856ad364e35\System.Activities.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Core\v4.0_4.0.0.0__b77a5c561934e089\System.Core.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\App_Web_11gss4kz.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices.Protocols\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.DirectoryServices.Protocols.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.Services\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.Web.Services.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.WorkflowServices\v4.0_4.0.0.0__31bf3856ad364e35\System.WorkflowServices.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Web.DataVisualization\v4.0_4.0.0.0__31bf3856ad364e35\System.Web.DataVisualization.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\assembly\dl3\d8b5798f\00d1c23f_23b8cc01\HAP.Data.SQL.DLL" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.IdentityModel\v4.0_4.0.0.0__b77a5c561934e089\System.IdentityModel.dll" /R:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\App_global.asax.chccz-ev.dll" /R:"C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.DirectoryServices\v4.0_4.0.0.0__b03f5f7f11d50a3a\System.DirectoryServices.dll" /R:"C:\Windows\assembly\GAC_64\srmlib\1.0.0.0__31bf3856ad364e35\srmlib.dll" /out:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\App_Web_uhbybv1s.dll" /D:DEBUG /debug+ /optimize- /win32res:"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\uhbybv1s.res" /w:4 /nowarn:1659;1699;1701 /warnaserror- "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\App_Web_uhbybv1s.0.cs" "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\App_Web_uhbybv1s.1.cs" "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\beta\f4df26f2\632f83a1\App_Web_uhbybv1s.2.cs" Microsoft (R) Visual C# 2010 Compiler version 4.0.30319.1 Copyright (C) Microsoft Corporation. All rights reserved. c:\inetpub\wwwroot\beta\MyFiles\Default.aspx(59,59): error CS1061: 'ASP.myfiles_default_aspx' does not contain a definition for 'uploadbtn_Click' and no extension method 'uploadbtn_Click' accepting a first argument of type 'ASP.myfiles_default_aspx' could be found (are you missing a using directive or an assembly reference?) c:\inetpub\wwwroot\beta\MyFiles\Default.aspx(59,59): error CS1061: 'ASP.myfiles_default_aspx' does not contain a definition for 'uploadbtn_Click' and no extension method 'uploadbtn_Click' accepting a first argument of type 'ASP.myfiles_default_aspx' could be found (are you missing a using directive or an assembly reference?)
  14. Well it works consistently now, WITHOUT Group Policy changes - so I am a happy bunny!!
  15. I have also added that same line to my setup.aspx file (just before the "TITLE" line) as that was running in ie7standards mode too. This now loads in ie9 standards mode also. The top of my setup.aspx now looks like: <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Setup.aspx.cs" Inherits="HAP.Web.Setup" %> <%@ Register Assembly="HAP.Web" Namespace="HAP.Web.Controls" TagPrefix="hap" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> Home Access Plus+ - Setup </pre><form runat="server"> ... <
  16. Update on my original problem... I was finding that my GP update has been fairly inconsistent (I suspect people are running iE before GP's have finished on the slower machines). However, i appear to have now solved this with a change to the masterpage.master file. I moved the followin line from line 15 to line 9 (first line in the header section): This now consistently loads pages in IE9 Compat View / IE9 standards mode - formatting looks correct and the booking system works fine. @nickbro could you take a look at that change as i have no idea what the implications are!! My masterpage.master now looks like this: <%@ Master Language="C#" %> <%@ Register Assembly="HAP.Web" Namespace="HAP.Web.Controls" TagPrefix="hap" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> Home Access Plus </pre><form runat="server"> Logged in as | </form><br> <b
  17. Hey @nickbro Hope you are well!! When i try to add a URL with an ampersand in it to the Homepage links - it initially adds fine, but then when editted, the ampersand gets messed up and turns into a ;amp&, breaking the URL. I presume when the config loads the saved URL, it doesnt convert the & and basically re-saves the ampersand as & etc ad infinitum! Simple edit of the xml got me running. Cheers, Matt
  18. Hey @Jenkia , Sorry i didn't reply to this thread earlier, but i saw @nickbro take an interest and deferred to him. In all honesty, i didn't solve the problem that i had, though i did establish that it was my server that was at fault. Ultimately, as my HAP+ runs on a dedicated virtual server, i just rebuilt it and the JSON stuff seems to work consistently well since i did that. "Just rebuilding" is not really a solution i know, but i did spent a tremendous amount of time (as did NickBro) troubleshooting - ultimately, Microsoft just didnt appear to be generating enough troubleshooting information for JSON and i could find little on the web to help. Rather than biting the bullet and formatting an existing server, you could just find an old workstation and do a clean install of Windows Server - try a very basic install and if that works, you know what you must do. Sorry its not an easy solution - the software in my opinion is easily worth the hastle though. It didnt take at all long for HAP+ to become embedded in our daily lives here!! Good luck and dont forget to let us know how you get on. Regards, Matt
  19. Success!! Compatability Mode disabled: Group Policy: User Configuration / Policies / Administrative Templates / Windows Components / Internet Explorer / Compatability View / Turn on Internet Explorer Standards Mode for local Intranet = Enabled (I actually meant to disable it, but on checking, i have in-fact "enabled" it.. and it works!) Now it's home time!! I wonder how many other IE issues were related to this?!
  20. Okay, so IE9 knows its an intranet site and defaults to "Display intranet sites in Compatibility View". This means when you load the site, you get: Browser Mode: IE9 Compat and Document Mode: IE7 Standards The HTML shows the "Doctype" entry as commented out in the dev tools. removing the "Display intranet sites in Compatibility View" tickbox (Show Command Bar > Page > Compatibility View Settings.) then changes this and the Doctype entry shows uncommented. I just now need to work out how to change this setting via GPO - can't find an entry so far. BLOODY IE!
  21. arrrgghh! Compatability View in IE!! - I'm gonna work out what is going on there over the weekend! Disable compatability view in ie and suddenly it appears! I will test the booking thing again now
  22. Hey @nickbro - that one (using 7.9) doesnt load the table on the booking page for me.. It loads the header column and the room names, but no bookings..
  23. tried enabling "immediate content expiration" as per IIS7 : HOW TO enable content expiration? - Rakki Muthukumar - Site Home - MSDN Blogs - but that hasn't worked. (even tried a server reboot in case it was an odd "at-startup" type setting).
  24. yep, that makes sense.. similarly i noticed that when i delete a booking and browse around, then come back, the booking "appears" to still be there (of course it is actually isnt). Annoyingly, hitting refresh on the browser, still shows the incorrect info. - you can do the same thing in firefox or chrome, side-by-side with ie and see two different things. It's a shame that IE got so bad!
  25. Notan issue in Chrome or Firefox, just in IE. Open the booking system, make a booking. The page refreshes nicely to display the booking. Browse to another day, then back to the original book day. The booking appears to no longer be there. Oddly enough, despite our staff all managing last term without complaint, 4 people have hit this today and panicked that their bookings have been lost. I guess they are all making start of term mass bookings?! Cheers, matt
×
×
  • Create New...