Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




The base class includes the field 'ScriptManagerProxy1', but its type (System.Web.UI.ScriptManagerP

web-app

Hello, I'm trying to use the gemini software without using the setup, just the files and place it in my IIS. This is the error i'm getting.
Can someone help me with this?

Greetings

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

        <b> Parser Error Message: </b>The

base class includes the field 'ScriptManagerProxy1', but its type (System.Web.UI.ScriptManagerProxy) is not compatible with the type of control (System.Web.UI.ScriptManagerProxy).

        <b>Source Error:</b> <br><br>

        <table bgcolor="#ffffcc" width="100%">
           <tbody><tr>
              <td>
                  <code></code><pre>Line 57: &lt;/table&gt;<br>Line 58: <br><font color="red">Line 59: &lt;asp:ScriptManagerProxy ID="ScriptManagerProxy1" runat="server"&gt;&lt;/asp:ScriptManagerProxy&gt;<br></font>Line 60: &lt;telerik:RadWindowManager runat="server" ID="RadWindowManager2" Modal="true" Skin="Default" VisibleStatusbar="true" VisibleTitlebar="true"&gt;<br>Line 61:     &lt;Windows&gt;</pre>

              </td>
           </tr>
        </tbody></table>

        <br>

        <b> Source File: </b> /Gemini/controls/LinkBar.ascx<b> &nbsp;&nbsp; Line: </b> 59
        </font>
elitech
· 1
elitech
Replies (3)
helpful
0
not helpful

Which version of Gemini are you running and which version of ASP.NET Ajax?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

I'm trying the latest version of Gemini and i'm also having framework 3.5 installed.
Our company is also using ajax enabled websites and those are running.

although i've never used a ScriptManagerProxy.

greets


elitech
· 1
elitech
helpful
0
not helpful

Please mae sure that you have AJAX for 2.0 installed: Microsoft ASP.NET AJAX 1.0: http://asp.net/ajax/downloads


Mark Wing
· 9108
Mark Wing