Inquiridor
Office Web.UI ASP.NET

Pergunta
-
Estou tentando utilizar esta UI em minha aplicação ASP.NET MVC porém estou obtendo o erro
Error Rendering Control
An Unhandled exception has ocurried.
Index was out of range. Must be non-negative and less than the size of the collection. Parameter name: Index
O código da minha MasterPage é este
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="Site.master.cs" Inherits="SiteMaster" %> <%@ Register assembly="OfficeWebUI" namespace="OfficeWebUI" tagprefix="cc1" %> <%@ Register assembly="OfficeWebUI" namespace="OfficeWebUI.Ribbon" tagprefix="cc2" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head runat="server"> <title></title> <link href="~/Styles/Site.css" rel="stylesheet" type="text/css" /> <asp:ContentPlaceHolder ID="HeadContent" runat="server"> </asp:ContentPlaceHolder> </head> <body> <form runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> <cc1:Manager ID="Manager1" runat="server"></cc1:Manager> <cc1:OfficeRibbon ID="OfficeRibbon1" runat="server"> </cc1:OfficeRibbon> </form> </body> </html>
O projeto no codeplex é este http://aspnetribbon.codeplex.com/ ou este http://officewebui.codeplex.com/
Alguem tem alguma ideia de como resolver?
Todas as Respostas
-
Isso é ASP.NET e nao ASP.NET MVC.
Nao vai funcionar.
Att
William John Adam Trindade
Analyste-programmeur
----------------------------------------------------------
Sogi informatique ltée -
-
Tem esse projeto de Ribbon aqui:
https://github.com/OkGoDoIt/Office-Ribbon-2010
Veja ele funcionando:
http://okgodoit.com/ribbon/
Att
William John Adam Trindade
Analyste-programmeur
----------------------------------------------------------
Sogi informatique ltée