Jump to content

Recommended Posts

Posted
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.

Posted

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]

Posted
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 :-)
Posted
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

Posted
@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

rdp.png

  • Thanks 1
Posted

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

  • Thanks 1
Posted
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 :)
Posted

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

Posted
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

Posted
@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

Posted (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 by john
added exact error in for IIS error
Posted

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.

Posted (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 by john
added error details now I have them
Posted
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

Posted
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 :)

Posted (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 by john
Removed a problem that was my own fault
Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...