Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COIt is a dynamically created script you see, which I think is generated at application start time. The problem, from what I can make out, is that the process to generate this hub script is not being run by orchard at start up and so is never generated. Possibly am going to need to create a new module that is run pre application start to stop orchard dynamically loading it later which I assume is what is happening, or not loading it at all. I have tried adding signalr's dll to orchard.webs bin folder but it isn't playing ball. I will just keep digging, thanks for taking the time :)
      singulars
    2. CONo worries :) I found this by coincidence: http://stackoverflow.com/questions/8053229/signalr-hub-not-loading-in-iis-7-but-working-correctly-in-visual-studio, it could be a web.config setting mismatch (maybe you are on IIS7 and looking at docs for IIS6 or vice-versa). As for whether SignalR would work with Orchard, I don't see why not - it is all ASP MVC and Orchard is quite happy for you to create controllers and use it as a framework for a larger app.
      singulars
    3. COYeah I have pretty much scoured the entire cyber world for information on this and indeed you would think that they would work perfectly together, but unless I have missed something obvious, they don't seem to. I plan to look at dependency injection tomorrow, autofac and IComponentRegistration, I can hardly wait... I must be doing something wrong here xD
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload