[Mono-aspnet-list] Apache Mod-mono & ScriptReference

elehui erwan.lehuitouze at gmail.com
Wed Jan 6 07:47:44 EST 2010


Hello,
I use Mono 2.6.1 VMWare image with mono-server2.
In my website i have a ScriptManager with 2 ScriptReference like this:

<asp:ScriptManager ID="ScriptManager1" runat="server"
EnablePartialRendering="true">
            <Scripts>
                <asp:ScriptReference Assembly="Site"
Name="Site.js.localisationUser.js" />
                <asp:ScriptReference Path="~/js/panelControl.js" />
            </Scripts>
</asp:ScriptManager>

In panelcontrol.js the script works correctly, but those localisationUser.js
are apparently not loaded.
I think it's because the script is loaded in the assembly, have you any
idea?

Thanks.

-- 
View this message in context: http://old.nabble.com/Apache-Mod-mono---ScriptReference-tp27026846p27026846.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.



More information about the Mono-aspnet-list mailing list