andymacfarlane Posted April 7, 2011 Posted April 7, 2011 Thanks @nickbro and @sisterannex I have looked at the IIS settings and they look right, I changed that entry in the web.config file. Sadly it still is not working :-(
sister_annex Posted April 7, 2011 Posted April 7, 2011 Thanks @nickbro and @sisterannex I have looked at the IIS settings and they look right, I changed that entry in the web.config file. Sadly it still is not working :-( hmmm.... I'm stumped, all your settings look right, are you sure you have got the right username and password.
nickbro Posted April 7, 2011 Author Posted April 7, 2011 Hi all, here's a HAP+ 6 dev update: New ComputerBrowser API [Done] Includes: Better upload script SOAP based web service Windows Quota Use (needs a service to be installed on the file server you want HAP+ to get quota info for, e.g. for home directories, I've installed it on our primary server) <quotaservers> <addexpression="\\chs01\{0}.$"server="chs01"drive="h:" /> <addexpression="\\chs01.crickhowell.internal\{0}.$"server="chs01"drive="h:" /> quotaservers> [*]Separation of code into multiple dll's (HAP.Web.Configuration, HAP.Data, HAP.Data.SQL, HAP.AD, HAP) [Done] [*]Addition of HAP User Card (will be adding a quota progress bar to it) [Done] [*]Tracker API changed from text to .net WebService (more secure and more reliable) [DONE] [*]Replace API in the Silverlight Browser to using the .net WebService [1%] [*]More WPF compliant Silverlight My Computer Browser (currently uses a lot of older methods for rendering, this should make it quicker) [1%] [*]More threading on the Silverlight Browser [1%] [*]The ability to choose either an XML or MS SQL Provider for the logon tracker [DONE]
gl3nnym Posted April 8, 2011 Posted April 8, 2011 Sorry to bring it up again but is there a way I can change the layout of the calendar on the room booking page? I would like to change the x and y axis so that the rooms are listed across the top and each row is a separate period. Thank you :-)
5tu Posted April 8, 2011 Posted April 8, 2011 First day back, just got around to updating, thank you very much for the last update nickbro im very happy with how ours looks now @mrbios - Would you be kind enough to share how you got your remoteapps integrated into HAP+? What URLs do you use for each application? Have you needed to implement URL Rewriting at all? Any help would be appreciated. Thanks
mrbios Posted April 8, 2011 Posted April 8, 2011 @mrbios - Would you be kind enough to share how you got your remoteapps integrated into HAP+? What URLs do you use for each application? Have you needed to implement URL Rewriting at all? Any help would be appreciated. Thanks Hi Gybe78, On the terminal server setup for remote apps add the apps in so that you can access them from the regular web based remote app window, then select "create .rdp file" for the app you select in the list on the admin panel of remote app and set it up to use the settings required to remotely access your school terminal server (or the RD Gateway / host configuration settings whatever it may need setting up) and then copy that .rdp file into the home access plus web directory and create a link to it. Image below to help explain what i mean 1
nickbro Posted April 14, 2011 Author Posted April 14, 2011 Hi all, HAP+ v6 is dated for release this weekend. Successful testing has been completed by myself at CHS. P.S. if anyone would be willing to add their school to the list of recommended by on the HAP codeplex site, let me know 1
nickbro Posted April 16, 2011 Author Posted April 16, 2011 Hi all, HAP+ 6 is now available for download - Home Access Plus+ - Download: v6.0 Please, please, please read the release notes
john Posted April 16, 2011 Posted April 16, 2011 Hi Nick, thanks for the new release, I'll look at installing it ASAP as we were going to roll it out to staff this half term, but might as well give them the newest to start on
linkazoid Posted April 16, 2011 Posted April 16, 2011 @nickbro Is it possible to upgrade from the latest v5 to v6 or do you recommend a new install? Thanks, Michael
john Posted April 16, 2011 Posted April 16, 2011 Hi Nick, just trying to install it on a clean VM of 2008 R2 SP1 and getting a few errors, whats the best way of getting them to you? Do you want them on here or emailing to you ? Thanks John
nickbro Posted April 16, 2011 Author Posted April 16, 2011 Hi Nick, just trying to install it on a clean VM of 2008 R2 SP1 and getting a few errors, whats the best way of getting them to you? Do you want them on here or emailing to you ? Thanks John Post them on here please
nickbro Posted April 16, 2011 Author Posted April 16, 2011 @nickbro Is it possible to upgrade from the latest v5 to v6 or do you recommend a new install? Thanks, Michael You can copy the app_data and chs.master files over, but apart from that a fresh install is recommended. There's been some big changes
john Posted April 16, 2011 Posted April 16, 2011 (edited) Post them on here please No Probs, I've managed to get it going by doing the coding manually in the config file as the wizard kicks out at the last step with a big nasty error so need to get that posted up for you. The other issue was in the IIS config part, when I went to check in the MIME Types that .zap was in, it gave an error about not liking line 255 and then 256 in the config file which entries were: It says: Cannot add duplicate collection entry of type "mimeMap" with unique key attribute "fileExtension" set to ".svg" If you take those two rows out of hte config it opens fine John Edited April 16, 2011 by john added exact error in for IIS error
john Posted April 16, 2011 Posted April 16, 2011 The other error comes at the end of the config wizard. I filled in everything we use, added all the paths etc. We don't use the room bookings in it so left them as they come on your config etc and then when you hit finish you get a nice error whos text is: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at HAP.Config.FirstRun.wiz_Finished(Object sender, EventArgs e) at AeroWizard.WizardControl.OnFinished() at AeroWizard.WizardControl.NextPage(WizardPage nextPage) at AeroWizard.WizardControl.nextButton_Click(Object sender, EventArgs e) at System.Windows.Forms.Control.OnClick(EventArgs e) at System.Windows.Forms.Button.OnClick(EventArgs e) at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ButtonBase.WndProc(Message& m) at System.Windows.Forms.Button.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.225 (RTMGDR.030319-2200) CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- HAP Config Assembly Version: 1.10.0.0 Win32 Version: 1.10 CodeBase: file:///C:/inetpub/wwwroot/Extranet/bin/HAP%20Config.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- AeroWizard Assembly Version: 1.0.3868.22152 Win32 Version: 1.0.0.0 CodeBase: file:///C:/inetpub/wwwroot/Extranet/bin/AeroWizard.DLL ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.1 built by: RTMRel CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. I went into the config and manually filled it in by using find and looking at my V5 code and guessing the gaps etc, but even when I've done it once its not feeding back in right so its got a little bug I think somewhere. Other than that, now ive manually edited the config file its working fine from what I can see.
nickbro Posted April 16, 2011 Author Posted April 16, 2011 Ok, thanks, was thinking of removing the config tool anyhow, it's a PITA
john Posted April 16, 2011 Posted April 16, 2011 (edited) Sorry to be a pain, bit more testing, the extended version doesn't seem to be working for me, basic is fine but when you move to extended on my PC it doesn't show the drives just shows My School Computer and nothing else in the panes. As I say basic seems to work fine, and in HAP6 it seems much quicker than it did in HAP5, don't know if that's my server or some code change on your part perhaps. Switched to IT and got the error for you: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; .NET4.0C) Timestamp: Sat, 16 Apr 2011 20:34:14 UTC Message: Unhandled Error in Silverlight Application [Async_ExceptionOccurred] Arguments: Debugging resource strings are unavailable. Often the key and arguments provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=4.0.60129.0&File=System.dll&Key=Async_ExceptionOccurred at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() at HAP.Silverlight.Browser.service.ListDrivesCompletedEventArgs.get_Result() at HAP.Silverlight.Browser.MainPage.soap_ListDrivesCompleted(Object sender, ListDrivesCompletedEventArgs e) at HAP.Silverlight.Browser.service.apiSoapClient.OnListDrivesCompleted(Object state) Line: 1 Char: 1 Code: 0 URI: http://extranet.myschool.county.sch.uk/Extranet/mycomputersl.aspx Edited April 16, 2011 by john added error details now I have them
nickbro Posted April 16, 2011 Author Posted April 16, 2011 Sorry to be a pain, bit more testing, the extended version doesn't seem to be working for me, basic is fine but when you move to extended on my PC it doesn't show the drives just shows My School Computer and nothing else in the panes. As I say basic seems to work fine, and in HAP6 it seems much quicker than it did in HAP5, don't know if that's my server or some code change on your part perhaps. Switched to IT and got the error for you: Try downloading the HAP+ Web file again, and extracting the BIN folder. Found an out-of-date dll in there. Then browse to /api.asmx in your browser and confirm it comes up with available procedures
john Posted April 16, 2011 Posted April 16, 2011 Try downloading the HAP+ Web file again, and extracting the BIN folder. Found an out-of-date dll in there. Then browse to /api.asmx in your browser and confirm it comes up with available procedures That's got them working Great work thanks for that Its really good and much quicker now so that will please people Really nice program and thanks for sharing it with us all
john Posted April 16, 2011 Posted April 16, 2011 (edited) Sorry another niggle, the header Resources sits partially over the Change My Password button, how can I moev the button up or the text Resources down so its not sitting on it. That is on IE8 on Win 7 2nd issue solved - forgot I had shutdown a server to move and re-size the VM image and not restarted it yet! Edited April 16, 2011 by john Removed a problem that was my own fault
nickbro Posted April 16, 2011 Author Posted April 16, 2011 The size issue is CSS related. Going to be looking at a slight redesign of the home page in the next release. 1
john Posted April 17, 2011 Posted April 17, 2011 If you run IE8 in compatibility mode that cures it so its IE8's rendering that does it .
reggiep Posted April 19, 2011 Posted April 19, 2011 Sorry if this has been already asked (Long thred) but can the config tool still be used in V6? I have tried dropping it in the Bin folder with no success. i have tried putting it in a folder with the web.config file on folder above but have errors when trying to save. thanks
nickbro Posted April 19, 2011 Author Posted April 19, 2011 The config tool has been dropped for v6, as it was unstable 1
reggiep Posted April 19, 2011 Posted April 19, 2011 Can someone tell me what I would need to put for my establishment code if I am a Non RM site? thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now