I'm trying to get jQuery UI working in my Web Forms 4.5 C# project. What I've done is install it through the NuGet manager without any errors. But when adding the ScriptReference in my Site.Master i just get the following error:
jquery.ui.combined is not a valid scriptname (translated from Swedish).
The code I'm adding to my masterpage is
<asp:ScriptReference Name="jquery.ui.combined" />
As far as I have understood it this is how I am supposed to to if I want to add jQuery UI, but it's not working. What am I doing wrong?